.modal-content.quick-view-modal .modal-header {
    background-color: #4ccdf6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-content.quick-view-modal .modal-header h6 {
    color: rgb(0 25 104) !important;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.border-r-b{
border-right: 1px solid #eee;
}

.modal-content.quick-view-modal .modal-header label.text-muted {
    color: #fff !important;
    letter-spacing: 0.5px;
}
.modal-content.quick-view-modal {
    border-radius: 10px;
}
#success_bg{
background-image: url("<?php echo base_url(); ?>assets/images/bg-popup.png");
    background-size: cover;
    background-position: top left;
}
div#cart_success .modal-body button.close{
	color: #333 !important;
}
div#cart_success .modal-body button.close:hover{
	color: #333 !important;
}
div#cart_success .modal-body {
    border-radius: 0px;
    box-shadow: 0 0 6px 0 #2aceff00;
    transition: 0.5s;
    background-color: #fff !important;
    border: 2px solid #fff0;
        padding: 1rem 0.5rem !important;
}
div#cart_success .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.modal-body p {
    /*color: rgb(0 25 104) !important;*/
    text-transform: capitalize;
}

div#cart_success .modal-body h6{
	    color: #333 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
        line-height: 1.3;
}
div#cart_success .alert span {    
    color: #333 !important;
    font-size: 22px;    
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
div#cart_success .modal-body h6 a{
	    color: #333 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
        color: rgb(0 25 104) !important;
}	  
body {
	font-family: PT Sans, sans-serif;
	font-size: 14px;
	background-color: #fff;
	color: #777
}

h1 {
	font-weight: 700;
	margin-bottom: 0;
	font-size: calc(30px + (72 - 30) * ((100vw - 320px) / (1920 - 320)));
	font-family: 'Roboto', sans-serif;
}

h2 {
	font-weight: 400;
	margin-bottom: 0;
	font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-family: 'Roboto', sans-serif;
}

h3 {
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)))
}

h4 {
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

h5 {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

h6 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

label {
	color: #333;
	font-family: 'Roboto', sans-serif;
}

textarea, input {
	letter-spacing: 0.05em
}

ul {
	padding-left: 0;
	margin-bottom: 0
}

::selection {
	background-color: #00baf2;
	color: #1c3481
}

/* ////// */

.theme-card .card-header button.btn.btn-link.selected {
	color: #000000;
}

.theme-card .card-header button.btn.btn-link.selected i {
	color: #00baf2;
}

.theme-card .card-body {
	border: 1px solid #eeeeee;
	border-top: none;
}

.cart_media .cart_product img {
	flex: none;
	width: auto !important;
	margin-right: 20px;
}

.order-up img {
	/* max-height: 500px !important; */
	text-align: center;
	margin: 0 auto;
}

.cart_media .cart_product .media a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}

.profile-dropdown .username {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
	line-height: 12px !important;
}

.collection-filter-block .collection-collapse-block:nth-child(2) .collection-brand-filter, .collection-filter-block .collection-collapse-block:nth-child(4) .collection-brand-filter, .collection-filter-block .collection-collapse-block:nth-child(5) .collection-brand-filter {
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.collection-filter-block .collection-collapse-block:nth-child(2) .collection-brand-filter:hover, .collection-filter-block .collection-collapse-block:nth-child(4) .collection-brand-filter:hover, .collection-filter-block .collection-collapse-block:nth-child(5) .collection-brand-filter:hover {
	overflow-y: auto;
}
.quick-view-img img {
	height: 250px;
}

.modal-body #quick_view {
	padding: 30px;
}

.modal-body #quick_view h3 {
	color: #00aa02;
	font-size: calc(25px + (20 - 25) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

/* ////// */

.category-header-2 .navbar-menu .category-left .nav-block.bg-light {
	background-color: #f3f5f7 !important;
}

.small-section {
	padding-top: 35px;
	padding-bottom: 35px
}

li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}

.o-hidden {
	overflow: hidden
}

p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}

a {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}

a:focus {
	outline: none
}

button:focus {
	outline: none
}

/*
.alert {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #5cb85c
}
*/

.input-number {
	width: 50px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	outline: none;
}

.input-number, .input-number-decrement, .input-number-increment {
	border: 1px solid #ccc;
	height: 40px;
	user-select: none;
}

.input-number-decrement, .input-number-increment {
	display: inline-block;
	width: 30px;
	line-height: 38px;
	background: #00baf2;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.input-number-decrement:active, .input-number-increment:active {
	/* background: #1c3481; */
}

.input-number-decrement {
	border-right: none;
	border-radius: 4px 0 0 4px;
}

.input-number-increment {
	border-left: none;
	border-radius: 0 4px 4px 0;
}

.search-results-ajax {
	margin-left: 220px;
	width: calc(100% - 220px) !important;
	text-align: left;
	/*padding:0 15px;*/
}

.alert span {
	/*
	color: #5cb85c
	*/
	color: #000000;
}

.alert .progress {
	margin-top: 5px;
	Height: 10px
}

.alert .progress-bar {
	background-color: #5cb85c;
	Height: 10px
}

.section-pt-space {
	padding-top: 15px
}

.section-pb-space {
	padding-bottom: 15px
}

.section-py-space {
	padding: 15px 0
}

.section-big-pt-space {
	padding-top: 50px
}

.section-big-pb-space {
	padding-bottom: 50px
}

.section-big-py-space {
	padding: 50px 0
}

.section-mb-space {
	margin-bottom: 15px
}

.section-my-space {
	margin: 15px 0
}

.mb--5 {
	margin-bottom: -5px
}

.mb--10 {
	margin-bottom: -10px
}

.mt--5 {
	margin-top: -5px
}

.section-mt-space {
	margin-top: 15px
}

.section-big-mt-space {
	margin-top: 50px
}

.section-big-mb-space {
	margin-bottom: 50px
}

.gutter-15 .col-sm-12, .gutter-15 .col-sm-6, .gutter-15 .col-md-12 {
	padding-right: 7.5px;
	padding-left: 7.5px
}
.fl-right{float:right;}

div#store-list P {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
}

div#store-list h6 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

.gutter-15 .masonary-banner-block2 .col-sm-6 {
	padding-left: 15px
}

.bg-light {
	background-color: #f8f9fa !important;
}

.no-arrow .slick-next, .no-arrow .slick-prev {
	display: none !important
}

.timer span {
	display: inline-grid;
	background-color: #fff;
	padding: 12px 0 18px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 8px;
	min-width: 70px
}

.timer span:first-child {
	margin-left: 0
}

.timer span:last-child {
	margin-right: 0
}

.timer span .padding-l {
	display: none
}

.timer span .timer-cal {
	font-size: 12px;
	color: #777
}

.timer span>span {
	color: #e8ebf2;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
	text-transform: capitalize
}

.timer p {
	margin-bottom: 0
}

.txt-default {
	color: #00baf2
}

.bg-light0 {
	background-color: #f1e7e6
}

.bg-light1 {
	background-color: #d0edff
}

.bg-light2 {
	background-color: #bfbfbf
}

.b-g-white {
	background-color: #fff !important
}

.bg-silver {
	background-color: #f2f2f2 !important
}

.color-variant li {
	margin-right: 5px;
	border-radius: 50%
}

.ratio_40 .bg-size:before {
	padding-top: 40%;
	content: "";
	display: block
}

.ratio_45 .bg-size:before {
	padding-top: 45%;
	content: "";
	display: block
}

.ratio2_1 .bg-size:before {
	padding-top: 50%;
	content: "";
	display: block
}

.ratio2_3 .bg-size:before {
	padding-top: 60%;
	content: "";
	display: block
}

.ratio3_2 .bg-size:before {
	padding-top: 66.66%;
	content: "";
	display: block
}

.ratio_landscape .bg-size:before {
	padding-top: 75%;
	content: "";
	display: block
}

.ratio_square .bg-size:before {
	padding-top: 100%;
	content: "";
	display: block
}

.ratio_asos .bg-size:before {
	padding-top: 127.7777778%;
	content: "";
	display: block
}

.ratio_portrait .bg-size:before {
	padding-top: 150%;
	content: "";
	display: block
}

.ratio1_2 .bg-size:before {
	padding-top: 200%;
	content: "";
	display: block
}

.b-top {
	background-position: top !important
}

.b-bottom {
	background-position: bottom !important
}

div#navlist li {
	display: block;
}

#content-mobile {
	display: none !important;
}

@media screen and (max-width: 768px) {
	#content-mobile {
		display: block;
	}
}

ul.dropdown-menu i {
	color: #666;
}
.btn-question {
        background: rgb(0 186 242);
    border-width: 2px;
    padding: 4px;
    padding-right: 10px;
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
    border-radius: 1px !important;
}
.btn-question:hover {
    background-color: #1c3481;
    color: #fff !important;
}
a.btn-question i:hover {    
    color: #fff !important;
}
.btn-facebook {
    background-color: rgb(59, 89, 152);
    border-radius: 2px;
    padding: 3px 5px;
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-twiter {
    background-color: rgb(29 161 242);
    border-radius: 2px;
    padding: 3px 5px;
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


.btn-what {
    background-color: rgb(80 173 85);
    border-radius: 2px;
    padding: 3px 5px;
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-pintrest {
    background-color: rgb(203 32 39);
    border-radius: 2px;
    padding: 3px 5px;
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-linkedin {
    background-color: rgb(14 118 168);
    border-radius: 2px;
    padding: 3px 5px;
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.enabled{
      background-color: #4ccdf6;
       padding: 10px 35px;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.9px;
}

.enabled:hover{
      background-color: #00baf2;
      color: #fff;
}
span.date {
    color: #00baf2;
    font-weight: 600;
}
.disable{
      background-color: #2aceff;
    padding: 8px 20px;
    border-radius: 1px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.9px;
}

.disable:hover{
      background-color: #00baf2;
    

}
/*To Handle Scroll 
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00baf2; 
}
/*
*/
th {
    background-color: #606060;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 35px;

font-weight: 400 !importnt;}

td {
    font-family: Calibri;
    border: 1px solid #ccc;
    padding: 5px;
}
*/

.btn-block {
	border-radius: 2px;
	color: #6e6d6d!important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	background: none;
	background-color: #e0e0e0;
}

h3.blog-post-title {
	display: block;
	width: 100%;
	float: left;
	font-size: 15px;
	position: relative;
	line-height: 26px;
	text-align: left;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
}

.category-left {
	width: 27%;
}

.btn-blocktwo {
	max-width: 150px;
	min-width: 100px;
	padding: 2px 10px !important;
	background-color: #00baf2;
	text-transform: uppercase !important;
	font-size: 14px;
	font-weight: 600 !important;
	color: #101935;
}

.btn-blocktwo:hover {
	padding: 2px 10px !important;
	background-color: #101935;
	text-transform: uppercase !important;
	color: #00baf2;
}

tr {
	border-right: 1px solid transparent;
}

.b-center {
	background-position: center !important
}

.b_size_content {
	background-size: contain !important;
	background-repeat: no-repeat
}

.light-layout {
	background-color: #f1f1f1
}

.b-g-white {
	background-color: #fff
}

.b-g-white1 {
	background-color: #fff !important
}

button {
	cursor: pointer
}

.btn-rounded {
	font-size: 14px;
	padding: 18px 50px;
	font-weight: 700;
	color: #fff !important;
	background-color: #00baf2;
	border-radius: 25px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1;
	display: inline-block;
	letter-spacing: 0.05em
}

.btn-rounded.btn-outline {
	background-color: #fff;
	border: 2px solid #00baf2;
	color: #444 !important
}

.btn-rounded.btn-outline:hover {
	background-color: #00baf2;
	color: #fff !important
}

.btn-rounded:hover {
	background-color: #000
}
.log_button {
    background-color: #00baf2;
    padding: 2px 5px;
    color: #fff !important;
    border-radius: 3px;
}
.btn-white {
	font-size: 14px;
	padding: 16px 45px;
	font-weight: 700;
	color: #444 !important;
	background-color: #fff;
	border-radius: 25px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.05em
}

.btn-white.btn-outline {
	background-color: transparent;
	border: 1px solid #00baf2
}

.btn-white.btn-outline:hover {
	background-color: #00baf2
}

.btn-white:hover {
	background-color: #000;
	color: #333 !important
}

.btn-normal {
	font-size: 14px;
	padding: 18px 40px;
	font-weight: 700;
	color: #fff !important;
	background-color: #4ccdf6;

	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	line-height: 1;
	border-radius: 0;
	letter-spacing: 0.05em
}

.btn-normal.btn-outline {
	background-color: #fff;
	border: 2px solid #00baf2;
	color: #444 !important
}

.btn-normal.btn-outline:hover {
	background-color: #00baf2;
	color: #fff !important
}

.btn-normal:hover {
	/*background-color: #00baf2;*/
}

.services {
	background-color: #1c3481
}

.services.services-inverse {
	background-color: #00baf2
}

.services .service-block>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 0
}

.services .service-block .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.services .service-block .media svg {
	width: 30px;
	height: 30px;
	fill: #fff;
	margin-right: 12px;
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear
}

.services .service-block .media h5 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em
}

.services .service-block .media:hover svg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.services.bg-light .service-block .media svg {
	fill: #00baf2
}

.services.bg-light .service-block .media h5 {
	color: #444
}

.instagram .insta-contant {
	border: 15px solid #fff;
	line-height: 0;
	position: relative
}

.instagram .insta-contant .instagram-box {
	position: relative;
	overflow: hidden
}

.instagram .insta-contant .instagram-box .insta-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 186, 242, 0.7);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0
}

.instagram .insta-contant .instagram-box .insta-cover i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(-217deg);
	transform: rotate(-217deg)
}

.instagram .insta-contant .instagram-box:hover .insta-cover {
	opacity: 1
}

.instagram .insta-contant .instagram-box:hover .insta-cover i {
	-webkit-transform: scale(3) rotate(-360deg);
	transform: scale(3) rotate(-360deg)
}

.instagram .insta-contant .insta-sub-contant {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.instagram .insta-contant .insta-sub-contant .insta-title {
	background-color: #fff;
	padding: 20px 30px;
	width: auto
}

.instagram .insta-contant .insta-sub-contant .insta-title h4 {
	color: #444
}

.instagram .insta-contant .insta-sub-contant .insta-title h4 span {
	margin-right: 10px
}

.instagram .insta-contant.insta-contant-inverse {
	border-color: #f2f2f2
}

.instagram .insta-contant1 {
	line-height: 0
}

.instagram .insta-contant1 .instagram-box {
	position: relative;
	overflow: hidden
}

.instagram .insta-contant1 .instagram-box .insta-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 186, 242, 0.7);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0
}

.instagram .insta-contant1 .instagram-box .insta-cover i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.instagram .insta-contant1 .instagram-box:hover .insta-cover {
	opacity: 1
}

.instagram .insta-contant1 .instagram-box:hover .insta-cover i {
	-webkit-transform: scale(3) rotate(-360deg);
	transform: scale(3) rotate(-360deg)
}

.instagram .insta-contant1 .insta-sub-contant1 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.instagram .insta-contant1 .insta-sub-contant1 .insta-title {
	background-color: #fff;
	padding: 18px 80px;
	text-align: center
}

.instagram .insta-contant1 .insta-sub-contant1 .insta-title h4 {
	color: #444
}

.instagram .insta-contant1 .insta-sub-contant1 .insta-title h4 span {
	margin-right: 10px
}

.instagram .insta-contant2 {
	border: 15px solid #fff;
	position: relative;
	line-height: 0
}

.instagram .insta-contant2 .instagram-box {
	position: relative;
	overflow: hidden
}

.instagram .insta-contant2 .instagram-box .insta-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 186, 242, 0.7);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0
}

.instagram .insta-contant2 .instagram-box .insta-cover i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.instagram .insta-contant2 .instagram-box:hover .insta-cover {
	opacity: 1
}

.instagram .insta-contant2 .instagram-box:hover .insta-cover i {
	-webkit-transform: scale(3) rotate(-360deg);
	transform: scale(3) rotate(-360deg)
}

.instagram .insta-contant2 .insta-sub-contant2 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.instagram .insta-contant2 .insta-sub-contant2 .insta-title {
	background-color: #fff;
	padding: 12px 22px;
	width: auto;
	text-align: center
}

.instagram .insta-contant2 .insta-sub-contant2 .insta-title h4 {
	color: #444
}

.instagram .insta-contant2 .insta-sub-contant2 .insta-title h4 span {
	margin-right: 10px
}

.brand-panel .brand-panel-box {
	background-color: #fff
}

.brand-panel .brand-panel-box .brand-panel-contain {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.brand-panel .brand-panel-box .brand-panel-contain ul li {
	padding: 0 10px;
	text-transform: uppercase
}

.brand-panel .brand-panel-box .brand-panel-contain ul li a {
	color: #777;
	letter-spacing: 0.05em
}

.brand-panel .brand-panel-box .brand-panel-contain ul li:first-child a {
	color: #00baf2;
	font-weight: 700
}

.brand-panel .brand-panel-box .brand-panel-contain ul li:hover {
	color: #00baf2;
	cursor: pointer
}

.testimonial {
	background-color: #1c3481
}

.testimonial.testimonial-inverse {
	background: #00baf2
}

.testimonial .testimonial-contain {
	padding: 50px 0;
	max-width: 840px;
	margin: 0 auto
}

.testimonial .testimonial-contain .media .testimonial-img {
	width: 130px;
	height: 130px;
	border: 2px solid #fff;
	padding: 5px;
	border-radius: 50%
}

.testimonial .testimonial-contain .media .media-body {
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0 0 40px
}

.testimonial .testimonial-contain .media .media-body h5 {
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: 0.8px
}

.testimonial .testimonial-contain .media .media-body p {
	letter-spacing: 1px;
	line-height: 1.6
}

.offer-banner {
	position: relative;
	overflow: hidden
}

.offer-banner .banner-contain {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.offer-banner .banner-contain h5 {
	font-size: 18px;
	color: #fff;
	font-family: Raleway, sans-serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-top: 25px
}

.offer-banner .banner-contain .discount-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.offer-banner .banner-contain .discount-offer h1 {
	color: #fff;
	line-height: 1;
	font-style: italic
}

.offer-banner .banner-contain .discount-offer sup {
	font-size: 25px;
	color: #fff;
	line-height: 1;
	font-style: italic;
	font-weight: 700
}

.deal-banner {
	background-color: #00baf2;
	padding: 40px 0
}

.deal-banner .deal-banner-containe h2 {
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px
}

.deal-banner .deal-banner-containe h1 {
	font-size: calc(16px + (40 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.5px
}

.deal-banner .deal-banner-containe .deal-btn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.deal-banner.deal-banner-inverse {
	background-color: #1c3481
}

.discount-banner {
	background-color: #fff
}

.discount-banner .discount-banner-contain {
	padding: 47px 0;
	text-align: center
}

.discount-banner .discount-banner-contain h2 {
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
	text-transform: capitalize;
	margin-bottom: 3px;
	margin-top: -5px
}

.discount-banner .discount-banner-contain h1 {
	font-size: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #444
}

.discount-banner .discount-banner-contain h1 span {
	color: #00baf2
}

.discount-banner .discount-banner-contain h1 span+span {
	color: #1c3481;
	font-weight: 700
}

.discount-banner .discount-banner-contain .rounded-contain {
	border: 2px dashed #1c3481;
	border-radius: 50px;
	padding: 5px
}

.discount-banner .discount-banner-contain .rounded-contain .rounded-subcontain {
	background-color: #00baf2;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 0;
	font-weight: 600;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing: .08em;
	line-height: 1;
	border-radius: 50px
}

.discount-banner .discount-banner-contain .rounded-contain.rounded-inverse {
	border: 2px dashed #00baf2
}

.discount-banner .discount-banner-contain .rounded-contain.rounded-inverse .rounded-subcontain {
	background-color: #1c3481
}

.contact-banner {
	background-color: #00baf2;
	padding: 20px 0
}

.contact-banner.contact-banner-inverse {
	background-color: #1c3481
}

.contact-banner .contact-banner-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.contact-banner .contact-banner-contain .contact-banner-img img {
	margin-right: 25px
}

.contact-banner .contact-banner-contain h3 {
	font-size: 18px;
	font-weight: bold;
	margin-right: 25px;
	line-height: 1
}

.contact-banner .contact-banner-contain h2 {
	font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700
}

.rounded-category {
	background-color: #1c3481;
	padding: 0px 0 40px
}

.rounded-category.rounded-category-inverse {
	background-color: #00baf2
}

.rounded-category.rounded-category-inverse .category-contain:hover .img-wrapper {
	border: 1px solid transparent;
}

.rounded-category.rounded-category-inverse .category-contain:hover .btn-rounded {
	background-color: #1c3481
}

.rounded-category .category-contain {
	text-align: center
}

.rounded-category .category-contain .img-wrapper {
	  /*border: 1px solid #fff;*/
	      padding: 0px;
     border-radius: 50%; 
    margin: 0 auto;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.collapse-block-title {
	padding: 15px;
	border: 1px solid #ddd;

}

.rounded-category .category-contain .img-wrapper img {
	border-radius: 100%; 
    width: 100%;
    margin: 0px auto;
    height: 150px;
    vertical-align: middle !important;
}

.rounded-category .category-contain .btn-rounded {
	padding: 10px 25px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	display: inline-block;
	margin-top: 15px;
	background-color: transparent;
	text-transform: uppercase
}

.rounded-category .category-contain:hover .img-wrapper {
	border: 1px solid #00baf2
}

.rounded-category .category-contain:hover .btn-rounded {
	background-color: #00baf2
}

.rounded-category.vagitable-category .category-contain .img-wrapper {
	background-color: #e7e7e9;
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.box-category .box-category-contain {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
	margin-left: 15px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #444;
	text-transform: uppercase
}

.box-category .box-category-contain h4 {
	line-height: 1;
	letter-spacing: 1px
}

.box-category .box-category-contain:after {
	background: #00baf2;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.box-category .box-category-contain:hover {
	color: #fff;
	background: transparent
}

.box-category .box-category-contain:hover:after {
	height: 100%
}

.blog .blog-contain {
	margin-right: 15px;
	position: relative
}

.blog .blog-contain .blog-img {
	overflow: hidden;
	border: 1px solid #fff
}

.blog .blog-contain .blog-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.blog .blog-contain .blog-details {
	background-color: #fff;
	padding: 20px
}

.blog .blog-contain .blog-details h4 {
	color: #444;
	margin-bottom: 13px;
	font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing: 1px;
	font-weight: 600
}

.blog .blog-contain .blog-details p {
	color: #939b9e;
	text-transform: capitalize;
	margin-bottom: 5px;
	letter-spacing: 0.5px
}

.blog .blog-contain .blog-details span a {
	color: #00baf2;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.blog .blog-contain .blog-details-2 {
	background-color: #fff;
	padding: 20px
}

.blog .blog-contain .blog-details-2 h4 {
	text-transform: capitalize;
	color: #00baf2
}

.blog .blog-contain .blog-details-2 p {
	color: #939b9e;
	line-height: 1.8;
	margin-top: 10px;
	text-transform: capitalize
}

.blog .blog-contain .blog-details-2 ul {
	margin-top: 10px;
	line-height: 1
}

.blog .blog-contain .blog-details-2 ul li:first-child {
	margin-right: 30px
}

.blog .blog-contain .blog-details-2 ul li a {
	color: #1c3481;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700
}

.blog .blog-contain .blog-details-2 ul li a i {
	margin-right: 10px
}

.blog .blog-contain .blog-label {
	position: absolute;
	top: 5%;
	left: 0;
	background-color: #00baf2;
	padding: 2px 10px;
	color: #fff
}

.blog .blog-contain .blog-label1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #00baf2;
	line-height: 1.2
}

.blog .blog-contain:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.collection-banner .padding-banner-2 {
	padding-bottom: 15px
}

.collection-banner .collection-banner-main {
	position: relative;
	overflow: hidden
}

.collection-banner .collection-banner-main .collection-img {
	width: 100%;
	height: 272px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.collection-banner .collection-banner-main .collection-img img {
	width: 100%
}

.collection-banner .collection-banner-main.p-left .collection-banner-contain {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.collection-banner .collection-banner-main.p-right .collection-banner-contain {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.collection-banner .collection-banner-main.p-center .collection-banner-contain {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.collection-banner .collection-banner-main.p-top .collection-banner-contain {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.collection-banner .collection-banner-main .collection-banner-contain {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px;
	z-index: 3;
}

.collection-banner .collection-banner-main .collection-banner-contain h3 {
	/*color: #00baf2;*/
	/*text-transform: uppercase;*/
	/*font-size: 30px;
	line-height: 1;
	margin-bottom: 8px*/
}

.collection-banner .collection-banner-main .collection-banner-contain h4 {
	/*color: #444;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1*/
}

.collection-banner .collection-banner-main .collection-banner-contain .shop {
	/*margin-top: 13px*/
}

.collection-banner .collection-banner-main .collection-banner-contain .shop a {
	/*text-transform: capitalize;
	color: #1c3481;
	font-weight: 700*/
}

.collection-banner .collection-banner-main .collection-banner-contain .shop a i {
	margin-left: 8px
}

.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h3 {
	/*color: #00baf2;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0*/
}

.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h4 {
	/*color: #1c3481;
	font-weight: 600;
	font-size: 52px;
	text-transform: capitalize*/
}

.collection-banner .collection-banner-main.banner-1 .collection-banner-contain .shop {
	/*margin-top: 25px*/
}

.collection-banner .collection-banner-main.banner-1 .collection-banner-contain .shop a {
	color: #000
}

.collection-banner .collection-banner-main.banner-2 .collection-img {
	height: 225px
}

.collection-banner .collection-banner-main.banner-2 .collection-banner-contain {
	padding: 20px
}

.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h3 {
	color: #444;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 700
}
.checkout-form h4 {
    color: #555;
    font-weight: 500;   
    letter-spacing: 0.5px;
}
.form-group.col-md-6.col-sm-6.col-xs-12 {
    color: #525252;
}
.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
	color: #000000;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
}

.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop {
	margin-top: 18px
}

.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop a {
	text-transform: uppercase
}

.collection-banner .collection-banner-main.banner-3 .collection-img {
	height: 465px
}

.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
	color: #000000;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0
}

.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h4 {
	margin-top: 18px;
	color: #00baf2;
	font-size: 18px;
	margin-bottom: 100px;
	text-transform: inherit
}

.collection-banner .collection-banner-main.banner-4 .collection-img {
	height: 225px
}

.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h3 {
	color: #00baf2;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 400
}

.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h4 {
	color: #444;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize
}

.collection-banner .collection-banner-main.banner-4 .collection-banner-contain .shop {
	margin-top: 18px
}

.collection-banner .collection-banner-main.banner-4 .collection-banner-contain .shop a {
	text-transform: uppercase;
	color: #1c3481
}

.collection-banner .collection-banner-main.banner-5 .collection-img {
	height: 300px
}

.collection-banner .collection-banner-main.banner-5 .collection-banner-contain {
	text-align: center;
	padding: 0
}

.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3 {
	color: #777;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 0
}

.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
	color: #00baf2;
	font-weight: 700;
	font-size: 72px;
	text-transform: capitalize
}

.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 span {
	color: #1c3481;
	font-weight: 500
}

.collection-banner .collection-banner-main.banner-5 .collection-banner-contain .btn-normal {
	display: inline-block
}

.collection-banner .collection-banner-main.banner-6 .collection-banner-contain {
	padding: 25px
}

.collection-banner .collection-banner-main.banner-6 .collection-banner-contain h6 {
	color: #00baf2;
	text-transform: capitalize;
	font-weight: 700
}

.collection-banner .collection-banner-main.banner-6 .collection-banner-contain h4 {
	color: #1c3481;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 5px
}

.collection-banner .collection-banner-main.banner-7 .collection-banner-contain {
	padding: 80px
}

.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h3 {
	color: #00baf2;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400
}

.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h4 {
	color: #444;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
	margin-top: 5px
}

.collection-banner .collection-banner-main.banner-7 .collection-banner-contain .shop {
	margin-top: 30px
}

.collection-banner .collection-banner-main.banner-7 .collection-banner-contain .shop a {
	text-transform: uppercase;
	font-weight: 700;
	color: #1c3481
}

.collection-banner .collection-banner-main.banner-8 {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: initial
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h3 {
	font-size: 24px;
	color: #444
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h3:nth-child(2) {
	margin-bottom: 0
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h1 {
	font-size: 72px;
	color: #00baf2;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h6 {
	color: #777;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px
}

.collection-banner .collection-banner-main.banner-8 .collection-banner-contain .shop {
	margin-top: 5px
}

.collection-banner .collection-banner-main.banner-9 .collection-banner-contain h3 {
	color: #1c3481;
	font-weight: 400;
	text-transform: capitalize
}

.collection-banner .collection-banner-main.banner-9 .collection-banner-contain h4 {
	color: #00baf2;
	font-weight: 400;
	text-transform: capitalize
}

.collection-banner .collection-banner-main.banner-9 .collection-banner-contain a {
	color: #444
}

.collection-banner .collection-banner-main:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.collection-banner .collection-banner-main:hover .collection-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.collection-banner .collection-banner-main:hover:after {
	-webkit-animation: collection 1s;
	animation: collection 1s
}

.collection-banner .banner-2-padding {
	margin-bottom: 15px
}

@-webkit-keyframes collection {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}

@keyframes collection {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}

.collection2>div:nth-child(2) {
	padding-right: 0;
	padding-left: 0
}

.collection3>div:first-child {
	padding-right: 0
}

.collection4>div:first-child {
	padding-right: 0
}

.collection5>div:first-child {
	margin-bottom: 15px
}

.layout-4-collection>div:first-child {
	margin-left: 275px
}

.layout-4-collection>div:nth-child(2) {
	padding-left: 0;
	padding-right: 0
}

.layout-3-collection>div:first-child {
	padding-right: 0
}

.product .product-box {
	margin: 10px 0;
	margin-right: 15px;
	box-shadow: 0 0 10px 0 #ddd;
}

.profile-tab-content .product .product-box{ margin-right: 0; }

.product .product-box .product-imgbox {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 248px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 
.product .product-box .product-detail {
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	padding: 15px;
} */
.tab-back {
background-color: #f7fcfd;
}
.tab-prodcut-contain .tabs.tab-title {
	display: flex;
	max-width: 100%;
	overflow-x: auto;
	justify-content: center;
	width: 100%;
}

.tab-prodcut-contain .tabs.tab-title li a {
	white-space: nowrap;
}

.product .product-box .product-imgbox img {
	margin: 0 auto
}

.product .product-box .product-imgbox .product-front {
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product .product-box .product-imgbox .product-back {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%, 0);
	transition: all 0.5s ease;
	background-color: white;
	width: 100%; height: 100%;
	display: flex;
    align-items: center;
}

.product .product-box .product-imgbox .product-back img {
	width: auto !important;
	height: auto !important;
}

.product-description-box .border-product img {
	display: flex;
	margin: 0 auto;
}

.product-back img {
	width: 250px;
	height: 250px;
}

.cart_product .media a {
	width: 80px;
	margin-right: 20px;
}

.product-front img {
	width: 250px;
	height: 250px;
}

.product .product-box .product-imgbox .on-sale {
	background-color: rgb(221 14 28);
    color: #fff;
    width: 128px;
    text-transform: uppercase;
    position: absolute;
    top: 2px;
    transform: translate3d(-40px, 12px, 0) rotate(-45deg);
    left: 0;
    font-weight: bold;
    padding: 0 6px;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-imgbox .new-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-weight: 600;
	letter-spacing: 1px
}

.product .product-box .product-imgbox .new-label div {
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 3px
}

.product .product-box .product-imgbox .new-label::before {
	width: 0;
	height: 0;
	border-top: 60px solid #00baf2;
	border-right: 60px solid transparent;
	content: '';
	position: absolute;
	top: 0;
	left: 0
}

.product .product-box .product-imgbox .product-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.product .product-box .product-imgbox .product-icon button {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	color: #777
}

.product .product-box .product-imgbox .product-icon a i {
	/*display: block;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #777;*/

	display: block;
	background-color: transparent !important;
    border: none !important;
    color: #333 !important;
    font-weight: bold; font-size: 22px !important;
    padding: 8px !important;
}

.product .product-box .product-icon a i.fa-heart:before {
    content: "\f08a";
    font-weight: normal;
}

.product .product-box .product-imgbox .product-icon a.active i{color: #cb2027;}
.product .product-box .product-icon a.active i.fa-heart:before {
    color: #cb2027;
    content: "\f004";
}

.product .product-box .product-imgbox .product-icon a i.ti-plus {
	background-color: #00aa02 ;
	color: #fff;
	border: 1px solid #00aa02 ;
}

.product .product-box .product-imgbox .product-icon.icon-inline {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%
}

.product .product-box .product-imgbox .product-icon.icon-inline button {
	margin: 0 7px
}

.product .product-box .product-imgbox .product-icon.icon-inline a {
	margin: 0 7px
}

.product .product-box .product-imgbox .product-icon.icon-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.product .product-box .product-imgbox .on-sale1 {
	color: #1c3481;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: -10px;
	padding: 0 6px;
	font-size: calc(11px + (15 - 11) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.product .product-box .product-imgbox .new-label1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00baf2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-imgbox .on-sale2 {
	color: #1c3481;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: -10px;
	padding: 0 6px;
	font-size: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.product .product-box .product-imgbox .new-label2 {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	padding: 0px 10px;
	border-radius: 3px;
	letter-spacing: 1px;
	font-weight: 400;
    background-color: #fed430;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-imgbox .on-sale3 {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #00baf2;
	text-transform: uppercase;
	font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700
}

.product .product-box .product-imgbox .new-label3 {
	position: absolute;
    top: 5px;
    right: 5px;
    width: 110px;
    color: #ffffff;
    left: initial;
    bottom: initial;
    background-color: #00aa02;
    padding: 15px 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 0;
    border-radius: 3px;
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.add_qty {
    color: #fff;
    bottom: initial;
    /*background-color: rgb(254 212 48);*/
    text-transform: capitalize;
    font-weight: bold;
    line-height: 0;
    border-radius: 0;
    padding: 5px 0px;
    margin-right: 3px;
}
.product .product-box .product-imgbox .out-of-box{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 83px;
    color: #ffffff;
    left: initial;
    bottom: initial;
    background-color: rgb(231 101 49);
    padding: 6px 1px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 0;
    border-radius: 3px;
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));

}
.product .product-box .product-imgbox .on-sale4 {
	background-color: #1c3481;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 6px;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box:hover .product-back {
	transform: translate(0, 0);
}

.product .product-box:hover .product-icon {
	opacity: 1
}

.product .product-box:hover .product-icon button {
	-webkit-animation: fadeInRight 300ms ease-in-out;
	animation: fadeInRight 300ms ease-in-out
}

.product .product-box:hover .product-icon a:nth-child(2) i {
	-webkit-animation: fadeInRight 500ms ease-in-out;
	animation: fadeInRight 500ms ease-in-out
}

.product .product-box:hover .product-icon a:nth-child(3) i {
	-webkit-animation: fadeInRight 700ms ease-in-out;
	animation: fadeInRight 700ms ease-in-out
}

.product .product-box:hover .product-icon a:nth-child(4) i {
	-webkit-animation: fadeInRight 1000ms ease-in-out;
	animation: fadeInRight 1000ms ease-in-out
}

.product .product-box:hover .product-icon.icon-inline {
	opacity: 1
}

.product .product-box:hover .product-icon.icon-inline button {
	-webkit-animation: fadeInUp 300ms ease-in-out;
	animation: fadeInUp 300ms ease-in-out
}

.product .product-box:hover .product-icon.icon-inline a:nth-child(2) i {
	-webkit-animation: fadeInUp 500ms ease-in-out;
	animation: fadeInUp 500ms ease-in-out
}

.product .product-box:hover .product-icon.icon-inline a:nth-child(3) i {
	-webkit-animation: fadeInUp 700ms ease-in-out;
	animation: fadeInUp 700ms ease-in-out
}

.product .product-box:hover .product-icon.icon-inline a:nth-child(4) i {
	-webkit-animation: fadeInUp 1000ms ease-in-out;
	animation: fadeInUp 1000ms ease-in-out
}

.product .product-box:hover .product-icon.icon-center {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product .product-box:hover .product-icon.icon-center button {
	-webkit-animation: none;
	animation: none
}

.product .product-box:hover .product-icon.icon-center a:nth-child(2) i {
	-webkit-animation: none;
	animation: none
}

.product .product-box:hover .product-detail.detail-center .detail-title {
	opacity: 0
}

.product .product-box:hover .product-detail.detail-center .icon-detail {
	opacity: 1
}

.product .product-box:hover .product-detail.detail-center .icon-detail button {
	-webkit-animation: fadeInUp 300ms ease-in-out;
	animation: fadeInUp 300ms ease-in-out
}

.product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(2) i {
	-webkit-animation: fadeInUp 500ms ease-in-out;
	animation: fadeInUp 500ms ease-in-out
}

.product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(3) i {
	-webkit-animation: fadeInUp 700ms ease-in-out;
	animation: fadeInUp 700ms ease-in-out
}

.product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(4) i {
	-webkit-animation: fadeInUp 1000ms ease-in-out;
	animation: fadeInUp 1000ms ease-in-out
}

.product .product-box .product-detail.detail-center1 {
	text-align: center;
	padding-bottom: 20px;
	background-color: #fff
}

.product .product-box .product-detail.detail-center1 .rating-star li i {
	color: #ffa800;
	font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-detail.detail-center1 .rating-star li:last-child i {
	color: #e8ebf2
}

.product .product-box .product-detail.detail-center1 h6 {
	font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	padding: 3px 0
}

.product .product-box .product-detail.detail-center1 .detail-price {
	color: #1c3481;
	font-weight: 700;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-detail.detail-center1 .detail-price span {
	margin-left: 20px;
	color: #e8ebf2
}

.product .product-box .product-detail.detail-center {
	position: relative;
	overflow: hidden;
	padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.product .product-box .product-detail.detail-center .detail-title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block
}

.product .product-box .product-detail.detail-center .detail-title .detail-left {
	width: 100%
}

.product .product-box .product-detail.detail-center .detail-title .detail-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.product .product-box .product-detail.detail-center .detail-title .detail-right .price {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	margin-left: 10px;
	color: #00baf2
}

.product .product-box .product-detail.detail-inline {
	background-color: #fff;
	padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
	overflow: auto
}

.product .product-box .product-detail.detail-inverse .detail-title .detail-right .price {
	color: #1c3481
}

.product .product-box .product-detail .detail-title {
	padding: 10px;
	border-top: 1px solid rgb(240, 242, 245, 1);
	height: 90px;
}

.product .product-box .product-detail .detail-title .detail-left {
	float: left
}

.product .product-box .product-detail .detail-title .detail-left .rating-star i {
	color: #ffa800;
	font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-detail .detail-title .detail-left .rating-star i:last-child {
	color: #e8ebf2
}
div#round h6 {
    padding: 10px 0px 10px 0px !important;
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: capitalize !important;
    color: rgb(0 25 104) !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}
.product .product-box .product-detail .detail-title .detail-left .price-title {
	text-transform: capitalize;
	color: rgb(0 25 104);
	font-weight: 500;
	/*font-size: 16px;*/
	font-size: calc(15px + (14 - 12) * ((100vw - 320px) / (1920 - 320))); 
	/* position: absolute; */
	/* bottom: 60px; */
	/* height: 60px; */
	/* max-width: 250px; */
	margin: 6px 0;
	    font-family: 'Roboto', sans-serif;
	    overflow: hidden;
	    text-overflow: ellipsis;
    display: flex;
    line-height: 1.2;
    min-height: 30px;
    height: 40px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 1px;
    word-break: break-word;
    letter-spacing: 0.5px;
}

.product .product-box .product-detail .detail-title .detail-left {
	float: left;
	display: contents;
}

.product .product-box .product-detail .detail-title .detail-left .price {
	color: #00aa02;
	font-size: calc(18px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	/* position: absolute; */
	/* bottom: 0; */
	/* float: left; */
	display: flex;
}

.product .product-box .product-detail .detail-title .detail-left .price span {
	margin-left: auto;
}

.product .product-box .product-detail .detail-title .detail-right {
	float: right;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.product .product-box .product-detail .detail-title .detail-right .check-price {
	text-decoration: line-through;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.check-price {
	text-decoration: line-through !important;
	display: inline-block;
	float: right;
	    color: rgba(139, 145, 152, 1);
}

.product .product-box .product-detail .detail-title .detail-right .price {
	color: #00aa02;
	font-size: calc(16px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.product .product-box .product-detail .icon-detail {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0
}

.product .product-box .product-detail .icon-detail button {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #777;
	padding: 15px
}

.pricet {
    display: flex;
    font-size: 16px;
    color: rgba(105, 105, 115, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;    
}

.price-new {
    margin: 0 7px 0 0;
    order: 1;
    color: #00aa02;
    font-size: calc(18px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
        display: contents;
        letter-spacing: 0.5px;
}
.price-old {
    font-size: 14px;
    color: rgb(88 88 88);
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    order: 2;
    margin-left:10px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.5px;
}
.product .product-box .product-detail .icon-detail a i {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #ddd;
	color: #777
}

.no-slider .product-box {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: calc(25% - 30px);
	margin: 0 15px 30px;
	padding-right: 0
}

.no-slider .product-box:nth-last-child(-n+4) {
	margin: 0 15px 0
}

.no-slider.five-product .product-box {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: calc(20% - 30px);
	margin: 0 15px 30px
}

.no-slider.five-product .product-box:nth-last-child(-n+5) {
	margin: 0 15px 0
}

.product-border {
	border: 1px solid #e8ebf2
}

.hotdeal-right-nav {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hot-deal.space-abjust .hot-deal-contain {
	padding: 15px 20px
}

.hot-deal .hot-deal-heading {
	margin-bottom: 25px
}

.hot-deal .hot-deal-heading h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #444
}

.hot-deal .hot-deal-contain {
	background-color: #f2f8f9;
	padding: 50px
}

.hot-deal .hot-deal-contain.hot-deal-contain2 {
	padding-top: 30px
}

.hot-deal .hot-deal-contain.hot-deal-contain2 .hot-deal-center .timer span {
	background-color: #eee
}

.hot-deal .hot-deal-contain .hot-deal-center {
	height: 100%;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px
}

.hot-deal .hot-deal-contain .hot-deal-center h5 {
	margin-bottom: 10px;
	color: #000;
	letter-spacing: 0.05em
}

.hot-deal .hot-deal-contain .hot-deal-center .rating {
	line-height: 1.4
}

.hot-deal .hot-deal-contain .hot-deal-center .rating i {
	color: #ffa800
}

.hot-deal .hot-deal-contain .hot-deal-center .rating i:last-child {
	color: #e8ebf2
}

.theme-card {
	border-right: unset !important;
	border-image: unset !important;
}

.hot-deal .hot-deal-contain .hot-deal-center p {
	margin: 20px 0;
	line-height: 1.7;
	letter-spacing: 0.05em
}

.hot-deal .hot-deal-contain .hot-deal-center .price {
	line-height: 1.4
}

.hot-deal .hot-deal-contain .hot-deal-center .price span {
	color: #00baf2;
	font-weight: 700;
	font-size: 16px;
	line-height: 1
}

.hot-deal .hot-deal-contain .hot-deal-center .price span+span {
	color: #e8ebf2;
	margin: 0 0 0 10px;
	text-decoration: line-through
}

.hot-deal .hot-deal-contain .hot-deal-center .timer {
	margin-top: 30px
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span {
	display: inline-grid;
	background-color: #fff;
	padding: 12px 0 18px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 8px;
	min-width: 60px
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span:first-child {
	margin-left: 0
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span:last-child {
	margin-right: 0
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span .padding-l {
	display: none
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span .timer-cal {
	font-size: 12px;
	color: #777
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span>span {
	color: #e8ebf2;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
	text-transform: capitalize
}

.hot-deal .hot-deal-contain .hot-deal-center .timer p {
	margin-bottom: 0
}

.hot-deal .hot-deal-contain .hotdeal-right-slick {
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.hot-deal .hot-deal-contain .hotdeal-right-slick:hover {
	border: 1px solid #00baf2
}

.hot-deal .hot-deal-contain .hotdeal-right-slick img {
	width: 100%
}

.hot-deal .hot-deal-contain .hotdeal-right-nav img {
	height: 130px;
	width: auto;
	margin: 0 auto;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.hot-deal .hot-deal-contain .hotdeal-right-nav img:hover {
	border: 1px solid #00baf2
}

.hot-deal .hot-deal-contain .slick-slider .slick-arrow {
	display: none !important
}

.hot-deal .hot-deal-contain1 {
	background-color: #fff;
	padding: 30px
}

.hot-deal .hot-deal-contain1.hot-deal-banner-1 {
	background-color: #f2f8f9
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-slick-1 .right-slick-img {
	border: 1px solid #ddd;
	width: auto !important
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
	width: 65px;
	border: 1px solid #ddd;
	margin: 0 0 10px auto
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img:last-child {
	margin-bottom: 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center h5 {
	color: #444;
	text-transform: capitalize;
	letter-spacing: 0.05em
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center p {
	line-height: 1.6;
	margin: 20px 0;
	letter-spacing: 0.05em
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span {
	display: inline-grid;
	background-color: transparent;
	text-align: center;
	font-weight: 700;
	color: #000;
	margin: 0 4px;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
	padding: 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:nth-child(even) {
	color: #ddd
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:first-child {
	margin-left: 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:last-child {
	margin-right: 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span .timer-cal {
	font-size: 12px;
	color: #777
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span>span {
	color: #e8ebf2;
	font-weight: 400;
	font-size: 12px;
	padding: 0;
	margin-left: 0;
	text-transform: capitalize
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer p {
	margin: 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating {
	line-height: 1;
	margin: 20px 0
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating i {
	color: #ffa800
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating i:last-child {
	color: #e8ebf2
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .price span {
	font-size: 16px;
	color: #00baf2;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .price span:last-child {
	color: #e8ebf2;
	text-decoration: line-through
}

.hot-deal .slick-prev {
	top: 35px;
	right: 50px;
	left: unset;
	z-index: 9
}

.hot-deal .slick-prev:before {
	color: #999;
	opacity: 1;
	font: normal normal normal 30px/1 FontAwesome;
	content: '\f104'
}

.hot-deal .slick-next {
	top: 35px;
	right: 25px;
	z-index: 9
}

.hot-deal .slick-next:before {
	color: #999;
	opacity: 1;
	content: '\f105';
	font: normal normal normal 30px/1 FontAwesome
}

.hot-deal-padding {
	padding-right: 0;
	padding-left: 0
}

.hot-1>div:first-child {
	padding-right: 0
}

.hot-1>div:nth-child(2) {
	padding-left: 0;
	padding-right: 0
}

.hot-1>div:last-child {
	padding-left: 0
}

.layout-3-hotdeal>div:first-child {
	padding-right: 0
}

.layout-3-hotdeal>div:nth-child(2) {
	padding-right: 0
}

.layout-3-hotdeal>div:nth-child(4) {
	padding-left: 0
}

.top-header {
	background-color: #00baf2;
	padding: 10px 0;
	z-index: 99
}

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

.top-header .top-header-left .shpping-order {
	margin-right: 35px
}

.top-header .top-header-left .shpping-order h6 {
	font-family: Raleway, sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-size: 13px
}

.top-header .top-header-left .app-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-header .top-header-left .app-link h6 {
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	font-family: Raleway, sans-serif
}

.top-header .top-header-left .app-link ul li {
	margin-left: 10px
}

.top-header .top-header-left .app-link ul li a i {
	color: #fff
}

.top-header .top-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%
}

.top-header .top-header-right .top-menu-block {
	text-align: right
}

.top-header .top-header-right .top-menu-block ul {
	padding: 0
}

.top-header .top-header-right .top-menu-block ul li {
	margin-right: 20px
}

.top-header .top-header-right .top-menu-block ul li a {
	color: #fff;
	text-transform: capitalize;
	font-family: Raleway, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	height: 100%
}

.top-header .top-header-right .top-menu-block ul li:last-child {
	margin-right: 0
}

.top-header .top-header-right .language-block {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-header .top-header-right .language-block .language-dropdown {
	position: relative
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-click {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: capitalize
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-click i {
	margin-left: 10px
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-open {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	box-shadow: 0 0 1px 0 #ddd;
	padding: 10px 20px;
	margin-top: 10px;
	position: absolute;
	top: 100%;
	right: 0;
	left: unset;
	z-index: 11
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-open li {
	display: block;
	margin-bottom: 10px
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-open li:last-child {
	margin-bottom: 0
}

.top-header .top-header-right .language-block .language-dropdown .language-dropdown-open li a {
	color: #444;
	font-size: 12px;
	font-family: Raleway, sans-serif;
	text-transform: capitalize
}

.top-header .top-header-right .language-block .curroncy-dropdown {
	position: relative;
	margin-left: 20px
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-click {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: capitalize
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-click i {
	margin-left: 10px
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	box-shadow: 0 0 1px 0 #ddd;
	margin-top: 10px;
	padding: 10px 20px;
	position: absolute;
	top: 100%;
	right: 0;
	left: unset;
	z-index: 11
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open li {
	display: block;
	margin-bottom: 8px
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open li:last-child {
	margin-bottom: 0
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open li a {
	color: #444;
	font-size: 12px;
	font-family: Raleway, sans-serif;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open li a i {
	margin-right: 10px
}

.top-header.top-header-inverse {
	background-color: #1c3481
}

.layout-header1 {
	background-color: #fff;
	padding: 20px 0
}

.layout-header1 .main-menu-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.layout-header1 .main-menu-block .menu-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block {
	margin-right: 15px;
	display: none
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block span i {
	font-size: 24px
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100vh;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: scroll
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li.mor-slide-open ul li {
	padding-left: 0
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li a {
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li:first-child {
	padding: 0
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li:last-child {
	border-bottom: none
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li:last-child a {
	color: #00baf2
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li:last-child a i {
	font-size: 20px;
	margin-left: 10px;
	float: right
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li .nav-sm-back {
	font-size: 16px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: right;
	padding: 8px
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide>li:hover>li a {
	color: #00baf2
}

.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px
}

.layout-header1 .main-menu-block .menu-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header1 .main-menu-block .menu-right .toggle-nav {
	padding: 0
}

.layout-header1 .main-menu-block .menu-right .icon-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul li i {
	color: #999;
	font-size: 28px
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul li .cart-item {
	display: inline-block;
	color: #00baf2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: PT Sans, sans-serif
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul li .cart-item span {
	display: block;
	color: #000;
	margin-top: 3px
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-user a i {
	padding-right: 25px
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-wishlist a i {
	padding-right: 8px
}

.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-search, .layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-setting {
	display: none
}

.layout-header1 .main-menu-block .menu-right .icon-nav .cart-block {
	background-color: #00baf2;
	padding: 15px 20px;
	margin-left: 20px;
	position: relative
}

.layout-header1 .main-menu-block .menu-right .icon-nav .cart-block i {
	font-size: 29px;
	color: #fff
}

.layout-header1 .main-menu-block .menu-right .icon-nav .cart-block .cart-product {
	background-color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	position: absolute;
	top: 3px;
	right: 15px;
	line-height: 0;
	color: #00baf2
}

.layout-header1 .main-menu-block .menu-right .icon-nav .cart-block:hover .cart-product {
	-webkit-animation: rotateInDownRight 700ms ease-in-out;
	animation: rotateInDownRight 700ms ease-in-out
}

.layout-header1 .main-menu-block .menu-right .menu-banner {
	margin-top: 20px
}

.layout-header1.layout-header1-inverse .main-menu-block .menu-right .icon-nav .cart-block {
	background-color: #1c3481
}

.category-header {
	background-color: #00baf2
}

.category-header .navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9
}

.category-header .navbar-menu .category-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-header .navbar-menu .category-left .nav-block {
	min-width: 270px;
	margin-right: 10px
}

.category-header .navbar-menu .category-left .nav-block .nav-left {
	position: absolute;
	width: 270px;
	z-index: 1;
	overflow: hidden
}

.category-header .navbar-menu .category-left .nav-block .nav-left .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #444;
	padding: 28px 0
}

.category-header .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 16px
}

.category-header .navbar-menu .category-left .nav-block .nav-left .navbar-toggler {
	width: 17px;
	height: 17px;
	padding: 0;
	background-color: #fff;
	color: #444;
	border-radius: 50%;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	padding: 20px;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #fff
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
	display: block;
	padding-bottom: 10px
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li:last-child {
	padding-bottom: 0
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.03em
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li img {
	margin-right: 10px;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	padding: 3px;
	height: 46.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li:hover>a {
	color: #00baf2
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li:hover>img {
	border: 2px solid #1c3481
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat .mor-slide-click {
	color: #00baf2;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	display: block;
	width: 100%;
	margin-top: 10px;
	letter-spacing: 0.5px;
	background-color: transparent;
	border: none;
	outline: none;
	text-align: left
}

.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat .mor-slide-click i {
	float: right;
	font-size: 20px
}

.category-header .navbar-menu .category-left .input-block {
	width: 745px
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form {
	width: 100%;
	margin: 5px 0;
	background-color: #fff
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group {
	height: 63px
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control {
	border-radius: 0;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group span {
	padding: 10px 20px;
	background-color: #fff;
	-ms-flex-item-align: center;
	align-self: center
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group span i {
	font-size: 20px;
	color: #444
}

.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-weight: 700;
	color: #444;
	padding: 0 25px;
	background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 23px;
	text-align: center;
	text-align-last: center;
	width: 175px;
	text-transform: uppercase;
	background-blend-mode: overlay;
	border: none
}

.category-header .navbar-menu .category-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-header .navbar-menu .category-right .gift-block {
	background-color: #1c3481;
	padding: 17px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 255px;
	margin-left: 15px;
	border: 0
}

.category-header .navbar-menu .category-right .gift-block .grif-icon i {
	font-size: 35px
}

.category-header .navbar-menu .category-right .gift-block .gift-offer {
	margin-left: 10px
}

.category-header .navbar-menu .category-right .gift-block .gift-offer p {
	text-transform: uppercase;
	line-height: 1
}

.category-header .navbar-menu .category-right .gift-block .gift-offer span {
	font-size: 20px;
	text-transform: capitalize;
	/*font-weight: 700;*/
	line-height: 1.2
}

.category-header .navbar-menu .category-right .contact-block {
	padding: 20px 0;
	margin-left: 20px;
	-ms-flex-item-align: center;
	align-self: center
}

.category-header .navbar-menu .category-right .contact-block i {
	font-size: 28px;
	color: #fff
}

.category-header .navbar-menu .category-right .contact-block span {
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.category-header .navbar-menu .category-right .contact-block span span {
	font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600
}

.category-header.category-header-inverse .navbar-menu .category-left .nav-block .nav-left .navbar {
	background-color: #1c3481
}

.category-header.category-header-inverse .navbar-menu .category-left .nav-block .nav-left .navbar-toggler {
	color: #1c3481
}

.layout-header2 {
	background-color: #fff;
	padding: 15px 0px
}

.layout-header2 .main-menu-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header2 .containerhead {
	width: 100%;
	padding-right: 15px;
	/*  padding-left: 15px; */
	max-width: 1620px;
	/* margin-right: auto;
     margin-left: auto; */
}

.layout-header2 .main-menu-block .sm-nav-block {
	margin-right: 15px;
	display: none
}

.layout-header2 .main-menu-block .sm-nav-block span i {
	font-size: 24px
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100vh;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: scroll
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li.mor-slide-open ul li {
	padding-left: 0
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li a {
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li:first-child {
	padding: 0
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li:last-child {
	border-bottom: none
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li:last-child a i {
	font-size: 20px;
	margin-left: 10px;
	float: right
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li .nav-sm-back {
	font-size: 16px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: right;
	padding: 8px
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li .mor-slide-click {
	color: #00baf2
}

.layout-header2 .main-menu-block .sm-nav-block .nav-slide li:hover>li a {
	color: #1c3481
}

.layout-header2 .main-menu-block .logo-block {
	margin-right: 0px;
	    width: 20%;
}

.layout-header2 .main-menu-block .input-block {
	    width: 60%;
    margin: auto;
}
.layout-header2 .main-menu-block .input-block .input-box {
    width: 75%;
    margin: auto;
}
.layout-header2 .main-menu-block .input-block .input-box .big-deal-form {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group {
	height: 58px
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group .form-control {
	border-radius: 0;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span {
	padding: 10px 20px;
	background-color: transparent;
	-ms-flex-item-align: center;
	align-self: center
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span i {
	font-size: 20px;
	color: #444
}

.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-weight: 700;
	color: #444;
	background: url("../images/layout-1/drop-1.png") no-repeat scroll 10px 23px;
	text-align: center;
	text-align-last: center;
	width: auto; max-width: 230px;
	padding-left: 30px !important;
	text-overflow: ellipsis;
	text-transform: uppercase
}

.layout-header2 .main-menu-block .cart-block {
	margin-left: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
.cart_wish_block {
    /*width: 20%;*/
    display: inline-flex;
}
.wrapper_cart_wish {
    margin: auto;
}
.layout-header2 .main-menu-block .cart-block .cart {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.layout-header2 .main-menu-block .cart-block .cart .cart-product {
	background-color: #00baf2;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	font-size: 11px;
	position: absolute;
	top: -15px;
	right: 0
}

.layout-header2 .main-menu-block .cart-block .cart i {
	font-size: 29px;
	color: #1c3481
}

.layout-header2 .main-menu-block .cart-block .cart:hover .cart-product {
	-webkit-animation: rotateInDownRight 700ms ease-in-out;
	animation: rotateInDownRight 700ms ease-in-out
}

.layout-header2 .main-menu-block .cart-block .cart-item {
	margin-left: 15px
}

.layout-header2 .main-menu-block .cart-block .cart-item h5 {
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.03em
}

.layout-header2 .main-menu-block .menu-nav {
	display: none
}

.category-header-2 {
	background-color: #1c3481
}

.category-header-2 .navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 9
}

.category-header-2 .navbar-menu .category-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-header-2 .navbar-menu .category-left .nav-block {
	min-width: 250px;
	/*	margin-left: 105px !important;*/
	margin-bottom: -1px;
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left {
	position: absolute;
	width: 255px;
	z-index: 1;
	overflow: hidden
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00baf2;
	padding: 28px 0
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 16px
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar-toggler {
	width: 17px;
	height: 17px;
	padding: 0;
	background-color: #fff;
	color: #00baf2;
	border-radius: 50%;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	padding: 20px;
	margin-top: 15px;
	background-color: #fff
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
	display: block;
	padding-bottom: 10px
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.03em
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li img {
	margin-right: 10px;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	padding: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li:hover>a {
	color: #00baf2
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li:hover>img {
	border: 2px solid #1c3481
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li .mor-slide-click {
	color: #00baf2;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	width: 100%;
	margin-top: 10px;
	letter-spacing: 0.5px
}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li .mor-slide-click i {
	font-size: 20px;
	float: right
}

.category-header-2 .navbar-menu .category-left .menu-block {
	margin-left: 0px
}

.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav {
	background-color: #00baf2;
	top: 7px
}

.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav:before {
	border-top: 5px solid #00baf2
}

.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap .dark-menu-item {
	padding-top: 25px;
	padding-bottom: 25px;
	color: white
}

.category-header-2 .navbar-menu .category-left .icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	font-family: PT Sans, sans-serif;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 10px
}

.category-header-2 .navbar-menu .category-left .icon-block ul li i {
	color: #fff;
	font-size: 31px
}

.category-header-2 .navbar-menu .category-left .icon-block ul li .cart-item {
	display: inline-block;
	color: #00baf2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	letter-spacing: 0.5px
}

.category-header-2 .navbar-menu .category-left .icon-block ul li .cart-item span {
	display: block;
	color: #fff;
	margin-top: 3px
}

.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
	padding-right: 20px
}

.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist a i {
	margin-right: 8px
}

.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search, .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-setting {
	display: none
}

.category-header-2 .navbar-menu .category-right .icon-block ul li .cart-item {
	display: inline-block;
	color: #00baf2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	letter-spacing: 0.5px;
}

.category-header-2 .navbar-menu .category-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 19%!important;
}

/* background-color: #00baf2; */

.category-header-2 .navbar-menu .category-right .gift-block {
	padding: 0px 15px 0px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 255px;
	border: 0
}

.category-header-2 .navbar-menu .category-right .gift-block .grif-icon i {
	font-size: 25px !important;
}

.category-header-2 .navbar-menu .category-right .gift-block .gift-offer {
	margin-left: 10px
}

.category-header-2 .navbar-menu .category-right .gift-block .gift-offer p {
	text-transform: uppercase;
	line-height: 1
}

.category-header-2 .navbar-menu .category-right .gift-block .gift-offer span {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1
}

.category-header-2 .navbar-menu .category-right .contact-block {
	padding: 20px 28px;
	margin-left: 18px;
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #15265f
}

.category-header-2 .navbar-menu .category-right .contact-block i {
	font-size: 28px;
	color: #fff
}

.category-header-2 .navbar-menu .category-right .contact-block span {
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.category-header-2 .navbar-menu .category-right .contact-block span span {
	font-size: 20px;
	font-weight: 600
}

.layout-header3 {
	background-color: #1c3481
}

.layout-header3 .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0
}

.layout-header3 .main-menu .menu-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.layout-header3 .main-menu .menu-left .sm-nav-block {
	margin-right: 15px;
	display: none
}

.layout-header3 .main-menu .menu-left .sm-nav-block span i {
	font-size: 25px;
	color: #fff
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100vh;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: scroll
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li a {
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:first-child {
	padding: 0
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:last-child {
	border-bottom: none
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:last-child a {
	color: #00baf2
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:last-child a i {
	font-size: 20px;
	margin-left: 10px;
	float: right
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li .nav-sm-back {
	font-size: 16px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: right;
	padding: 7px
}

.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:hover>li a {
	color: #00baf2
}

.layout-header3 .main-menu .menu-left .nav-block {
	min-width: 255px
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 255px;
	top: 0
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .navbar {
	padding: 28px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .navbar h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 16px
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .navbar-toggler {
	width: 17px;
	height: 17px;
	padding: 0;
	background-color: #fff;
	color: #1c3481;
	border-radius: 50%;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat {
	padding: 20px;
	margin-top: 25px;
	background-color: #fff
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li {
	display: block;
	padding-bottom: 10px
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li a {
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.03em
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li img {
	margin-right: 10px;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	padding: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li:hover>a {
	color: #00baf2
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li:hover>img {
	border: 2px solid #1c3481
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat .mor-slide-click a {
	color: #00baf2;
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 10px
}

.layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat .mor-slide-click a i {
	font-size: 20px;
	float: right
}

.layout-header3 .main-menu .menu-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header3 .main-menu .menu-right .menu-nav span i {
	color: white;
	font-size: 25px
}

.layout-header3 .main-menu .menu-right .menu-nav .desc-horizontal {
	position: fixed;
	background-color: #fff;
	width: 300px;
	border-radius: 0;
	border: 1px solid #ddd;
	top: 0;
	height: 100vh;
	right: -300px;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.layout-header3 .main-menu .menu-right .menu-nav .desc-horizontal .desc-back {
	padding: 20px;
	font-size: 18px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.layout-header3 .main-menu .menu-right .menu-nav .desc-horizontal li .label-nav {
	top: -10px;
	left: 20px
}

.layout-header3 .main-menu .menu-right .input-block .input-box {
	margin-left: 30px;
	width: 535px
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group .form-control {
	border-radius: 0;
	border: none;
	padding: 0 13px
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group span {
	padding: 10px 20px;
	background-color: #00baf2;
	-ms-flex-item-align: center;
	align-self: center
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group span i {
	font-size: 20px;
	color: #fff
}

.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-weight: 700;
	color: #444;
	background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 15px;
	text-align: center;
	text-align-last: center;
	width: 175px;
	text-transform: uppercase;
	border-left: 1px solid #ddd
}

.layout-header3 .main-menu .menu-right .icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 45px
}

.layout-header3 .main-menu .menu-right .icon-block ul li {
	margin-left: 40px
}

.layout-header3 .main-menu .menu-right .icon-block ul li:first-child {
	margin-left: 0
}

.layout-header3 .main-menu .menu-right .icon-block ul li i {
	color: #fff;
	font-size: 29px
}

.layout-header3 .main-menu .menu-right .icon-block ul li .cart-item {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	letter-spacing: 0.5px
}

.layout-header3 .main-menu .menu-right .icon-block ul li .cart-item span {
	display: block;
	margin-top: 3px;
	font-weight: 700
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-user {
	padding-right: 20px
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist {
	margin-left: 10px
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist a i {
	padding-right: 8px
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart {
	position: relative
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart .cart-item {
	background-color: #00baf2;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -15px;
	font-size: 10px;
	right: 0
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart:hover .cart-item {
	-webkit-animation: rotateInDownRight 700ms ease-in-out;
	animation: rotateInDownRight 700ms ease-in-out
}

.layout-header3 .main-menu .menu-right .icon-block ul .mobile-search, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-setting {
	display: none
}

.layout-header3 .main-menu .menu-right .gift-block {
	background-color: #00a6d9;
	padding: 17px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: auto;
	margin-left: 40px;
	border: 0
}

.layout-header3 .main-menu .menu-right .gift-block .grif-icon i {
	font-size: 35px
}

.layout-header3 .main-menu .menu-right .gift-block .gift-offer {
	margin-left: 10px
}

.layout-header3 .main-menu .menu-right .gift-block .gift-offer p {
	text-transform: uppercase;
	line-height: 1
}

.layout-header3 .main-menu .menu-right .gift-block .gift-offer span {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2
}

.layout-header4 {
	padding: 15px 0;
	background-color: #fff
}

.layout-header4 .contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.layout-header4 .contact-block .sm-nav-block {
	margin-right: 15px;
	display: none
}

.layout-header4 .contact-block .sm-nav-block .sm-nav-btn {
	display: none
}

.layout-header4 .contact-block .sm-nav-block span i {
	font-size: 24px
}

.layout-header4 .contact-block .sm-nav-block .nav-slide {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100vh;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: scroll
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li ul li {
	padding-left: 0
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li a {
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li:first-child {
	padding: 0
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li:last-child {
	border-bottom: none
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li:last-child a i {
	font-size: 20px;
	margin-left: 10px;
	float: right
}

.layout-header4 .contact-block .sm-nav-block .nav-slide li .nav-sm-back {
	font-size: 16px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: right;
	padding: 7px
}

.layout-header4 .contact-block .desc-nav-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.layout-header4 .contact-block .desc-nav-block i {
	font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
	color: #00baf2;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg)
}

.layout-header4 .contact-block .desc-nav-block .contact-item {
	color: #777;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 12px
}

.layout-header4 .contact-block .desc-nav-block .contact-item span {
	font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	color: #444;
	display: block;
	line-height: 1;
	font-weight: 700
}

.layout-header4 .contact-block .desc-nav-block .mobile-user {
	color: #999;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: 40px;
	margin-top: 10px;
	font-size: calc(20px + (33 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.layout-header4 .logo-block {
	text-align: center
}

.layout-header4 .icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.layout-header4 .icon-block ul li {
	margin-right: 25px
}

.layout-header4 .icon-block ul li a i {
	color: #999;
	font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.layout-header4 .icon-block ul li a i .cart-icon {
	display: inline-block;
	color: #8d8d8d;
	font-weight: 700;
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	letter-spacing: 0.5px
}

.layout-header4 .icon-block ul li a .cart-item {
	display: inline-block;
	color: #1c3481;
	text-transform: uppercase;
	font-weight: 700;
	font-family: PT Sans, sans-serif
}

.layout-header4 .icon-block ul li a .cart-item span {
	display: block;
	letter-spacing: 1px;
	margin-top: 2px;
	color: #444
}

.layout-header4 .icon-block ul li:last-child {
	margin-right: 0
}

.layout-header4 .icon-block ul .mobile-search, .layout-header4 .icon-block ul .mobile-setting, .layout-header4 .icon-block ul .mobile-user {
	display: none
}

.layout-header4 .icon-block ul .mobile-cart i {
	color: #00baf2;
	font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.layout-header4 .icon-block .toggle-nav {
	display: none
}

.category-header-4 {
	background-color: #00baf2
}

.category-header-4 .navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.category-header-4 .navbar-menu .category-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-header-4 .navbar-menu .category-left .nav-block {
	min-width: 260px;
	margin-right: 30px;
	position: relative
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left {
	position: absolute;
	width: 260px;
	z-index: 1;
	overflow: hidden
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #1c3481;
	padding: 28px 0
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 16px
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .navbar-toggler {
	width: 17px;
	height: 17px;
	padding: 0;
	background-color: #fff;
	color: #444;
	border-radius: 50%;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	padding: 30px 35px;
	margin-top: 15px;
	background-color: #fff
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
	display: block;
	padding-bottom: 19px
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li:last-child {
	padding-bottom: 0
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.05em
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a i {
	margin-right: 15px;
	float: right
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li:hover>a {
	color: #00baf2
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat .mor-slide-click {
	padding-bottom: 0
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat .mor-slide-click a {
	color: #00baf2;
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	line-height: 1;
	text-transform: capitalize;
	letter-spacing: 0.5px
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat .mor-slide-click a i {
	float: right;
	font-size: 20px
}

.category-header-4 .navbar-menu .category-left .nav-block:before {
	width: 100%;
	height: 100%;
	background-color: #1c3481;
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	z-index: 9
}

.category-header-4 .navbar-menu .category-left .menu-block .pixelstrap .light-menu-item {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff
}

.category-header-4 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav {
	background-color: #1c3481;
	top: 7px
}

.category-header-4 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav:before {
	border-top: 5px solid #1c3481
}

.category-header-4 .navbar-menu .category-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.category-header-4 .navbar-menu .category-right .sm-nav-block {
	display: none
}

.category-header-4 .navbar-menu .category-right .sm-nav-block i {
	font-size: 24px
}

.category-header-4 .navbar-menu .category-right .input-block {
	width: 600px
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form {
	width: 100%;
	margin: 5px 0;
	background-color: #fff
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group {
	height: 63px
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group .form-control {
	border-radius: 0;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group span {
	padding: 10px 20px;
	background-color: #fff;
	-ms-flex-item-align: center;
	align-self: center
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group span i {
	font-size: 20px;
	color: #444
}

.category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-weight: 700;
	color: #444;
	padding: 0 25px;
	background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 23px;
	text-align: center;
	text-align-last: center;
	width: 175px;
	text-transform: uppercase
}

.category-header-4 .navbar-menu .category-right .gift-block {
	background-color: #444;
	padding: 12px 28px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 255px;
	border: 0
}

.category-header-4 .navbar-menu .category-right .gift-block .grif-icon i {
	font-size: 35px
}

.category-header-4 .navbar-menu .category-right .gift-block .gift-offer {
	margin-left: 10px
}

.category-header-4 .navbar-menu .category-right .gift-block .gift-offer p {
	text-transform: uppercase;
	line-height: 1
}

.category-header-4 .navbar-menu .category-right .gift-block .gift-offer span {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2
}

.category-header-6 {
	background-color: #1c3481
}

.category-header-6 .navbar-menu .category-left .nav-block .nav-left .navbar {
	background-color: #00baf2
}

.category-header-6 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #333
}

.category-header-6 .navbar-menu .category-right .gift-block {
	background-color: #00baf2
}

.onhover-dropdown {
	position: relative;
	z-index: 9
}

.onhover-dropdown .onhover-show-div {
	top: 50px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	min-width: 160px;
	text-align: left;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 15px 20px;
	border: 5px solid #f2f8f9
}

.onhover-dropdown .onhover-show-div li {
	display: block;
	line-height: 2.2;
	margin-left: 0 !important
}

.onhover-dropdown .onhover-show-div li a {
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-family: sans-serif
}

.onhover-dropdown:hover .onhover-show-div {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible
}

.cart-hover-div {
	position: relative
}

.cart-hover-div .cart-show-div {
	top: 50px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	min-width: 250px;
	text-align: left;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	box-shadow: 0 0 1px 0 #ddd;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	right: 0;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	border: 5px solid #f2f8f9
}

.cart-hover-div .cart-show-div.right {
	right: unset
}

.cart-hover-div .cart-show-div li {
	margin-left: 0 !important;
	width: 100%
}

.cart-hover-div .cart-show-div li .media {
	padding-bottom: 10px
}

.cart-hover-div .cart-show-div li .media img {
	height: 70px;
	margin-right: 20px;
	border: 1px solid #ddd
}

.cart-hover-div .cart-show-div li .media .media-body {
	-ms-flex-item-align: center;
	align-self: center
}

.cart-hover-div .cart-show-div li .media .media-body h6 {
	color: #444;
	text-transform: capitalize;
	font-family: sans-serif;
	padding-bottom: 5px
}

.cart-hover-div .cart-show-div li .total {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.cart-hover-div .cart-show-div li .total h6 {
	font-size: 16px;
	color: #8d8d8d;
	text-transform: capitalize;
	letter-spacing: 0.03em
}

.cart-hover-div .cart-show-div li .total h6 span {
	float: right
}

.cart-hover-div .cart-show-div li .check-btn {
	text-transform: capitalize;
	font-size: 16px;
	padding-top: 10px
}

.cart-hover-div .cart-show-div li .check-btn a {
	color: #000;
	font-family: sans-serif;
	letter-spacing: 0.05em
}

.cart-hover-div .cart-show-div li .check-btn a:last-child {
	float: right
}

.cart-hover-div:hover .cart-show-div {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1
}

.cart-hover-div:hover .cart-show-div.right {
	right: unset
}

.search-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-overlay>div {
	width: 100%
}

.search-overlay>div .close-mobile-search {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 50px;
	color: #444;
	cursor: pointer
}

.search-overlay>div .overlay-content input {
	padding: 20px 10px;
	/*background-color: transparent;*/
	/*border: none;
	border-bottom: 1px solid #ddd*/
}

.search-overlay>div .overlay-content input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.search-overlay>div .overlay-content input::-webkit-input-placeholder {
	letter-spacing: 0.05em;
	font-size: 18px;
	font-family: sans-serif;
	color: #444
}

.search-overlay>div .overlay-content input:-ms-input-placeholder {
	letter-spacing: 0.05em;
	font-size: 18px;
	font-family: sans-serif;
	color: #444
}

.search-overlay>div .overlay-content input::-ms-input-placeholder {
	letter-spacing: 0.05em;
	font-size: 18px;
	font-family: sans-serif;
	color: #444
}

.search-overlay>div .overlay-content input::placeholder {
	letter-spacing: 0.05em;
	font-size: 18px;
	font-family: sans-serif;
	color: #444
}

.search-overlay>div .overlay-content button {
	position: absolute;
	top: 10px;
	right: 20px;
	background-color: transparent;
	border: none;
	font-size: 22px
}

.search-overlay>div .overlay-content button i {
	color: #444 !important
}

.mobile-setting-hover {
	position: relative
}

.mobile-setting-hover .mobile-setting-show {
	position: absolute;
	bottom: 40px;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	box-shadow: 0 0 1px 0 #ddd;
	min-width: 160px;
	padding: 20px;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0
}

.mobile-setting-hover .mobile-setting-show h6 {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-family: sans-serif;
	margin-bottom: 10px
}

.mobile-setting-hover .mobile-setting-show .curroncy {
	margin-top: 10px
}

.mobile-setting-hover .mobile-setting-show ul li {
	display: block;
	margin-bottom: 8px;
	padding-left: 17px
}

.mobile-setting-hover .mobile-setting-show ul li:last-child {
	margin-bottom: 0
}

.mobile-setting-hover .mobile-setting-show ul li a {
	color: #444;
	text-transform: capitalize;
	font-family: sans-serif;
	font-size: 14px
}

.mobile-setting-hover:hover .mobile-setting-show {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	visibility: visible
}

.cart-notification {
	    width: 33%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0 7px 2px rgb(158 158 158 / 65%);
    box-shadow: 0px 0 7px 2px rgb(158 158 158 / 65%);
    margin: 10px;
    position: fixed;
    bottom: 0;
    -webkit-animation: movebottom 10s infinite;
    animation: movebottom 10s infinite;
    z-index: 99;
    left: 0;
    right: auto;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 10px;
}

.product-notification {
	width: 88%;
    height: auto;
    padding: 20px;
    background-color: #1c3481;
    -webkit-box-shadow: 0px 0 7px 2px rgb(158 158 158 / 65%);
    box-shadow: 0px 0 7px 2px rgb(158 158 158 / 65%);
    margin: 10px;
    position: fixed;
    bottom: 0;
    -webkit-animation: movebottom 10s infinite;
    animation: movebottom 10s infinite;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
        margin-bottom: 10px;
        border-radius: 5px;
}
.product-notification h5{ display: flex; align-items: center; justify-content: center; margin: 0 !important; }
.product-notification p {
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 0;
	color: #fff !important ;
	padding-left: 0;
	padding-right: 25px;
}

.product-notification p + a{ margin: 0 !important; }

.product-notification img {
	height: 70px
}

.product-notification .close {
	position: absolute;
	right: 13px;
	top: 5px;
	font-size: 24px;
	z-index: 99;
	color: #ffffff;
}

.gift-dropdown.dropdown-menu {
	border: 2px solid #f1f1f1;
	width: 100%;
	border-radius: 0;
	padding: 20px 10px 20px 20px
}

.gift-dropdown.dropdown-menu .media {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.gift-dropdown.dropdown-menu .media:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.gift-dropdown.dropdown-menu .cash {
	height: 10px;
	margin-top: -5px
}

.gift-dropdown.dropdown-menu .fire {
	height: 13px;
	margin-top: -5px
}

.gift-dropdown.dropdown-menu .offer-banner {
	width: 60px;
	border: 1px dashed #afafaf;
	border-radius: 5px;
	text-align: center;
	margin-right: 13px;
	font-size: 13px;
	padding: 5px 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700
}

.gift-dropdown.dropdown-menu .media+.media {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f8
}

.gift-dropdown.dropdown-menu .media+.media h5 {
	padding-bottom: 2px
}

.gift-dropdown.dropdown-menu .media .mr-3 {
	height: 45px;
	width: 45px;
	background-color: #d9f6ff;
	padding: 7px;
	border-radius: 100%;
	margin-right: 12px !important
}

.gift-dropdown.dropdown-menu .media .mr-3 img {
	height: 30px
}

.Jewellery-banner {
	background-image: url("../images/layout-1/collection-banner/6.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px;
	height: 100%
}

.Jewellery-banner a {
	color: #444;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px
}

.Jewellery-banner h6 {
	color: #00baf2;
	font-size: 31px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1
}

.layout-5 .media-banner.media-banner-1 {
	background-color: #f9f9f9
}

.tab-product-main .tab-prodcut-contain ul li a {
	color: #fff
}

.media-banner {
	padding: 30px;
	background-color: #f2f8f9;
	border-right: 1px solid #ddd
}

.media-banner .media-banner-box {
	margin-bottom: 20px
}

.media-banner .media-banner-box:last-child {
	margin-bottom: 0
}

.media-banner .media-banner-box .media-heading h5 {
	font-size: 18px;
	color: #444;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.5px
}

.media-banner .media-banner-box .media-view h5 {
	text-transform: capitalize;
	color: #00baf2;
	line-height: 18px
}

.media-banner .media-banner-box .media img {
	border: 1px solid #ddd
}

.media-banner .media-banner-box .media .media-body .media-contant {
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px
}

.media-banner .media-banner-box .media .media-body .media-contant .rating i {
	color: #ffa800
}

.media-banner .media-banner-box .media .media-body .media-contant .rating i:last-child {
	color: #e8ebf2
}

.media-banner .media-banner-box .media .media-body .media-contant p {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	margin-bottom: 0
}

.media-banner .media-banner-box .media .media-body .media-contant h6 {
	color: #00baf2;
	font-weight: 700;
	margin-top: 3px
}

.media-banner .media-banner-box .media .media-body .media-contant h6 span {
	color: #e8ebf2;
	text-decoration: line-through;
	font-weight: 500
}

.media-banner.media-banner-1 {
	background-color: #eef3f4;
	margin: 0 8px
}

.media-banner.media-banner-2 .media-banner-box {
	margin-bottom: 10px
}

.media-banner.media-banner-2 .media-banner-box:last-child {
	margin-bottom: 0
}

.media-banner.banner-inverse .media-banner-box .media .media-body .media-contant h6 {
	color: #1c3481
}

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

.sosiyal li {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.sosiyal li:last-child {
	margin-right: 0
}

.sosiyal li a i {
	color: #444
}

.sosiyal li:hover {
	background-color: #1c3481;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.sosiyal li:hover i {
	color: #fff
}

.sosiyal.sosiyal-inverse li:hover {
	background-color: #00baf2
}

.app-link-block {
	background-color: #f2f2f2
}

.app-link-block .app-link-bloc-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	width: 100%
}

.app-link-block .app-link-bloc-contain.app-link-bloc-contain-1 {
	padding: 30px 0
}

.app-link-block .app-link-bloc-contain .app-item-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.app-link-block .app-link-bloc-contain .app-item-group .app-item:first-child {
	margin-right: 15px
}

.app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block h6 {
	color: #777;
	text-transform: uppercase;
	margin-left: 35px;
	margin-right: 35px;
	font-family: Raleway, PT Sans
}

.sub-footer {
	background-color: #fff
}

.sub-footer .footer-end p {
	padding: 20px 0;
	color: #8d8d8d;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: Raleway;
	letter-spacing: 0.05em
}

.sub-footer .footer-end p span {
	font-family: sans-serif
}

.sub-footer .payment-card-bottom {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.sub-footer .payment-card-bottom ul li {
	margin-left: 15px
}

.sub-footer .payment-card-bottom ul li:first-child {
	margin-left: 0
}

.footer-1 {
	background-color: #fff
}

.footer-1 .logo-contain {
	padding: 35px 0
}

.footer-1 .logo-contain .logo-block {
	padding: 25px 0
}

.footer-1 .logo-contain .logo-detail {
	position: relative;
	padding: 30px 0
}

.footer-1 .logo-contain .logo-detail:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	content: "";
	background: #ddd;
	margin: 0 auto
}

.footer-1 .logo-contain .logo-detail p {
	color: #777;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 45px;
	letter-spacing: 0.5px;
	line-height: 1.8
}

.footer-1 .footer-link {
	border-right: 1px solid #ddd;
	padding: 45px 0
}

.footer-1 .footer-box {
	padding-bottom: 30px;
	padding-top: 30px
}

.footer-1 .footer-box .footer-sub-box.account {
	margin-bottom: 40px
}

.footer-1 .footer-box .footer-sub-box.footer-contant-box {
	margin-left: 80px;
	padding: 20px 0
}

.footer-1 .footer-box .footer-sub-box .footer-title {
	margin-bottom: 15px
}

.footer-1 .footer-box .footer-sub-box .footer-contant ul li {
	font-family: Raleway;
	display: inline;
	line-height: 1.8;
	margin-right: 15px
}

.footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li {
	color: #8d8d8d;
	display: block;
	margin-right: 0
}

.footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li span {
	font-family: sans-serif
}

.footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li i {
	top: 4px
}

.footer-2 {
	background-color: #f2f2f2;
	padding: 50px 0 0 0
}

.footer-2 .footer-main-contian {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px
}

.footer-2 .footer-main-contian .footer-left {
	padding-right: 60px;
	padding-top: 10px
}

.footer-2 .footer-main-contian .footer-left .footer-detail p {
	padding: 40px 0;
	font-family: Raleway, sans-serif;
	text-transform: capitalize;
	line-height: 1.8;
	color: #777
}

.footer-2 .footer-main-contian .footer-left .footer-detail .paymant-bottom li {
	margin-right: 15px
}

.footer-2 .footer-main-contian .footer-left .footer-detail .paymant-bottom li:last-child {
	margin-right: 0
}

.footer-2 .footer-main-contian .footer-right {
	padding-top: 25px;
	padding-left: 50px;
	border-left: 1px solid #ddd
}

.footer-2 .footer-main-contian .footer-right .subscribe-section {
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block {
	height: 100%
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant h4 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group span {
	background-color: transparent;
	border-radius: inherit;
	border-right: none
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group span i {
	color: #acacac
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group .telly {
	border-left: none;
	border-right: 1px solid #ddd
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group .telly i {
	color: #00baf2
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-radius: inherit
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input::-webkit-input-placeholder {
	color: #acacac
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input:-ms-input-placeholder {
	color: #acacac
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input::-ms-input-placeholder {
	color: #acacac
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input::placeholder {
	color: #acacac
}

.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.footer-2 .footer-main-contian .footer-right .account-right {
	padding: 50px 0 30px 15px
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title {
	padding-bottom: 15px;
	position: relative
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #00baf2
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant {
	margin-top: 30px
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li {
	color: #8d8d8d
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li i {
	top: 0
}

.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li:first-child i {
	margin-top: 4px
}

.footer-2 .sub-footer {
	background-color: #f2f8f9
}

.footer-2 .sub-footer .sub-footer-contain {
	padding: 20px 0
}

.footer-2 .sub-footer .sub-footer-contain ul li a {
	color: #777
}

.footer-2 .sub-footer .sub-footer-contain p {
	color: #777;
	 text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.5px;
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)))
}

.footer-2 .sub-footer .sub-footer-contain p span {
	font-family: sans-serif
}

.footer-3 {
	background-color: #fff;
	padding: 40px 0 0 0
}

.footer-3 .sosiyal-footer {
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd
}

.footer-3 .sosiyal-footer .app-link-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%
}

.footer-3 .sosiyal-footer .app-link-group .app-item:first-child {
	margin-right: 15px
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block {
	text-align: center
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block h4 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group {
	margin-top: 20px
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group span {
	background-color: transparent;
	border-radius: inherit;
	border-right: none
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group span i {
	color: #acacac
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group .telly {
	border-left: none;
	border-right: 1px solid #ddd
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group .telly i {
	color: #00baf2
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-radius: inherit
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input::-webkit-input-placeholder {
	color: #acacac
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input:-ms-input-placeholder {
	color: #acacac
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input::-ms-input-placeholder {
	color: #acacac
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input::placeholder {
	color: #acacac
}

.footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.footer-3 .sosiyal-footer .sosiyal-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	margin-left: 35px
}

.footer-3 .footer-logo {
	padding: 40px 0
}

.footer-3 .footer-logo .footer-box .footer-title {
	padding-bottom: 15px;
	position: relative
}

.footer-3 .footer-logo .footer-box .footer-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #1c3481
}

.footer-3 .footer-logo .footer-box .footer-title.footer-title-1 {
	padding-bottom: 0
}

.footer-3 .footer-logo .footer-box .footer-title.footer-title-1:before {
	background-color: transparent
}

.footer-3 .footer-logo .footer-box .footer-mobile-title {
	display: none
}

.footer-3 .footer-logo .footer-box .footer-contant {
	margin-top: 30px
}

.footer-3 .footer-logo .footer-box .footer-contant.mobile-contant {
	margin-top: 0
}

.footer-3 .footer-logo .footer-box .footer-contant.footer-contant-1 {
	margin-top: 0
}

.footer-3 .footer-logo .footer-box .footer-contant li i {
	top: 0
}

.footer-3 .footer-logo .footer-box .footer-contant li:first-child i {
	top: 4px
}

.footer-3 .footer-logo .footer-box .footer-contant p {
	padding: 40px 0;
	font-family: Raleway, sans-serif;
	text-transform: capitalize;
	line-height: 1.8;
	color: #777
}

.footer-3 .footer-logo .footer-box .footer-contant .paymant-bottom li {
	margin-right: 15px;
	padding-bottom: 0;
	display: inline-block
}

.footer-3 .footer-logo .footer-box .footer-contant .paymant-bottom li:last-child {
	margin-right: 0
}

.footer-3 .sub-footer {
	background-color: #444;
	padding: 20px 0;
	text-align: center
}

.footer-3 .sub-footer h6 {
	font-size: 14px;
	color: #999;
	font-family: Raleway
}

.footer-3 .sub-footer h6 span {
	font-family: sans-serif
}

.footer-4 {
	background-color: #eee;
	padding-top: 40px
}

.footer-4 .footer-logo {
	text-align: center
}

.footer-4 .logo-detail {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px
}

.footer-4 .logo-detail p {
	font-family: Raleway, sans-serif;
	color: #8a8a8a
}

.footer-4 .follow {
	background-color: #fff;
	padding: 30px 0
}

.footer-4 .top-category {
	padding: 50px 0
}

.footer-4 .footer-box .footer-contant ul li a {
	color: #777
}

.footer-title h5 {
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	text-transform: uppercase;
	color: #000;
	font-family: Raleway
}

.footer-title .line {
	width: 50px;
	height: 2px;
	background-color: #00baf2;
	margin-top: 10px
}

.footer-contant {
	margin-top: 30px
}

.footer-contant ul li {
	position: relative;
	line-height: 1.2;
	display: block;
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: capitalize;
	font-family: Raleway;
	letter-spacing: 0.03em
}

.footer-contant ul li:last-child {
	margin-right: 0;
	padding-bottom: 0
}

.footer-contant ul li a {
	color: #8d8d8d
}

.footer-contant .contact-list li {
	padding-left: 25px
}

.footer-contant .contact-list li:first-child {
	line-height: 1.8
}

.footer-contant .contact-list li:first-child i {
	margin-top: 4px
}

.footer-contant .contact-list li span {
	font-family: sans-serif
}

.footer-contant .contact-list li i {
	position: absolute;
	top: 0;
	left: 0
}

.theme-slider {
	line-height: 0
}

.theme-slider .slider-banner {
	position: relative;
	overflow: hidden
}

.theme-slider .slider-banner.p-left .slider-banner-contain {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.theme-slider .slider-banner.p-right .slider-banner-contain {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.theme-slider .slider-banner.p-center .slider-banner-contain {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.theme-slider .slider-banner.p-top .slider-banner-contain {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.theme-slider .slider-banner .slider-img {
	height: 455px;
	background-color: #eddbd1
}

.theme-slider .slider-banner .slider-banner-contain {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 100px
}

.theme-slider .slider-banner .slider-banner-contain h4 {
	font-size: 24px;
	color: #000;
	text-transform: capitalize;
	line-height: 1;
	padding-bottom: 8px
}

.theme-slider .slider-banner .slider-banner-contain h1 {
	font-size: 72px;
	color: #1c3481;
	text-transform: capitalize;
	line-height: 1;
	padding-bottom: 12px
}

.theme-slider .slider-banner .slider-banner-contain h2 {
	font-size: 36px;
	color: #777;
	text-transform: capitalize;
	line-height: 1;
	padding-bottom: 16px
}

.theme-slider .slider-banner .slider-banner-contain .btn-rounded {
	display: inline-block;
	letter-spacing: 1px;
	padding: 15px 35px;
	font-size: 18px
}

.theme-slider .slider-banner .layout2-slide-1 li {
	position: absolute;
	bottom: -8px;
	right: 0
}

.theme-slider .slider-banner .layout2-slide-2 li {
	position: absolute;
	bottom: 55px;
	right: 60px
}

.theme-slider .slider-banner .layout2-slide-3 li {
	position: absolute;
	bottom: 35px;
	right: 55px
}

.theme-slider .slider-banner .slide-center {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	height: 100% !important
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li {
	position: absolute;
	bottom: -30px;
	left: -50px
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li:nth-child(2) {
	right: 60px;
	left: unset
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-2 li {
	position: absolute;
	left: 50px
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-2 li:nth-child(2) {
	right: 20px;
	left: unset
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li {
	position: absolute;
	bottom: -30px;
	left: -50px
}

.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li:nth-child(2) {
	right: 100px;
	bottom: -20px;
	left: unset
}

.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 {
	color: #00baf2;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 2px
}

.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 span {
	color: #1c3481;
	text-transform: capitalize;
	margin-left: 17px
}

.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h4 {
	font-size: 30px;
	color: #939b9e;
	font-weight: 400;
	padding-bottom: 20px
}

.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h2 {
	font-size: 36px;
	color: #000;
	padding-bottom: 15px
}

.theme-slider .slider-banner.slide-banner-1 .btn-normal {
	padding: 17px 35px;
	font-size: 18px
}

.theme-slider .slider-banner.slide-banner-1 .slider-img {
	height: auto;
	background-color: #fff;
	overflow: hidden
}

.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
	position: absolute;
	top: 0;
	left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
	right: 20px;
	left: unset
}

.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
	position: absolute;
	top: 0;
	left: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
	right: 65px;
	left: unset
}

.theme-slider .slider-banner.slide-banner-2 .slider-img {
	height: 480px;
	background-color: #eee
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
	background-color: #fff;
	padding: 40px;
	text-align: center;
	min-width: 440px
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h4 {
	font-size: 18px;
	color: #444;
	padding-bottom: 5px
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h1 {
	color: #1c3481;
	padding-bottom: 21px
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain span {
	display: block;
	background-color: #00baf2;
	font-weight: 700;
	color: #fff;
	font-size: 36px;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 22px
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain a {
	text-transform: uppercase;
	font-weight: 700;
	color: #1c3481
}

.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain a i {
	margin-left: 15px
}

.theme-slider .slider-banner.slide-banner-3 .layout4-slide-1 li {
	position: absolute;
	top: 0;
	right: 170px
}

.theme-slider .slider-banner.slide-banner-3 .layout4-slide-2 li {
	position: absolute;
	top: 0;
	right: 180px
}

.theme-slider .slider-banner.slide-banner-3 .layout4-slide-3 li {
	position: absolute;
	top: 0;
	right: 230px
}

.theme-slider .slider-banner.slide-banner-3 .slider-img {
	height: 455px;
	background-color: #fff
}

.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h5 {
	font-size: 18px;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 6px
}

.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h3 {
	font-size: 42px;
	text-transform: capitalize;
	color: #00baf2;
	font-weight: 400;
	padding-bottom: 10px
}

.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h1 {
	font-size: 52px;
	color: #1c3481;
	padding-bottom: 27px;
	text-transform: uppercase
}

.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h2 {
	font-size: 24px;
	color: #444;
	padding-bottom: 25px
}

.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain .btn-normal {
	text-transform: capitalize;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	padding: 18px 45px
}

.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
	position: absolute;
	right: 100px;
	bottom: 0
}

.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
	position: absolute;
	right: 100px;
	bottom: 0
}

.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
	position: absolute;
	right: 100px;
	bottom: 0
}

.theme-slider .slider-banner.slide-banner-4 .slider-img {
	height: 695px;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfe9f3), to(#e7e7e7));
	background: linear-gradient(#dfe9f3, #e7e7e7)
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain {
	text-align: center
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h3 {
	color: #00baf2;
	font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h3:after {
	position: absolute;
	top: 50%;
	left: 120%;
	height: 5px;
	width: 100px;
	content: '';
	background-color: #1c3481
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h3:before {
	position: absolute;
	top: 50%;
	right: 120%;
	height: 5px;
	width: 100px;
	content: '';
	background-color: #1c3481
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h1 {
	color: #1c3481;
	text-transform: capitalize;
	margin-top: 10px;
	font-size: calc(24px + (72 - 24) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h2 {
	color: #00baf2;
	margin-top: 11px;
	font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain .btn-normal {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 15px;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-5 .layout6-slide-1 li {
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 450px
}

.theme-slider .slider-banner.slide-banner-5 .layout6-slide-2 li {
	position: absolute;
	top: 60%;
	right: 17%;
	-webkit-animation: vegislide-move 2s linear infinite;
	animation: vegislide-move 2s linear infinite;
	width: calc(25px + (55 - 25) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-5 .layout6-slide-2 li:nth-child(2) {
	right: 50%;
	-webkit-animation: vegislide-move 2.8s linear infinite;
	animation: vegislide-move 2.8s linear infinite;
	width: calc(20px + (55 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-5 .layout6-slide-2 li:nth-child(3) {
	top: unset;
	bottom: 10%;
	margin-right: 26%;
	-webkit-animation: vegislide-move 3s linear infinite;
	animation: vegislide-move 3s linear infinite;
	width: calc(20px + (55 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.theme-slider .slider-banner.slide-banner-5 .layout6-slide-2 li:nth-child(4) {
	top: unset;
	bottom: 20%;
	right: 40%;
	-webkit-animation: vegislide-move 3.5s linear infinite;
	animation: vegislide-move 3.5s linear infinite;
	width: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)))
}

@-webkit-keyframes vegislide-move {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes vegislide-move {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.theme-slider .slider-banner.slide-banner-5 .slider-img {
	background-color: #e7e7e7
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h5 {
	font-size: 18px;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 6px
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h3 {
	font-size: 42px;
	text-transform: capitalize;
	color: #00baf2;
	font-weight: 400;
	padding-bottom: 10px
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h1 {
	font-size: 52px;
	color: #1c3481;
	padding-bottom: 27px;
	text-transform: uppercase
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h2 {
	font-size: 24px;
	color: #444;
	padding-bottom: 25px
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain .btn-rounded {
	text-transform: capitalize
}

.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain .btn-rounded:hover {
	background-color: #1c3481
}

.slider-layout-4 .slider-slide {
	max-width: calc(100% - 275px);
	margin-left: 275px
}

.title1 {
	text-align: center;
	background-color: #fff;
	padding: 42px 0
}

.title1 h4 {
	font-size: 20px;
	color: #00baf2;
	text-transform: uppercase;
	letter-spacing: 0.05em
}

.title2 {
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff
}

.title2 h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: 0 auto
}

.title2 h4:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 3px;
	width: 100%;
	max-width: 100%;
	background: #00baf2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.title2 h4:hover:before {
	width: 48px;
	max-width: 50%
}

.title3 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px
}

.title3 h4 {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.05em;
	margin-top: -4px
}

.title4 {
	text-align: center;
	padding-top: calc(20px + (42 - 20) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: calc(20px + (42 - 20) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff
}

.title4 h4 {
	font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1
}

.title4 h4 span {
	color: #00baf2
}

.title5 {
	text-align: center;
	background-color: #fff;
}

.title5 h4 {
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.05em
}

.title5 p {
	color: #444;
	margin-top: 10px;
	font-size: 18px
}

.title6 {
	text-align: center;
	position: relative;
	padding: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.titlepick {
	text-align: center;
	position: relative;
	padding-top: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320)))
}


.title6 h4 {
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 25px;
	text-transform: uppercase;
	position: relative;
	color: #00baf2;
}

.title6 h4:before, .title6 h4:after {
	width: 10%;
	height: 2px;
	content: '';
	background: #00baf2;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -30px
}

.title6 h4:after {
	right: -30px;
	left: unset
}

.tab-product-main {
	background-color: #fff
}

.tab-product-main .tab-prodcut-contain {
	text-align: center
}

.tab-product-main .tab-prodcut-contain ul li {
	margin: 0 20px;
	padding: 40px 0;
	position: relative
}

.tab-product-main .tab-prodcut-contain ul li.current a {
	color: #00baf2;
	white-space: nowrap;
}

.tab-product-main .tab-prodcut-contain ul li.current:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background-color: #00baf2;
	width: 100%;
	content: ''
}

.tab-product-main .tab-prodcut-contain ul li a {
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.newsletter {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0
}

.newsletter .news-leble {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #ddd;
	padding-right: 35px
}

.newsletter .news-leble svg {
	fill: #00baf2;
	width: 50px;
	height: 50px
}

.newsletter .news-leble .news-text {
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	text-transform: uppercase;
	color: #444;
	line-height: 1;
	font-weight: 700;
	margin-left: 25px
}

.newsletter .news-leble .news-text span {
	display: block;
	margin-top: 6px
}

.newsletter .subscribe-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.newsletter .subscribe-block .input-group input {
	border: none;
	width: 320px;
	background-color: transparent
}

.newsletter .subscribe-block .input-group input::-webkit-input-placeholder {
	color: #e8ebf2;
	font-family: Raleway;
	letter-spacing: 1px;
	font-size: 12px
}

.newsletter .subscribe-block .input-group input:-ms-input-placeholder {
	color: #e8ebf2;
	font-family: Raleway;
	letter-spacing: 1px;
	font-size: 12px
}

.newsletter .subscribe-block .input-group input::-ms-input-placeholder {
	color: #e8ebf2;
	font-family: Raleway;
	letter-spacing: 1px;
	font-size: 12px
}

.newsletter .subscribe-block .input-group input::placeholder {
	color: #e8ebf2;
	font-family: Raleway;
	letter-spacing: 1px;
	font-size: 12px
}

.newsletter .subscribe-block .input-group input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.newsletter .subscribe-block .input-group span {
	background-color: transparent;
	border: none;
	padding: 0 45px
}

.newsletter .subscribe-block .input-group span i {
	font-size: 20px;
	color: #1c3481
}

.newsletter .subscribe-block .btn-normal {
	text-transform: uppercase;
	padding: 18px 30px
}

.newsletter.newsletter-inverse .subscribe-block .btn-normal {
	background-color: #1c3481
}

.newsletter.newsletter-inverse .news-leble svg {
	fill: #1c3481
}

.breadcrumb-main {
	background-color: #fff;
	padding: 10px 0
}

.breadcrumb-main .breadcrumb-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.breadcrumb-main .breadcrumb-contain h2 {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.breadcrumb-main .breadcrumb-contain ul li {
	margin-right: 15px
}

.breadcrumb-main .breadcrumb-contain ul li:last-child {
	margin-right: 0
}

.breadcrumb-main .breadcrumb-contain ul li a {
	color: #333;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	text-transform: uppercase;
	font-weight: 700
}

.breadcrumb-main .breadcrumb-contain ul li i {
	color: #333;
	font-size: 17px;
	font-weight: 700
}

.paymant-offer-mian {
	background-color: #fff;
	padding: 30px;
	margin-right: 15px;
	text-align: center
}

.paymant-offer-mian img {
	margin: 0 auto
}

.paymant-offer-mian h2 {
	color: #1c3481;
	font-weight: 600;
	line-height: 1;
	margin-top: 25px;
	font-family: monospace
}

.paymant-offer-mian h3 {
	text-transform: capitalize;
	line-height: 1;
	margin-top: 10px;
	color: #333;
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	margin-bottom: 10px
}

.paymant-offer-mian h4 {
	text-transform: capitalize;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 500
}

.paymant-offer-mian .payment-cod {
	padding: 8px 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-transform: capitalize;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	line-height: 1;
	color: #1c3481;
	background-color: rgba(28, 52, 129, 0.1);
	font-weight: 700;
	border: 1px dashed;
	border-radius: 5px
}

.sitemap_page .title {
	color: #00baf2;
	text-transform: capitalize;
	font-weight: 700
}

.sitemap_page ul {
	padding-left: 10px
}

.sitemap_page ul li {
	display: block;
	margin-bottom: 10px
}

.sitemap_page ul li a {
	color: #444;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: capitalize
}

.sitemap_page ul li a i {
	font-size: 10px
}

.sitemap_page ul li a:hover {
	color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sitemap_page ul ul {
	padding-left: 15px;
	margin-top: 5px
}

.sitemap_page ul ul li {
	margin-bottom: 0
}

.sitemap_page ul ul li a {
	font-weight: 400;
	color: #333;
	font-size: 14px
}

.select_input select {
	padding: 13px 20px;
	margin-bottom: 25px
}

.mb-3.theme-form .mb-5 {
	margin-bottom: 0 !important
}

.template-password {
	background: url("../images/coming-soon-1.jpg");
	background-size: cover;
	height: 100vh;
}

.template-password #container {
	height: 100vh;
	max-width: 600px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}

.template-password #container>div {
	width: 100%
}

.template-password #container #login {
	width: 100%;
	margin-bottom: 	0px;
	    background-color: #fff !important;
    padding: 20px !important;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;

}
#login {
	 background-color: #fff !important;
    padding: 20px !important;

}

.template-password #container #login h2 {
	color: #00baf2;
	font-size: 30px;
	font-weight: 400
}

.template-password #container #login .theme-form h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 25px
}

.template-password #container #login .theme-form input {
	border-color: #ddd;
	font-size: 12px;
	padding: 17px 25px;
	margin-bottom: 15px;
	height: inherit
}

.template-password #container #login .theme-form input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.template-password #container #powered {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0
}

.template-password #container #owner a {
	color: #00baf2
}

.template-password .btn-normal {
	text-transform: uppercase
}

.review-page .comment-section {
	border-bottom: none !important
}

.review-page .comment-section li:first-child {
	border-top: none;
	padding-top: 0
}

.review-page .comment-section li:last-child {
	padding-bottom: 0
}

.review-page .comnt-sec {
	margin-top: 10px
}

.review-page .comnt-sec li {
	margin-right: 15px;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	border-top: none !important
}

.review-page .comnt-sec li a {
	color: #777;
	font-size: 16px
}

.review-page .comnt-sec li a i {
	margin-right: 5px
}

.error-section {
	padding: 130px 0;
	text-align: center;
	margin: 0 auto;
}

.error-section h1 {
	font-size: 200px;
	font-weight: 900;
	margin: 0;
	line-height: 0.8;
	color: #444;
	margin-top: -11px
}

.error-section h2 {
	color: #333;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 40px 0;
	text-transform: uppercase
}

.error-section .btn-normal {
	text-transform: uppercase
}

.breadcrumb-section {
	background-color: #ddd;
	padding: 30px 0
}

.breadcrumb-section .page-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.breadcrumb-section .page-title h2 {
	font-size: 16px;
	margin-bottom: 0
}

.breadcrumb-section .breadcrumb {
	background-color: transparent;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	font-weight: 600;
	margin: 0;
	padding-right: 0
}

.breadcrumb-section .breadcrumb a {
	color: #444;
	font-weight: 600
}

.about-head {
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.about-head h2 {
	color: #00baf2;
	margin-bottom: 0
}

.about-page p {
	margin-bottom: -7px
}

.about-page .banner-section {
	border-radius: 5px;
	overflow: hidden
}

.about-page h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.3;
	color: #333
}

.about-page p {
	line-height: 1.8; 
	letter-spacing: 0.03em;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.terms{ font-size: 16px; }
.terms ul{ margin-bottom: 10px; }
.terms p { line-height: 20px;font-size: 16px; margin-bottom: 15px;}
.terms h2{ font-size: 22px; color: #333; font-weight: bold; margin-bottom: 10px; }
.about-page .terms h4{ margin: 10px; }

.team {
	position: relative
}

.team img {
	margin: 0 auto;
	padding: 0 10px
}

.team .slick-prev, .team .slick-next {
	position: absolute;
	top: -45px
}

.team .slick-prev:before, .team .slick-next:before {
	font: normal normal normal 30px/1 FontAwesome;
	color: #444;
	opacity: 0.6
}

.team .slick-prev {
	left: unset;
	right: 20px
}

.team .slick-prev:before {
	content: "\f104"
}

.team .slick-next {
	right: 0
}

.team .slick-next:before {
	content: "\f105"
}

.team h2 {
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

.team h4, .team h6 {
	text-align: center
}

.team h4 {
	color: #00baf2;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 5px
}

.team h6 {
	margin-bottom: 0;
	color: #444
}

.collection-filter>div:nth-child(n+2) {
	margin-top: 30px
}

.category-6 .col-xl-2 {
	padding-left: 10px;
	padding-right: 10px
}

.category-6 .col-xl-2 .product .product-box .product-detail .icon-detail button {
	padding: 10px
}

.category-6 .col-xl-2 .product .product-box .product-detail .icon-detail a i {
	padding: 10px
}

.collection-filter-block .product-service .media {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea
}

.collection-filter-block .product-service .media svg {
	height: 40px;
	width: 40px
}

.collection-filter-block .product-service .media svg path {
	fill: #00baf2
}

.collection-filter-block .product-service .media .media-body {
	padding-left: 10px
}

.collection-filter-block .product-service .media .media-body h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #333;
	letter-spacing: 0.05em
}

.collection-filter-block .product-service .media .media-body p {
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)))
}

.collection-filter-block .product-service .media:last-child {
	padding-bottom: 0
}

.collection-collapse-block .collapse-block-title {
	position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0 !important;
    margin-bottom: 0;
    background-color: #e3e3e385;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.collection-brand-filter {
	margin-bottom: 25px;
	margin-top: 10px;
}

.collection-collapse-block:first-child .collapse-block-title {
	margin-top: 0;
}

.collection-collapse-block .collapse-block-title:after {
	position: absolute;
	display: block;
	top: 15px;
	right: 5px;
	content: "\f0d7";
	font-family: FontAwesome;
	color: #00baf2;
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
	margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
	color: #777;
	padding-bottom: 10px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
	padding-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
	margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
	margin-bottom: 4px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
	margin-top: 20px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
	margin-bottom: -5px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
	text-transform: capitalize;
	line-height: 22px;
    cursor: pointer;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
	top: 1px;
	height: 15px;
	width: 15px;
	background: #fff;
	border: 1px solid #ddd
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
	top: 1px;
	height: 15px;
	width: 15px;
	background-size: 65%
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>")
}

.color-selector ul li {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid #ddd
}

.color-selector ul .color-1 {
	background-color: white
}

.color-selector ul .color-2 {
	background-color: grey
}

.color-selector ul .color-3 {
	background-color: red
}

.color-selector ul .color-4 {
	background-color: purple
}

.color-selector ul .color-5 {
	background-color: blue
}

.color-selector ul .color-6 {
	background-color: yellow
}

.color-selector ul .color-7 {
	background-color: green
}

.color-selector ul li.active {
	border: 1px solid #ddd;
	position: relative
}

.color-selector ul li.active:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
	top: 10px;
	right: 4px;
	height: 15px;
	width: 15px;
	background-size: 70%;
	background-repeat: no-repeat;
	position: absolute
}

.collection-sidebar-banner {
	/*margin-top: 30px*/
}

.collection-sidebar-banner img {
	/*width: 100%*/
}

.top-banner-wrapper .top-banner-content h4 {
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	text-transform: capitalize
}

.top-banner-wrapper .top-banner-content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 10px
}

.top-banner-wrapper .top-banner-content p {
	line-height: 1.5;
	color: #777;
	margin-bottom: 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.product-wrapper-grid.list-view .product-wrap .product-info {
	text-align: left;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 15px
}

.product-wrapper-grid.list-view .product .product-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0;
	background-color: #fff
}

.product-wrapper-grid.list-view .product .product-box .product-imgbox, .product-wrapper-grid.list-view .product .product-box .img-block {
	width: 25%
}

.product-wrapper-grid.list-view .product .product-box .product-detail {
	padding-left: 15px;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: left !important
}

.product-wrapper-grid.list-view .product .product-box .product-detail.detail-center {
	padding: 0;
	padding-left: 25px;
	background-color: transparent;
	overflow: unset
}

.product-wrapper-grid.list-view .product .product-box .product-detail .rating-star {
	margin-top: 0;
	margin-bottom: 10px
}

.product-wrapper-grid.list-view .product .product-box .product-detail p {
	display: block !important;
	margin-bottom: 10px;
	line-height: 18px
}

.product-wrapper-grid.list-view .product .product-box .product-detail .color-variant {
	padding-top: 10px
}

.product-wrapper-grid.list-view .product .product-box .product-detail h6 {
	font-weight: 700;
	margin-bottom: 10px
}

.product-wrapper-grid.list-view .product .product-box .product-detail .detail-title {
	opacity: 1;
	padding-top: 0;
	background-color: transparent
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail {
	position: unset;
	padding-top: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail button {
	-webkit-animation: none;
	animation: none;
	padding: 10px
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail button i {
	font-size: 14px
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail a i {
	font-size: 12px;
	padding: 10px
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail a:nth-child(2) i {
	-webkit-animation: none;
	animation: none
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail a:nth-child(3) i {
	-webkit-animation: none;
	animation: none
}

.product-wrapper-grid.list-view .product .product-box .product-detail .icon-detail a:nth-child(4) i {
	-webkit-animation: none;
	animation: none
}

.collection-product-wrapper .product-top-filter {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 15px;
}

.collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .collection-product-wrapper .product-top-filter .popup-filter .search-count, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	border-right: 1px solid #ddd;
	padding: 20px;
	text-transform: capitalize;
	width: 35%;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5, .collection-product-wrapper .product-top-filter .popup-filter .search-count h5, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
	margin-bottom: 0;
	color: #333
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	padding: 20px;
	width: 10%
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #333
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
	margin-right: 14px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
	padding: 20px;
	width: 20%;
	border-right: 1px solid #ddd
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
	margin-left: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
	height: 18px;
	cursor: pointer
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	position: relative;
	width: 20%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	border: 0;
	padding: 20px;
	border-right: 1px solid #ddd;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(../images/dropdown.png) no-repeat 95%;
	color: #333;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
	outline: unset
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
	padding: 20px 0
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	width: 15%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	border-right: none
}

.collection-product-wrapper .product-top-filter .popup-filter {
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
	width: 3px
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
	background: #ddd
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
	background: #444
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
	background: #444
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	position: relative;
	cursor: pointer;
	width: 20%;
	background: url(../images/dropdown.png) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
	font-size: 16px;
	color: #333
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
	background-color: #8a8a8a;
	width: 270px;
	height: 600px;
	overflow-y: scroll
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
	border: none
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
	padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
	padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
	width: 100%
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
	display: none;
	position: absolute;
	z-index: 9;
	top: 75px;
	left: 0;
	min-width: 330px;
	border: 5px solid #f2f8f9
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
	display: block
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
	margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	padding-right: 45px;
	font-size: 16px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 35px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
	padding: 20px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 25px !important
}

.collection-product-wrapper .product-wrapper-grid .product-box {
	margin-top: 30px;
	padding-right: 0;
	box-shadow: 0 0 10px 0 #ddd;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail {
	padding-top: 0
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
	display: none
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail .detail-title .detail-left .price-title {
	font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	padding-top: 5px;
	font-family: 'Roboto', sans-serif;
}

.collection-product-wrapper .product-wrapper-grid .product-five {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 {
	padding-left: 10px;
	padding-right: 10px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box {
	margin-top: 15px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
	font-size: 13px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
	font-size: 18px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
	padding-right: 0
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail.detail-center .icon-detail button {
	padding: 10px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail.detail-center .icon-detail a i {
	padding: 10px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .label-block .label3 {
	padding: 8px 4px;
	font-size: 12px
}

.filter-main-btn {
	display: none;
	margin-bottom: 20px;
	cursor: pointer
}

.filter-main-btn span {
	font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
	background-color: #00baf2;
	padding: 5px 20px;
	color: #fff;
	border-radius: 3px
}

.collection-mobile-back {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	display: none
}

.collection-mobile-back span {
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.05em
}

.collection-mobile-back span i {
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px
}

.product-pagination {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)))
}

.product-pagination .pagination {
	border-radius: 0
}

.product-pagination .pagination .page-item {
	border-radius: 0
}

.product-pagination .pagination .page-item a {
	padding: 18px;
	border-bottom: 0;
	border-top: 0;
	color: #777;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.product-pagination .pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.product-pagination .pagination .page-item.active a {
	color: #00baf2;
	background-color: #fff;
	border-color: #ddd
}

.product-pagination .product-search-count-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-right: 15px
}

.product-pagination .product-search-count-bottom h5 {
	color: #333;
	margin-bottom: 0;
	padding: 5px 0
}

.bundle {
	margin-top: 10px
}

.bundle .bundle_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bundle .bundle_img .img-box img {
	max-width: 115px;
	border: 1px solid #ddd;
	padding: 2px
}

.bundle .bundle_img .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 7px;
	font-size: 22px
}

.bundle .bundle_detail {
	margin-top: 15px
}

.bundle .bundle_detail .price_product {
	color: #000;
	padding-left: 3px;
	font-weight: 700
}

.bundle .bundle_detail .btn-normal {
	padding: 13px 25px;
	text-transform: uppercase
}

.theme_checkbox label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: capitalize;
	color: #333
}

.theme_checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.theme_checkbox label input:checked~.checkmark:after {
	display: block
}

.theme_checkbox label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ddd
}

.theme_checkbox label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.theme-card {
	position: relative;
	background-color: #fff
}

.theme-card.center-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.theme-card.center-align .offer-slider .product-box2 .media .media-body {
	margin-top: 0
}

.theme-card.card-border {
	border: 1px solid #ddd
}

.theme-card.card-border h5 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0
}

.theme-card.card-border .slick-prev, .theme-card.card-border .slick-next {
	top: -40px
}

.theme-card.card-border .slick-next {
	right: 30px
}

.theme-card.card-border .slick-prev {
	right: 50px
}

.theme-card.card-border .offer-slider {
	padding-top: 0
}

.theme-card.card-border .offer-slider img {
	padding: 15px
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
	margin-right: 0
}

.theme-card h5 {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #333;
	letter-spacing: 0.05em
}

.theme-card h5.title-border {
	border-bottom: 1px solid #ddd;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.theme-card .slick-prev, .theme-card .slick-next {
	top: -28px
}

.theme-card .slick-prev:before, .theme-card .slick-next:before {
	font: normal normal normal 30px/1 FontAwesome;
	color: #333;
	opacity: 0.6
}

.theme-card .slick-next {
	right: 0
}

.theme-card .slick-next:before {
	content: "\f105"
}

.theme-card .slick-prev {
	left: unset;
	right: 25px
}

.theme-card .slick-prev:before {
	content: "\f104"
}

.theme-card .offer-slider img {
	height: 140px;
	padding: 15px 15px 0 0
}

.theme-card .offer-slider>div .media:last-child .media-body {
	margin-top: 15px
}

.theme-card .offer-slider>div .media:last-child img {
	margin-bottom: -15px
}

.theme-card .offer-slider .media .media-body .rating {
	margin-top: 0
}

.theme-card .offer-slider .media .media-body .rating i {
	padding-right: 3px
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
	color: #ffa800
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
	color: #ddd
}

.theme-card .offer-slider .media .media-body a h6 {
	margin-right: 61px;
	margin-top: 5px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 0;
	color: #777
}

.theme-card .offer-slider .media .media-body h4 {
	margin-top: 10px;
	font-weight: 700;
	color: #333;
	margin-bottom: 0
}

.related-pro1 .product-box {
	padding-right: 0
}

.addtocart_count {
	position: relative
}

.addtocart_count .product-box .product-detail {
	text-align: center
}

.addtocart_count .product-box .product-detail .detail-title .detail-right {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.addtocart_count .product-box .cart-info {
	bottom: 40px;
	right: 10px
}

.addtocart_count .product-box .cart-info a i {
	background-color: #e2e2e2;
	border-radius: 100%;
	margin: 10px 0;
	padding: 8px;
	font-size: 16px;
	color: #313131
}

.addtocart_count .product-box .add-button {
	background-color: #1c3481;
	color: #fff;
	text-align: center;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	text-transform: capitalize;
	width: 100%;
	padding: 5px 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: none;
	cursor: pointer
}

.addtocart_count .product-box:hover .cart-info a:nth-child(1) i {
	-webkit-animation: fadeInRight 300ms ease-in-out;
	animation: fadeInRight 300ms ease-in-out
}

.addtocart_count .product-box:hover .add-button {
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.addtocart_count .addtocart_btn {
	position: relative
}

.addtocart_count .addtocart_btn .cart_qty {
	width: 100%
}

.addtocart_count .addtocart_btn .cart_qty.qty-box {
	position: absolute;
	bottom: 0;
	display: none
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control {
	width: 100%
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control:focus {
	border-color: #efefef;
	-webkit-box-shadow: none;
	box-shadow: none
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button {
	background: rgba(28, 52, 129, 0.45) !important;
	color: #fff;
	position: absolute;
	height: 100%;
	z-index: 9
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-left-minus {
	left: 0
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-right-plus {
	right: 0
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
	color: #fff !important
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
	color: #000
}

.addtocart_count .addtocart_btn .cart_qty.open {
	display: block
}

.category-side .collection-collapse-block .collapse-block-title {
	margin-top: 20px
}

.category-side .color-selector ul li {
	margin-bottom: 0
}

.metro-block .product-box .product-imgbox .product-detail {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.metro-block .product-box .product-imgbox .product-detail h6 {
	color: #444;
	text-transform: capitalize;
	font-size: 16px
}

.metro-block .product-box .product-imgbox .product-detail h4 {
	color: #333
}

.metro-block .product-box:hover .product-imgbox .product-detail {
	bottom: 15px
}

.center-product .theme-card {
	border: 1px solid #ddd;
	padding: 15px;
	margin-right: 15px
}

.center-product .theme-card .offer-slider .media .media-body a h6 {
	margin-right: 0
}

.collection .collection-block {
	text-align: center
}

.collection .collection-block img, .collection .collection-block .bg-size {
	margin-bottom: 20px
}

.collection .collection-block .collection-content {
	text-align: center
}

.collection .collection-block .collection-content h3 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.05em;
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.collection .collection-block .collection-content h4 {
	color: #444;
	margin-bottom: 10px;
	font-size: 16px
}

.collection .collection-block .collection-content p {
	line-height: 1.5;
	margin-bottom: 15px
}

.collection .collection-block .collection-content .btn-normal {
	padding: 10px 25px;
	text-transform: uppercase
}

.faq-section .accordion.theme-accordion .card {
	margin-top: 10px;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 1px solid #bff0ff
}

.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type), .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
	border-bottom: 1px solid #bff0ff
}

.faq-section .accordion.theme-accordion .card:first-child {
	margin-top: 0
}

.faq-section .accordion.theme-accordion .card .card-header {
	padding: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #f2fcff;
	border: 1px solid #f2fcff
}

.faq-section .accordion.theme-accordion .card .card-header button {
	color: #00baf2;
	text-align: left;
	font-size: 17px;
	padding: 18px;
	font-weight: 600;
	letter-spacing: 0.05em
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #777;
	right: 20px;
	top: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
	border-top: 0;
	border-bottom: 6px solid #777;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
	text-decoration: none;
	color: #00baf2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.faq-section .accordion.theme-accordion .card .card-body {
	padding: 15px 18px
}

.faq-section .accordion.theme-accordion .card .card-body p {
	margin-bottom: 0;
	font-size: 14px;
	color: #777;
	line-height: 1.8;
	letter-spacing: 0.06em
}

.pwd-page {
	text-align: center
}

.pwd-page h2 {
	margin-bottom: 25px;
	color: #333;
	margin-top: -5px
}

.pwd-page .theme-form input {
	border-color: #ddd;
	font-size: 15px;
	padding: 15px 25px;
	margin-bottom: 15px;
	height: inherit;
	text-align: center
}

.pwd-page .theme-form .btn-normal {
	margin: 0 auto
}

.pwd-page .btn-normal {
	text-transform: uppercase
}

.login-page h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-top: -5px;
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)))
}


.login-page.section-big-py-space { padding: 20px 0; }

.login-page .theme-card {
	padding: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px #ddd;
    border-radius: 10px;
    border: none;
}

.login-page .theme-card form{padding: 30px;}
.login-page .theme-card h3{
	margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00baf2;
    min-height: 70px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.login-page .theme-card .theme-form {
	padding: 30px;
	/*background-color: #f1f4f7*/
}

.login-page .theme-card .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	line-height: 1
}

.login-page .theme-card .theme-form input {
	padding: 12px 25px;
	border-radius: 0
}

.login-page .theme-card .btn {
	text-transform: uppercase;
	padding: 14px 35px
}

.login-page .authentication-right {
	height: calc(100% - 48px)
}

.login-page .authentication-right h6 {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px
}

.login-page .authentication-right p {
	font-size: 14px;
	color: #777;
	line-height: 2;
	margin-bottom: 1rem
}

.search-block {
	padding: 0
}

.search-block .form-header .input-group input {
	border-radius: 0 5px 5px 0;
	padding: 15px 20px
}

.search-block .form-header .input-group i {
	padding-right: 10px
}

.search-block .form-header .input-group .btn {
	z-index: 0;
	text-transform: uppercase
}

.contact-page h3 {
	color: #333
}

.contact-page .map .theme-card {
	padding: 30px;
	background-color: #f1f4f7;
	border: 30px solid #fff
}

.contact-page .map iframe {
	width: 100%;
	height: 100%;
	border: none
}

.contact-page .contact-right {
	padding-top: 30px;
	padding-bottom: 30px
}

.contact-page .contact-right ul li {
	position: relative;
	padding-left: 150px;
	margin-top: 45px;
	display: block
}

.contact-page .contact-right ul li:first-child {
	margin-top: 0
}

.contact-page .contact-right ul li .contact-icon {
	position: absolute;
	left: 0;
	text-align: center;
	width: 130px;
	border-right: 1px solid #ddd
}

.contact-page .contact-right ul li .contact-icon i {
	font-size: 24px;
	color: #00baf2
}

.contact-page .contact-right ul li .contact-icon h6 {
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: 600;
	color: #00baf2;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.contact-page .contact-right ul li p {
	margin-bottom: 0;
	line-height: 30px;
	color: #333;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.contact-page .theme-form {
	padding: 30px;
	background-color: #f1f4f7;
	border: 30px solid #fff
}

.contact-page .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600
}

.contact-page .theme-form input {
	padding: 12px 25px;
	border-radius: 0;
	margin-bottom: 0
}

.contact-page .theme-form textarea {
	padding: 17px 25px;
	margin-bottom: 30px;
	height: inherit
}

.contact-page .form-control {
	border-radius: 0
}

.contact-page .btn {
	text-transform: uppercase
}

.qty-box .input-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qty-box .input-group span button {
	background: #fff !important;
	border: 1px solid #ddd
}

.qty-box .input-group .form-control {
	text-align: center;
	width: 80px;
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset
}

.qty-box .input-group button {
	background-color: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding-left: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1
}

.qty-box .input-group button i {
	font-weight: 900;
	color: #444
}

.qty-box .input-group .icon {
	padding-right: 0
}

.order-history .responsive-data {
	display: none
}

.order-history .responsive-data .price {
	margin-bottom: 2px
}

.order-history .dark-data {
	color: #333;
	font-weight: 600
}

.order-history .btn-normal {
	text-transform: uppercase;
	padding: 13px 25px
}

.cart-section .table tbody+tbody, .wishlist-section .table tbody+tbody {
	border-top: none
}

.cart-section .cart-buttons, .wishlist-section .cart-buttons {
	padding-top: 35px;
	text-transform: uppercase
}

.cart-section .cart-buttons>div:last-child, .wishlist-section .cart-buttons>div:last-child {
	text-align: right;
	padding-right: 59px
}

.cart-section .wishlist-buttons, .wishlist-section .wishlist-buttons {
	padding-top: 35px;
	text-align: right;
	text-transform: uppercase
}

.cart-section .wishlist-buttons:last-child a, .wishlist-section .wishlist-buttons:last-child a {
	margin-left: 15px
}

.cart-section .cart-table, .wishlist-section .cart-table {
	overflow: hidden;
	margin-bottom: 0
}

.cart-section .cart-table thead th, .wishlist-section .cart-table thead th {
	border-bottom-width: 1px;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 0;
	text-align: center;
	padding: 10px 20px;
	letter-spacing: 0.05em;
	line-height: 1
}

.cart-section tbody h2, .wishlist-section tbody h2 {
	margin-bottom: 0
}

.cart-section tbody tr td, .wishlist-section tbody tr td {
	min-width: 210px;
	vertical-align: middle;
	color: #444;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.cart-section tbody tr td a, .cart-section tbody tr td p, .wishlist-section tbody tr td a, .wishlist-section tbody tr td p {
	color: #777;
	font-weight: 400;
	font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	text-transform: capitalize;
	margin-bottom: 0
}

.cart-section tbody tr td a img, .cart-section tbody tr td p img, .wishlist-section tbody tr td a img, .wishlist-section tbody tr td p img {
	height: 90px
}

.cart-section tbody tr td .td-color, .wishlist-section tbody tr td .td-color {
	color: #00baf2
}

.cart-section tbody tr td h2, .wishlist-section tbody tr td h2 {
	font-size: 24px;
	color: #444;
	font-weight: 400
}

.cart-section tbody tr td .mobile-cart-content, .wishlist-section tbody tr td .mobile-cart-content {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px
}

.cart-section tbody tr td .mobile-cart-content .qty-box, .wishlist-section tbody tr td .mobile-cart-content .qty-box {
	border-radius: 5px
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control, .wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
	width: 48px;
	padding: 6px
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3, .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 10px;
	margin-right: 10px
}

.cart-section tbody tr td .mobile-cart-content h2, .wishlist-section tbody tr td .mobile-cart-content h2 {
	font-size: 20px
}

.cart-section tfoot tr th, .wishlist-section tfoot tr th {
	padding-top: 35px;
	text-align: right
}

.cart-section tfoot tr td, .wishlist-section tfoot tr td {
	padding-top: 35px;
	padding-bottom: 0;
	text-align: right;
	border: none;
	padding-right: 63px
}

.cart-section tfoot tr td h2, .wishlist-section tfoot tr td h2 {
	font-size: 24px;
	margin-bottom: 0
}

.cart-section tfoot tr td:first-child, .wishlist-section tfoot tr td:first-child {
	width: 85%;
	font-size: 15px;
	padding-right: 10px;
	text-transform: capitalize;
	font-weight: 700
}

.blog-detail-page .blog-detail p:last-child {
	margin-bottom: 0
}

.blog-detail-page .blog-detail img {
	margin-bottom: 30px
}

.blog-detail-page .blog-detail h3 {
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.blog-detail-page .blog-detail p {
	color: #777; text-align: justify;
	line-height: 1.8;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.blog-detail-page .blog-detail .post-social {
	color: #444;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px
}

.blog-detail-page .blog-detail .post-social li {
	letter-spacing: 0.05em
}

.blog-detail-page .blog-detail .post-social li+li {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ddd;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.blog-detail-page .blog-advance>div:last-child p:last-child {
	margin-bottom: 0
}

.blog-detail-page .blog-advance img {
	margin-bottom: 15px
}

.blog-detail-page .blog-advance ul {
	list-style-type: decimal;
	list-style-position: inside
}

.blog-detail-page .blog-advance ul li {
	display: list-item;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.05em;
	font-size: 15px;
	margin-bottom: 11px
}

.blog-detail-page .blog-advance ul li:last-child {
	margin-bottom: 0
}

.blog-detail-page .blog-advance p {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5
}

.blog-detail-page .blog-contact h2 {
	margin-bottom: 30px;
	margin-top: -5px;
	color: #333
}

.blog-detail-page .blog-contact .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: 16px;
	font-weight: 700
}

.blog-detail-page .blog-contact .theme-form input, .blog-detail-page .blog-contact .theme-form textarea {
	border-color: #ddd;
	font-size: 14px;
	padding: 17px 25px;
	margin-bottom: 30px;
	letter-spacing: 0.05em
}

.blog-detail-page .blog-contact .theme-form .btn {
	text-transform: uppercase
}

.blog-detail-page .comment-section {
	border-bottom: 1px solid #ddd
}

.blog-detail-page .comment-section li {
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #ddd;
	width: 100% !important;
}

.blog-detail-page .comment-section li img {
	height: 65px !important;
	width: 65px !important;
	margin-right: 20px;
	border-radius: 100%
}

.blog-detail-page .comment-section li h6 {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px
}

.blog-detail-page .comment-section li h6 span {
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	color: #444;
	margin-left: 20px
}

.blog-detail-page .comment-section li p {
	line-height: 1.8;
	margin-bottom: 0
}

.creative-card.category-side {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ddd !important;
}

.category-side .collection-collapse-block>p {
	    background: #00baf2;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.category-side .collection-collapse-block>p a {
	    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.category-side .collection-collapse-block>p a i {
	margin-right: 5px;
	font-size: 12px;
}

.creative-card.creative-inner {
	border-width: 15px
}

img.imgpopup {
    width: 50%;
}

.review-box {
	-webkit-box-shadow: 0 11px 35px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 11px 35px 2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff
}

.review-box .rating-star li i {
	color: #ffa800
}

.review-box img {
	height: 60px;
	border-radius: 50%
}

.review-box h5 {
	color: #00baf2;
	font-weight: 600;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 15px
}

.review-box p {
	line-height: 1.2;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: #444;
	letter-spacing: 0.05rem
}

.review-box h6 {
	text-transform: capitalize;
	margin-top: 5px
}

.review-block>div:nth-child(n+4) {
	margin-top: 20px
}

.search-product>div:nth-child(n+5) {
	margin-top: 30px
}

.blog-page .order-sec {
	padding-left: 30px
}

.recent-blog li{ width: 100%; }
.recent-blog li .media{ width: 100%; }
.recent-blog li .media p span{ position: relative; }

.blog-page .blog-sidebar h6 {
	margin-bottom: 0;
	line-height: 20px;
	color: #333;
	font-weight: 700;
	letter-spacing: 0.05em
}

.blog-page .blog-sidebar p {
	line-height: 20px;
	margin-bottom: 0;
	color: #777
}

.blog-page .blog-sidebar h4 {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 20px;
	letter-spacing: 1px
}

.blog-page .blog-sidebar .theme-card {
	padding: 30px;
	background-color: #fff
}

.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
	width: 100px !important;
	margin-right: 10px
}

.blog-page .blog-sidebar .theme-card .recent-blog li+li {
	margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
	background-color: #00baf2;
	height: 70px;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 15px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase
}

.blog-page .blog-sidebar .theme-card .popular-blog li+li {
	margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li p {
	margin-top: 10px
}

.blog-page .blog-sidebar .theme-card+.theme-card {
	margin-top: 30px
}

.blog-page .blog-media {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px 15px
}

.blog-page .blog-media:last-child {
	margin-bottom: 0
}

.blog-page .blog-media .blog-left {
	overflow: hidden;
	position: relative;
	max-width: 500px; margin: 0 auto;
}

.blog-page .blog-media .blog-left img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.blog-page .blog-media .blog-left .date-label {
	background-color: #00baf2;
	color: #fff;
	font-weight: 700;
	font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px 15px;
	line-height: 1
}

.blog-page .blog-media .blog-right {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-page .blog-media .blog-right h6 {
	color: #00baf2;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0.05em
}

.blog-page .blog-media .blog-right h4 {
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.blog-page .blog-media .blog-right p {
	line-height: 1.8;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	color: #777
}

.blog-page .blog-media .blog-right ul {
	color: #444;
	margin-bottom: 15px
}

.blog-page .blog-media .blog-right ul li {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em
}

.blog-page .blog-media .blog-right ul li i {
	padding-right: 3px
}

.blog-page .blog-media .blog-right ul li+li {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd
}

.blog-page .blog-media:hover .blog-left img {
	-webkit-transform: translateX(20px) scale(1.1);
	transform: translateX(20px) scale(1.1)
}

.product-slick img, .rtl-product-slick img, .product-right-slick img, .rtl-product-right-slick img {
	width: auto
}

.media a.center-image {
	width: 100px;
	text-align: center;
}

.product-slick .slick-prev, .product-slick .slick-next, .rtl-product-slick .slick-prev, .rtl-product-slick .slick-next, .product-right-slick .slick-prev, .product-right-slick .slick-next, .rtl-product-right-slick .slick-prev, .rtl-product-right-slick .slick-next {
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: -10px
}

.product-slick .slick-prev:before, .product-slick .slick-next:before, .rtl-product-slick .slick-prev:before, .rtl-product-slick .slick-next:before, .product-right-slick .slick-prev:before, .product-right-slick .slick-next:before, .rtl-product-right-slick .slick-prev:before, .rtl-product-right-slick .slick-next:before {
	font: normal normal normal 14px/1 FontAwesome;
	opacity: 1;
	color: black;
	background-color: white;
	border-radius: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-slick .slick-next, .rtl-product-slick .slick-next, .product-right-slick .slick-next, .rtl-product-right-slick .slick-next {
	right: 1px
}

.product-slick .slick-next:before, .rtl-product-slick .slick-next:before, .product-right-slick .slick-next:before, .rtl-product-right-slick .slick-next:before {
	content: "\f105"
}

.product-slick .slick-prev, .rtl-product-slick .slick-prev, .product-right-slick .slick-prev, .rtl-product-right-slick .slick-prev {
	left: 1px;
	z-index: 1
}

.product-slick .slick-prev:before, .rtl-product-slick .slick-prev:before, .product-right-slick .slick-prev:before, .rtl-product-right-slick .slick-prev:before {
	content: "\f104"
}

.product-slick .slick-slide>div, .rtl-product-slick .slick-slide>div, .product-right-slick .slick-slide>div, .rtl-product-right-slick .slick-slide>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}

.product-slick:hover .slick-prev, .product-slick:hover .slick-next, .rtl-product-slick:hover .slick-prev, .rtl-product-slick:hover .slick-next, .product-right-slick:hover .slick-prev, .product-right-slick:hover .slick-next, .rtl-product-right-slick:hover .slick-prev, .rtl-product-right-slick:hover .slick-next {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.product-slick:hover .slick-prev:before, .product-slick:hover .slick-next:before, .rtl-product-slick:hover .slick-prev:before, .rtl-product-slick:hover .slick-next:before, .product-right-slick:hover .slick-prev:before, .product-right-slick:hover .slick-next:before, .rtl-product-right-slick:hover .slick-prev:before, .rtl-product-right-slick:hover .slick-next:before {
	opacity: 1
}

.product-slick:hover .slick-next, .rtl-product-slick:hover .slick-next, .product-right-slick:hover .slick-next, .rtl-product-right-slick:hover .slick-next {
	right: 20px
}

.product-slick:hover .slick-prev, .rtl-product-slick:hover .slick-prev, .product-right-slick:hover .slick-prev, .rtl-product-right-slick:hover .slick-prev {
	left: 20px
}

.slider-nav .slick-slide>div, .rtl-slider-nav .slick-slide>div, .slider-right-nav .slick-slide>div, .rtl-slider-right-nav .slick-slide>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 15px 0 15px;
	border: 1px solid #f1f5f8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.slider-nav .slick-slide.slick-current>div, .rtl-slider-nav .slick-slide.slick-current>div, .slider-right-nav .slick-slide.slick-current>div, .rtl-slider-right-nav .slick-slide.slick-current>div {
	border-color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.slider-nav .slick-slide.slick-active, .rtl-slider-nav .slick-slide.slick-active, .slider-right-nav .slick-slide.slick-active, .rtl-slider-right-nav .slick-slide.slick-active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.slider-right-nav .slick-slide:first-child>div, .rtl-slider-right-nav .slick-slide:first-child>div {
	margin-top: 0
}

.pro_sticky_info {
	padding: 20px
}

.is_stuck {
	margin-top: 80px
}

.image-scroll div>div {
	padding-bottom: 20px
}

.image-scroll div>div:last-child {
	padding: 0
}

.product-right p {
	margin-bottom: 0;
	line-height: 1.5em;
	margin-top: 5px;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.product-right .product-title {
	color: #333;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 5px;
}

.product-right .border-product {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
}

.product-right h2 {
	margin-bottom: 0px;
	font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.2em;
	color: #243374 !important;
	letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    /*text-transform: uppercase;*/
    white-space: normal;
    text-overflow: initial;
    font-weight: 500;
}
.product-right label {
    color: #505050 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}
.product-right h3 {
	font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
	color: #333;
	margin-bottom: 15px
}

.product-right h4 {
	font-size: 16px;
	margin-bottom: 7px
}

.product-right h4 del {
	color: #333
}

.product-right h4 span {
	padding-left: 5px;
	color: #666666;
}

.product-right .color-variant {
	margin-bottom: 10px
}

.product-right .color-variant li {
	height: 30px;
	width: 30px;
	cursor: pointer
}

.product-right .product-buttons {
	margin-bottom: 20px;
	text-transform: uppercase
}

.product-right .product-buttons a {
	padding: 13px 30px
}

.product-right .product-buttons a:last-child {
	margin-left: 10px
}

.product-right .product-description h6 span {
	float: right
}

.product-right .product-description h6 span a {
	color: #00baf2;
	letter-spacing: 0.05em
}

.product-right .product-description .qty-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.product-right .product-description .qty-box .input-group {
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	width: unset
}

.product-right .product-description .qty-box .input-group .form-control {
	border-right: none
}

.product-right .size-box {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-right .size-box ul li {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #ddd;
	text-align: center
}

.product-right .size-box ul li a {
	color: #444;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.product-right .size-box ul li.active {
	background-color: #ddd
}

.product-right .product-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
}

.product-right .product-icon .product-social {
	/*margin-top: 5px*/
}

.product-right .product-icon .product-social li {
	padding-right: 30px
}

.product-right .product-icon .product-social li a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.product-right .product-icon .product-social li a i {
	font-size: 16px
}

.product-right .product-icon .product-social li a:hover {
	color: #fff;
}

.product-right .product-icon .product-social li:last-child {
	padding-right: 0
}

.product-right .product-icon .wishlist-btn {
	background-color: transparent;
	border: none
}

.product-right .product-icon .wishlist-btn i {
	/*border-left: 1px solid #ddd;*/
	font-size: 16px;
	/*
		padding-left: 20px;
		margin-left: 20px;
		*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.product-right .product-icon .wishlist-btn span {
	padding-left: 10px;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	color: #333
}

.product-right .product-icon .wishlist-btn:hover i {
	color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.product-right .payment-card-bottom {
	margin-top: 10px
}

.product-right .payment-card-bottom ul li {
	padding-right: 10px
}

.product-right .timer {
	margin-top: 10px
}

.product-right .timer p {
	color: #444
}

.product-right .timer p span {
	min-width: 70px;
	padding-top: 15px;
	padding-bottom: 15px
}

.product-right .timer p span .timer-cal {
	padding-top: 3px;
	padding-bottom: 0
}

.product-right.product-form-box {
	text-align: center;
	padding: 20px;
	background-color: #fff
}

.product-right.product-form-box .product-description .qty-box {
	margin-bottom: 5px
}

.product-right.product-form-box .product-description .qty-box .input-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.product-right.product-form-box .product-buttons {
	margin-bottom: 0
}

.product-right.product-form-box .product-buttons .btn-normal {
	padding: 12px 15px
}

.product-right.product-form-box .timer {
	margin-bottom: 10px
}

.product-side-tab {
	margin-top: 50px !important
}

.single-product-tables {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.single-product-tables table {
	width: 20%
}

.single-product-tables table tr {
	height: 35px
}

.single-product-tables table tr td {
	color: #333;
	letter-spacing: 0.05em
}

.single-product-tables table tr td:first-child {
	font-weight: 600
}

.single-product-tables.detail-section {
	margin-top: 0
}

.single-product-tables.detail-section table {
	width: 55%
}

.product-accordion .btn-link {
	color: #999999;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.05em
}

.product-accordion .btn-link:hover {
	text-decoration: none
}

.product-accordion .card {
	border: none
}

.product-accordion .card-body {
	width: 100%;
	height: auto
}

.product-accordion .card-header {
	padding: 5px 8px;
	border-bottom: 1px solide #ddd
}

.product-related h2 {
	color: #444;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	margin-top: -4px;
	font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.rating {
	margin-top: 0
}

.rating i:nth-child(-n+4) {
	color: #ffa800;
}

.rating i:last-child {
	color:  #ffa800;
}

.collection-brand-filter .rating i:last-child {
	color: #ffa800;
}
.rating .three-star {
	padding-bottom: 5px
}

.rating .three-star i {
	color: #acacac
}

.rating .three-star i:nth-child(-n+3) {
	color: #ffd200
}

.tab-border {
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px 0
}

.tab-border .nav-border {
	border-bottom: 0;
	border-right: 1px solid #ddd
}

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link, .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
	padding: 15px 20px
}

.tab-product, .product-full-tab {
	margin-top: 30px
}

.tab-product.tab-exes, .product-full-tab.tab-exes {
	margin-top: 50px
}

.tab-product .nav-material.nav-tabs, .product-full-tab .nav-material.nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
	color: #333;
	text-align: center;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}

.tab-product .nav-material.nav-tabs .nav-item .material-border, .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
	border-bottom: 2px solid #00baf2;
	opacity: 0
}

.tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
	color: #00baf2
}

.tab-product .nav-material.nav-tabs .nav-link.active~.material-border, .product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1
}

.tab-product .theme-form input, .product-full-tab .theme-form input {
	border-color: #ddd;
	font-size: 15px;
	padding: 15px 25px;
	margin-bottom: 15px;
	height: inherit;
	text-align: left
}

.tab-product .theme-form .btn-solid, .tab-product .theme-form .btn-outline, .product-full-tab .theme-form .btn-solid, .product-full-tab .theme-form .btn-outline {
	margin: 0 auto
}

.tab-product .theme-form textarea, .product-full-tab .theme-form textarea {
	border-color: #ddd;
	font-size: 15px;
	padding: 17px 25px;
	margin-bottom: 15px;
	height: inherit
}

.tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
	padding: 20px 20px 0 20px;
	margin-bottom: -8px;
	line-height: 2;
	letter-spacing: 0.05em
}

.tab-product .tab-content.nav-material .media, .product-full-tab .tab-content.nav-material .media {
	margin-top: 20px
}

.tab-product .title, .product-full-tab .title {
	padding-right: 45px;
	color: #00baf2;
	padding-bottom: 20px
}

.tab-product .theme-slider .slick-arrow, .product-full-tab .theme-slider .slick-arrow {
	top: -45px;
	height: auto
}

.tab-product .theme-slider .slick-arrow:before, .product-full-tab .theme-slider .slick-arrow:before {
	color: #000;
	font-size: 18px
}

.tab-product .product-box, .product-full-tab .product-box {
	position: relative;
	margin: 5px
}

.tab-product .product-box:hover, .product-full-tab .product-box:hover {
	-webkit-box-shadow: 0 0 12px 0 #ddd;
	box-shadow: 0 0 12px 0 #ddd
}

.tab-product .product-box:hover .lbl-1, .product-full-tab .product-box:hover .lbl-1 {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.tab-product .product-box:hover .lbl-2, .product-full-tab .product-box:hover .lbl-2 {
	opacity: 1;
	-webkit-animation: flipInY 1000ms ease-in-out;
	animation: flipInY 1000ms ease-in-out
}

.tab-product .product-box:hover .color-variant li, .product-full-tab .product-box:hover .color-variant li {
	opacity: 1 !important;
	-webkit-animation: fadeInUp 500ms ease-in-out;
	animation: fadeInUp 500ms ease-in-out
}

.tab-product .product-box .img-block, .product-full-tab .product-box .img-block {
	min-height: unset
}

.tab-product .product-box .cart-info, .product-full-tab .product-box .cart-info {
	position: absolute;
	padding: 10px 0;
	top: 25%;
	right: 15px;
	width: 40px;
	margin-right: 0
}

.tab-product .product-box .cart-info i, .product-full-tab .product-box .cart-info i {
	padding-right: 0
}

.tab-product .product-box .cart-info a, .tab-product .product-box .cart-info button, .product-full-tab .product-box .cart-info a, .product-full-tab .product-box .cart-info button {
	color: #333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	height: 35px;
	width: 35px;
	margin: 7px 0;
	border-radius: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	-webkit-box-shadow: 0 0 12px 0 #ddd;
	box-shadow: 0 0 12px 0 #ddd
}

.tab-product .product-box .cart-info a:hover, .tab-product .product-box .cart-info button:hover, .product-full-tab .product-box .cart-info a:hover, .product-full-tab .product-box .cart-info button:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #00baf2
}

.tab-product .product-box .lbl-1, .product-full-tab .product-box .lbl-1 {
	background-color: #00baf2;
	padding: 2px 20px 2px 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0
}

.tab-product .product-box .lbl-1:before, .product-full-tab .product-box .lbl-1:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 12px solid #00baf2;
	border-bottom: 13px solid #00baf2;
	border-right: 7px solid #fff
}

.tab-product .product-box .lbl-2, .product-full-tab .product-box .lbl-2 {
	font-size: 14px;
	top: 15px;
	position: absolute;
	right: 10px;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	opacity: 0
}

.tab-product .product-box a, .product-full-tab .product-box a {
	color: #0072bb;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px
}

.tab-product .product-box .color-variant, .product-full-tab .product-box .color-variant {
	position: absolute;
	top: -35px;
	width: 100%
}

.tab-product .product-box .slick-slide img, .product-full-tab .product-box .slick-slide img {
	display: block
}

.tab-product .product-box .product-details, .product-full-tab .product-box .product-details {
	position: relative
}

.tab-product .product-box .product-details .color-variant, .product-full-tab .product-box .product-details .color-variant {
	position: absolute;
	top: -35px;
	width: 100%
}

.tab-product .product-box .product-details .color-variant li, .product-full-tab .product-box .product-details .color-variant li {
	opacity: 0;
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	margin: 0 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer
}

.tab-product .product-box .product-details h6, .product-full-tab .product-box .product-details h6 {
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize
}

.tab-product .product-box .product-details .price, .product-full-tab .product-box .product-details .price {
	padding-bottom: 10px;
	font-size: 16px;
	color: #00baf2
}

.product-full-tab {
	padding-top: 70px
}

.product-load-more .col-grid-box {
	display: none
}

.load-more-sec {
	margin-top: 40px;
	text-align: center
}

.load-more-sec a {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	color: #00baf2
}

.product_image_4>div:nth-last-child(-n+2) {
	margin-top: 25px
}

.quick-view {
	width: 100%;
	max-width: 1080px;
	max-height: 600px;
	position: relative
}

.checkout-page .checkout-title {
	margin-bottom: 25px
}



.checkout-page .checkout-title h3 {
	color: #333;
	font-weight: 700;
	font-size: 24px
}

.media-body p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #333;
}

.media-body p span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #00aa02;
	float: right;
}

.add_to_cart .cart-inner .cart_media li .total h5 {
	color: #333;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
	color: #00aa02;
}

.media-body h6 {
	font-family: 'Roboto', sans-serif;
	color: #00aa02;
}

.checkout-page .checkout-form .check-out .form-group:last-child {
	margin-bottom: -5px
}

.checkout-page .checkout-form .check-out .form-group:last-child label {}

.checkout-page .checkout-form .form-group {
	position: relative;
	margin-bottom: 25px
}

.checkout-page .checkout-form .form-group h3 {
	color: #444;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 30px
}

.checkout-page .checkout-form .form-group .field-label {
	line-height: 24px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
	font-weight: 400
}

.checkout-page .checkout-form .form-group .field-label span {
	font-size: 16px;
	color: #444;
	font-weight: 400
}

.checkout-page .checkout-form .form-group label {
	color: #858585
}

.checkoutpages .bg-white {
	background: #f2f2f2 !important;
	margin-bottom: 50px;
}

.checkoutpages h4 {
	color: #1c3481;
}

.checkoutpages h4::before, .checkoutpages h4::after {
	background: #1c3481;
}

.checkout-page .checkout-form select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdown.png) no-repeat 95%
}

.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
	width: 100%;
	padding: 0 22px;
	height: 45px;
	border: 1px solid #ddd
}

.checkout-page .checkout-form select, .checkout-page .checkout-form textarea {
	width: 100%;
	padding: 0 22px;
	height: 45px;
	background: #fff;
	border: 1px solid #ddd
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
	color: #333
}

.checkout-page .lower-content {
	margin-top: 30px
}

.checkout-page .lower-content .order-column {
	margin-bottom: 40px
}

.order-box {
	position: relative;
	margin-bottom: 50px
}

.order-box .title-box {
	position: relative;
	padding-bottom: 25px;
	color: #444;
	font-weight: 500;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.order-box .title-box span {
	position: relative;
	width: 35%;
	float: right;
	line-height: 1.2em
}

.order-box .qty {
	position: relative;
	border-bottom: 1px solid #fff0;
	margin-bottom: 0px
}

.order-box .qty li {
	position: relative;
	display: block;
	font-size: 15px;
	color: #444;
	line-height: 20px;
	margin-bottom: 15px
}

.order-box .qty li span {
	float: right;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
	width: 35%
}
.border_p{
	    width: 100%;
    margin: auto;
    border-bottom: 1px dashed #333;
    border-top: 1px dashed #333;
    padding: 30px 0px;
}
.border_c {
    width: 85%;
    margin: auto;
    border-bottom: 1px dashed #333;
    border-top: 1px dashed #333;
    padding: 20px 0px;
}
div#memberModal h1 {
    border-bottom: 1px dashed #fff0;
    padding: 0px 0px;
    color: #00baf2;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin: auto;
    font-size: 30px;
    font-weight: 600;
}

a.btn.btn-xsc {
    padding: 2px 10px;
    margin-left: 10px;
    font-size: 10px;
    border: 1px solid #00aa02;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
    background-color: #00aa02;
    color: #fff;
}

.btn.btn-xsc:hover{
color: #fff;	
}
.btn-customs {
    background-color: #00baf2;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 0;
    text-transform: capitalize;
    margin-top: 30px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}
div#collapsefour textarea.form-group {
    height: auto;
}
.thankyou {
    text-align: center;
}

.thankyou img {
    width: 90px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}
div#tipthanks {
    margin-top: -50px;
   
}
button#submit_tip {
	 margin-top: 0px;
}

div#tips_modal h1 {
    border-bottom: 1px dashed #fff0;
    /* padding: 14px 15px 0px 15px; */
    color: rgb(221 14 28 / 74%);
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    letter-spacing: 1.5px;
    font-size: 35px;
    font-weight: 700;
}
div#tips_modal .modal-body {
    padding: 30px;
    background: rgb(234,234,245);
    background: linear-gradient(190deg, rgba(234,234,245,1) 0%, rgba(245,245,250,1) 60%, rgba(255,255,255,1) 100%);
}
div#tips_modal .checkout-details.theme-form {
    border: 0px;
    padding: 0px;
    background-color: #fff0;
}
.order-box .sub-total {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

.order-box .sub-total li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 20px;
	margin-bottom: 20px;
	width: 100%
}

.order-box .sub-total li .count {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #00baf2;
	font-weight: 400;
	width: 35%;
	float: right
}

.order-box .sub-total .shopping-option label {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	padding-left: 10px;
	color: #444
}

.order-box .sub-total .shipping {
	width: 35%;
	float: right
}

.order-box .total {
	position: relative;
	margin-bottom: 40px
}

.order-box .total li {
	position: relative;
	display: block;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 18px
}

.order-box .total li .count {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #00baf2;
	font-weight: 400
}

.order-box .total li span {
	float: right;
	font-size: 15px;
	line-height: 20px;
	color: #444;
	font-weight: 400;
	width: 35%;
	display: block
}

.payment-box {
	position: relative
}

.payment-box .upper-box {
	position: relative
}

.payment-box .btn-normal {
	text-transform: uppercase
}

.payment-box .payment-options {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px

}

.payment-box .payment-options li {
	display: -webkit-box;
	display: -ms-flexbox;
	    display: flex;
	margin-bottom: 15px;
	    margin-left: 10px;
}

.payment-box .payment-options li .radio-option {
	position: relative
}

.payment-box .payment-options li .radio-option label {
	position: relative;
    padding-left: 17px;
    text-transform: capitalize;
    color: #444;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
	position: absolute;
    left: 0;
    top: 7px;
}

.payment-box .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #666666;
	margin-top: 10px
}

.payment-box .payment-options li .radio-option label img {
	position: relative;
	display: block;
	max-width: 100%;
	margin-left: -30px;
	margin-top: 5px
}

.dashboard-left {
	background-color: #fff
}

.dashboard-left .block-title h2 {
	font-size: 24px;
	padding-bottom: 20px
}

.dashboard-left .block-content {
	padding: 15px
}

.dashboard-left .block-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.dashboard-left .block-content ul li.active {
	color: #00baf2
}

.dashboard-left .block-content ul li.active a {
	color: #00baf2
}

.dashboard-left .block-content ul li:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-top: 3px
}

.dashboard-left .block-content ul li a {
	color: #333;
	font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.dashboard-left .block-content ul li:hover {
	padding-left: 10px;
	color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.dashboard-left .block-content ul li:hover a {
	color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.padding-cls {
	padding-left: 50px;
	padding-right: 50px
}

.dashboard-right {
	background-color: #fff
}

.dashboard-right p {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 20px
}

.dashboard-right .dashboard {
	padding: 30px
}

.dashboard-right .dashboard .btn-normal{padding: 13px 30px; font-weight: 700;}

.dashboard-right .dashboard .page-title h2 {
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 15px;
	color: #333;
	line-height: 1
}

.dashboard-right .dashboard .welcome-msg p {
	margin-bottom: 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6
}

.dashboard .box-head h2 {
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
	margin: 20px 0 0;
	text-transform: capitalize;
	color: #333
}

.dashboard .box a {
	color: #00baf2;
	font-weight: 700
}

.dashboard .box h6 {
	margin-bottom: 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.dashboard .box .box-title {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 12px 0;
	position: relative;
	width: 100%
}

.dashboard .box .box-title h3 {
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin: 0;
	text-transform: capitalize;
	color: #333;
	letter-spacing: 0.05em
}

.dashboard .box .box-title>a {
	position: absolute;
	right: 0;
	top: 12px;
	color: #00baf2;
	font-weight: 700;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.dashboard .box address {
	margin-bottom: 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.box-content h6 {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.8 !important;
	margin-bottom: 0
}

.box-content a {
	color: #00baf2;
	font-weight: 700;
	letter-spacing: 0.05em
}

.account-sidebar {
	display: none;
	cursor: pointer;
	background-color: #00baf2;
	color: #fff;
	width: 30%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 5px
}

.success-text {
	text-align: center
}

.success-text i {
	font-size: 50px;
	color: #4ead4e
}

.success-text h2 {
	text-transform: uppercase;
	font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
	color: #333;
	font-weight: 700
}

.success-text p {
	text-transform: capitalize;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.success-text.order-fail i {
	color: #00baf2
}

.order-success-sec h4 {
	font-weight: 700;
	text-transform: capitalize;
	color: #333;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1;
	margin-bottom: 10px
}

.order-success-sec .order-detail li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: capitalize;
	font-size: 16px
}

.order-success-sec .payment-mode p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0
}

.delivery-sec {
	padding: 30px;
	text-align: center;
	margin-top: 20px;
	background-color: #eee
}

.delivery-sec h2, .delivery-sec h3 {
	color: #000;
	text-transform: capitalize
}

.delivery-sec h2 {
	font-weight: 600;
	font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.delivery-sec h3 {
	font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500
}

.product-order h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #00aa02;
	font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

.product-order .product-order-detail {
	margin-top: 15px
}

.product-order .product-order-detail img {
	height: auto;
}

.product-order .product-order-detail .order_detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-order .product-order-detail .order_detail h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 700;
	color: #333
}

.product-order .product-order-detail .order_detail h5 {
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 500
}

.product-order .total-sec {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding: 15px 0
}

.product-order .total-sec ul li {
	font-size: 17px;
	display: block;
	text-transform: capitalize;
	color: #515151;
	margin-bottom: 10px;
}

.product-order .total-sec ul li span {
	float: right
}

.product-order .final-total h3 {
	display: block;
	margin-bottom: 0;
	font-size: 25px;
	color: #1c3481;
	font-weight: 500;
	text-transform: capitalize;
}

.product-order .final-total h3 span {
	float: right
}

.compare-section .compare-part {
	position: relative
}

.compare-section .compare-part .close-btn {
	background-color: transparent;
	border: none;
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0
}

.compare-section .compare-part .img-secton {
	padding: 25px 15px 15px
}

.compare-section .compare-part .img-secton img, .compare-section .compare-part .img-secton .bg-size {
	width: 50%;
	margin: 0 auto
}

.compare-section .compare-part .img-secton a h5 {
	margin-bottom: 0;
	text-transform: capitalize;
	margin-top: 10px;
	color: #333;
	font-weight: 600
}

.compare-section .compare-part .img-secton h5 {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400
}

.compare-section .compare-part .detail-part .title-detail {
	background-color: #f7f8fa;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.compare-section .compare-part .detail-part .title-detail h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.05em
}

.compare-section .compare-part .detail-part .inner-detail {
	padding: 15px
}

.compare-section .compare-part .detail-part .inner-detail p {
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 0.05em
}

.compare-section .compare-part .btn-part {
	text-align: center;
	padding: 15px;
	border-top: 1px solid #ddd
}

.compare-section .compare-part .btn-part .btn-normal {
	padding: 13px 25px;
	text-transform: uppercase
}

.compare-section .slick-slide>div {
	border: 1px solid #ddd;
	border-left: none
}

.compare-section .slick-slide:first-child {
	border-left: 1px solid #ddd
}

.compare-padding {
	padding-bottom: 50px
}

.compare-padding h2 {
	margin-bottom: 20px
}

.compare-label {
	position: absolute;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 20px;
	left: 16px;
	letter-spacing: 0.1em;
	z-index: 1
}

.compare-page .table-wrapper {
	padding-bottom: 0
}

.compare-page .table-wrapper .table {
	border: 1px solid #ddd;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0
}

.compare-page .table-wrapper .table .product-name {
	width: 15%
}

.compare-page .table-wrapper .table .featured-image {
	width: 185px
}

.compare-page .table-wrapper .table td {
	border-top: none
}

.compare-page .table-wrapper .table thead .th-compare td {
	font-size: 14px;
	font-weight: 700;
	background: #f1f1f1;
	border-right: 1px solid #ddd;
	letter-spacing: 0.05em
}

.compare-page .table-wrapper .table thead .th-compare th {
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
	float: left;
	border: none;
	background: transparent;
	padding: 0;
	font-size: 14px;
	font-weight: 500
}

.compare-page .table-wrapper .table tbody tr th {
	background: #f1f1f1
}

.compare-page .table-wrapper .table tbody tr td {
	border-right: 1px solid #ddd;
	position: relative
}

.compare-page .table-wrapper .table tbody tr th, .compare-page .table-wrapper .table tbody tr td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
	font-size: 15px;
	margin-top: 10px
}

.compare-page .table-wrapper .table tbody tr .product_price {
	margin: 15px 0
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
	padding-left: 5px
}

.compare-page .table-wrapper .table tbody tr p {
	color: #777;
	font-size: 13px;
	line-height: 20px;
	margin: 0
}

.compare-page .table-wrapper .table tbody tr .add-to-cart, .compare-page .table-wrapper .table tbody tr .select-option-cls {
	padding: 6px 10px
}

.typography_section .typography-box {
	margin-bottom: 30px
}

.typography_section .typography-box p {
	line-height: 22px
}

.typography_section .typography-box .headings {
	margin-bottom: 20px;
	background-color: #e8e8e8;
	padding: 8px 12px
}

.typography_section .typography-box .headings h3 {
	text-transform: capitalize;
	color: #2d2d2d;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px
}

.typography_section .typography-box .headings span {
	color: #444
}

.typography_section .typography-box .headings span code {
	color: #444
}

.typography_section .typography-box .typo-content.heading_content h1, .typography_section .typography-box .typo-content.heading_content h2, .typography_section .typography-box .typo-content.heading_content h3, .typography_section .typography-box .typo-content.heading_content h4, .typography_section .typography-box .typo-content.heading_content h5, .typography_section .typography-box .typo-content.heading_content h6 {
	font-weight: 400;
	color: black;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px
}

.typography_section .typography-box .typo-content .sub-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #444;
	text-transform: capitalize
}

.typography_section .typography-box .typo-content.product-pagination {
	border: none;
	margin: 0
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
	padding: 10px 14px
}

.typography_section .typography-box .typo-content.input_button input {
	margin-bottom: 10px
}

.typography_section .typography-box .typo-content.input_button label {
	font-size: 16px;
	text-transform: capitalize;
	padding-left: 5px
}

.typography_section .typography-box .typo-content.loader-typo {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #00baf2;
	border-radius: 50%
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	border: 0 solid #ddd;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: loading 1000ms ease-out forwards infinite;
	animation: loading 1000ms ease-out forwards infinite;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.typography_section .typography-box .typo-content .footer-social {
	margin-top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.typography_section .typography-box:last-child {
	margin-bottom: 0
}

.typography_section code {
	color: rgba(0, 186, 242, 0.6);
	background-color: #f7f7f7;
	padding: 3px;
	margin: 0 3px;
	border-radius: 2px
}


/* Profile Page Start */

.profile_header{ display: flex; flex-wrap: wrap; }
.blog-right{ flex: 1; padding: 20px; }
.blog-left{ width: 100%; max-width: 240px; }
.blog-left a{ max-width: 150px; display: block; margin: 20px auto; }

.dashboard-left .block-content ul li a{ font-size: 16px; }
.dashboard-left .block-content ul li:before{ margin-top: 0; }

.dashboard.mb-4 .form-control{ margin-bottom: 10px; }
.order-history .dashboard.mb-4 .btn-normal{ align-self: flex-end; margin-bottom: 10px; }




@media (max-width: 991px) {
	
	.dashboard-left{ width: 350px; max-width: 100%; }

}


.profile-section {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px
}



.profile-section .profile-detail .profile-name {
	font-weight: 700
}

.profile-section .profile-detail p {
	margin-bottom: 8px
}

.lookbook-section {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px
}

.lookbook-section .lookbook-img>div+div img {
	margin-top: 25px
}

.lookbook .lookbook-block {
	position: relative
}

.lookbook .lookbook-block .lookbook-dot {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 50%;
	left: 12%;
	background-color: #fff
}

.lookbook .lookbook-block .lookbook-dot.dot2 {
	top: 70%;
	left: 27%
}

.lookbook .lookbook-block .lookbook-dot.dot3 {
	top: 28%;
	left: 30%
}

.lookbook .lookbook-block .lookbook-dot.dot4 {
	top: 67%;
	left: 8%
}

.lookbook .lookbook-block .lookbook-dot.dot5 {
	top: 40%;
	left: 35%
}

.lookbook .lookbook-block .lookbook-dot.dot6 {
	top: 80%;
	left: 58%
}

.lookbook .lookbook-block .lookbook-dot.dot7 {
	top: 67%;
	left: 45%
}

.lookbook .lookbook-block .lookbook-dot.dot8 {
	top: 43%;
	left: 39%
}

.lookbook .lookbook-block .lookbook-dot.dot9 {
	top: 32%;
	left: 50%
}

.lookbook .lookbook-block .lookbook-dot.dot10 {
	top: 60%;
	left: 50%
}

.lookbook .lookbook-block .lookbook-dot.dot11 {
	top: 50%;
	left: 45%
}

.lookbook .lookbook-block .lookbook-dot.dot12 {
	top: 75%;
	left: 45%
}

.lookbook .lookbook-block .lookbook-dot.dot13 {
	top: 40%;
	left: 45%
}

.lookbook .lookbook-block .lookbook-dot.dot14 {
	top: 76%;
	left: 45%
}

.lookbook .lookbook-block .lookbook-dot.dot15 {
	top: 50%;
	left: 15%
}

.lookbook .lookbook-block .lookbook-dot:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	zoom: 1;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.lookbook .lookbook-block .lookbook-dot span {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox {
	visibility: hidden;
	top: -98px;
	left: 150%;
	position: absolute;
	width: 130px;
	background-color: #fff;
	-webkit-box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
	box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1)
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox img {
	margin-top: 0
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
	padding: 5px;
	text-align: center
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: 20px;
	color: #333
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
	font-weight: 700
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
	text-transform: uppercase;
	color: #00baf2;
	margin-bottom: 0
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #ddd;
	border-bottom: 8px solid transparent;
	top: 41%;
	left: -8px
}

.lookbook .lookbook-block .lookbook-dot:hover {
	background-color: #00baf2;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
	z-index: 10
}

.lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
	-webkit-animation: fadeInUp 400ms ease-in-out;
	animation: fadeInUp 400ms ease-in-out;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.lookbook .lookbook-block .lookbook-dot:hover span {
	color: #fff
}

.lookbook .lookbook-block .lookbook-dot:hover:before {
	-webkit-transform: scale(1.3)
}

.portfolio-padding {
	padding-bottom: 40px
}

.portfolio-section .isotopeSelector {
	margin-bottom: 30px
}

.portfolio-section .portfolio-2 {
	margin-bottom: -20px
}

.portfolio-section .portfolio-3 {
	margin-bottom: -5px
}

.portfolio-section .article-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: white;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 24px
}

.portfolio-section .article-title a {
	color: white
}

.portfolio-section .isotopeSelector {
	float: left;
	width: 100%;
	position: relative
}

.portfolio-section .isotopeSelector .overlay {
	position: relative;
	overflow: hidden
}

.portfolio-section .isotopeSelector img {
	width: 100%;
	height: auto
}

.portfolio-section .isotopeSelector .product-box {
	padding-right: 0
}

.portfolio-section .isotopeSelector img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	display: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.portfolio-section .isotopeSelector:hover img {
	-webkit-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background {
	-webkit-transform: scale(1);
	transform: scale(1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.portfolio-section .border-portfolio {
	margin: 3px;
	overflow: hidden
}

.portfolio-section .border-portfolio:after {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-20%, -20%);
	transform: translate(-20%, -20%);
	opacity: 0
}

.portfolio-section .border-portfolio:before {
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(10%, 10%);
	transform: translate(10%, 10%);
	opacity: 0
}

.portfolio-section .border-portfolio:hover:after {
	-webkit-animation: portfolio-circle 0.5s ease;
	animation: portfolio-circle 0.5s ease
}

.portfolio-section .border-portfolio:hover:before {
	-webkit-animation: portfolio-circle 0.8s ease;
	animation: portfolio-circle 0.8s ease
}

@-webkit-keyframes portfolio-circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 300px;
		height: 300px;
		opacity: 0
	}
}

@keyframes portfolio-circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 300px;
		height: 300px;
		opacity: 0
	}
}

.portfolio-section #form1 {
	padding-bottom: 20px
}

.portfolio-section .filter-button {
	padding: 15px 24px;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
	border: none;
	background-color: #fff;
	margin: 0 5px;
	line-height: 1
}

.portfolio-section .filter-button.active {
	background-color: #00baf2;
	color: #fff
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px
}

.filter-section .filter-container {
	text-align: center;
	padding: 0 0 20px
}

.filter-section .filter-container ul.filter>li {
	padding: 0 25px
}

.filter-section .filter-container ul.filter>li>a {
	color: #00baf2;
	font-size: 20px;
	line-height: 40px
}

.filter-section .filter-container ul.filter>li>a:hover, .filter-section .filter-container ul.filter>li>a:focus {
	text-decoration: none;
	color: #00baf2;
	outline: none
}

.filter-section .filter-container ul.filter>li.active {
	background-color: #00baf2
}

.filter-section .filter-container ul.filter>li.active a {
	color: #fff
}

.filter-section .filter-container ul.filter>li span {
	color: #ddd;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px
}

.filter-section .filter-container .filter>li {
	padding: 0;
	margin: 0
}

.filter-section .title1 .title-inner1 {
	margin-top: -5px
}

.filter-section h1 {
	text-align: center
}

.demo-colored-wrap {
	background: #ecf0f1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-title {
	display: none
}

.offer-box {
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -415px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9
}

.offer-box img {
	margin-right: 18px
}

.offer-box.toggle-cls {
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.offer-box .heading-right h3 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 230px;
	height: 36px;
	line-height: 36px;
	letter-spacing: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transform: translate(50%, -50%) rotate(-90deg);
	transform: translate(50%, -50%) rotate(-90deg);
	text-align: center;
	background-color: #00baf2;
	margin-bottom: 0;
	cursor: pointer
}

.theme-tab {
	position: relative;
    display: inline-block;
    width: 100%;
}

.theme-tab.product.tab-abjust {
	/*margin-bottom: -15px*/
}

.theme-tab .tab-content {
	display: none
}

.theme-tab .tab-content[style="display: block;"] .product-box, .theme-tab .tab-content[style="display: block;"] .tab-box, .theme-tab .tab-content[style="display: block;"] .media-banner {
	-webkit-animation: zoomIn 300ms ease-in-out;
	animation: zoomIn 300ms ease-in-out
}

.theme-tab .tab-content .product-tab .tab-box {
	background-color: #fff;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: calc(25% - 10px);
	margin: 0 5px 10px
}

.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
	margin: 0 5px 0
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
	height: 250px;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
	margin-top: 0
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i {
	padding-right: 0
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:nth-child(-n+4) {
	color: #ffa800
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:last-child {
	color: #ffa800
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
	margin-right: 35px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 0
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
	font-size: 20px;
	margin-top: 5px;
	font-weight: 700;
	color: #333;
	margin-bottom: 0
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	margin-right: 2px;
	margin-top: 20px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-bottom: 0;
	cursor: pointer
}

.theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.theme-tab .tab-title, .theme-tab .tab-title2 {
	text-align: center;
	font-size: 18px;
	/*margin-bottom: 30px;*/
	margin-top: -6px
}

.theme-tab .tab-title.media-tab li, .theme-tab .tab-title2.media-tab li {
	padding-top: 40px;
	position: relative
}

.theme-tab .tab-title.media-tab li.current::before, .theme-tab .tab-title2.media-tab li.current::before {
	width: 100%;
	position: absolute;
	top: 6px;
	left: 0;
	/*background-color: #00baf2;*/
	height: 5px;
	content: ''
}

.theme-tab .tab-title.media-tab .media-banner, .theme-tab .tab-title2.media-tab .media-banner {
	margin-right: 15px
}

.theme-tab .tab-title .current a, .theme-tab .tab-title2 .current a {
	color: #00baf2;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.theme-tab .tab-title li, .theme-tab .tab-title2 li {
	padding-left: 25px;
	padding-right: 25px;
	
}

.theme-tab .tab-title a, .theme-tab .tab-title2 a {
	color: #333;
	text-transform: uppercase;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.theme-tab .tab-title2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -8px
}

.theme-tab .tab-title2:after {
	content: "";
	position: absolute;
	border: 1px solid #ddd;
	width: 100%;
	left: 0;
	top: 17px;
	z-index: -1
}

.theme-tab .tab-title2 .current {
	background-color: #f2f8f9
}

.theme-tab .tab-title2 .current a {
	background-color: #f2f8f9
}

.tab-bg {
	background-color: #d9f6ff;
	padding: 70px 50px 60px 50px
}

.tab-bg .theme-tab .tab-title {
	margin-bottom: 30px
}

.tab-bg .product-box {
	padding-right: 0
}

.full-banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 190px;
	padding-bottom: 190px;
	background-position: center
}

.full-banner.advertise-banner {
	background-image: url("../images/fashion/banner.jpg")
}

.full-banner.parallax-layout {
	padding-top: 350px;
	padding-bottom: 350px
}

.full-banner.parallax-layout .banner-contain h4 {
	color: #f1f1f1
}

.full-banner.banner-layout-3 .banner-contain .btn-normal {
	text-transform: uppercase
}

.full-banner.banner-layout-3 .banner-contain h4 {
	color: #fff
}

.full-banner.banner-layout-3 .banner-contain h3 {
	color: #fff;
	margin-top: 10px
}

.full-banner.banner-layout-3 .banner-contain .color {
	color: #00baf2;
	line-height: 1
}

.full-banner.parallax {
	background-attachment: fixed
}

.full-banner.p-left .banner-contain {
	float: left
}

.full-banner.p-right .banner-contain {
	float: right
}

.full-banner.p-center .banner-contain {
	left: 0;
	right: 0;
	margin: 0 auto
}

.full-banner .banner-contain .btn-solid, .full-banner .banner-contain .btn-outline {
	margin-top: 20px
}

.full-banner .banner-contain h2 {
	font-size: calc(55px + (100 - 55) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	color: #00baf2;
	text-transform: uppercase;
	margin-top: -15px
}

.full-banner .banner-contain h3 {
	font-size: calc(36px + (60 - 36) * ((100vw - 320px) / (1920 - 320)));
	color: #333;
	text-transform: uppercase;
	font-weight: 700
}

.full-banner .banner-contain h4 {
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding-top: 10px;
	margin-bottom: -5px;
	line-height: 1.3
}

.parallax-cls section:nth-child(odd) .full-banner {
	background-position: right
}

.parallax-cls section:nth-child(even) .full-banner {
	background-position: left
}

.parallax-cls section .banner-contain {
	margin-top: -12px
}

.pet-parallax {
	position: relative
}

.pet-parallax .pet-decor {
	position: absolute;
	left: 110px;
	bottom: -164px
}

.pet-parallax .banner-contain h4, .pet-parallax .banner-contain h3, .pet-parallax .banner-contain p {
	color: #212121
}

.pet-parallax .banner-contain p {
	max-width: 75%;
	margin: 0 auto;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.04em
}

.pet-parallax .banner-contain h4 {
	letter-spacing: 0.05em;
	padding-top: 0 !important;
	margin-bottom: 0;
	line-height: 1.3;
	margin-top: -7px
}

.pet-parallax .banner-contain h3 {
	margin: 15px 0;
	font-size: 48px
}

.pet-parallax .full-banner {
	padding-top: 130px;
	padding-bottom: 130px;
	background-blend-mode: overlay
}

.advertise-section .full-banner {
	padding-bottom: 105px;
	padding-top: 105px;
	background-position: top
}

.advertise-section .full-banner .banner-contain {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px 0;
	width: 90%;
	border: 3px solid #00baf2
}

.advertise-section .full-banner .banner-contain h2 {
	font-size: 75px
}

.center-slider {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.about-text p {
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 50px
}

.full-box .theme-card .offer-slider .product-box2 {
	overflow: hidden
}

.theme-pannel-main {
	background-color: #fff;
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 9;
	padding: 0 5px;
	-webkit-box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
	box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2)
}

.theme-pannel-main ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 12px;
	border-bottom: 1px solid #dadada
}

.theme-pannel-main ul li span {
	padding: 0;
	text-transform: uppercase;
	color: #949494;
	font-weight: 700
}

.theme-pannel-main ul li a {
	padding: 0
}

.theme-pannel-main ul li:last-child {
	border-bottom: 0
}

.color-picker {
	position: fixed;
	top: calc(30% + 110px);
	z-index: 9;
	padding: 0 5px;
	right: 0;
	-webkit-box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
	box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
	background-color: #fff;
	max-width: 150px
}

.color-picker h4 {
	padding: 10px 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase
}

.color-picker .title {
	display: inline-block;
	position: absolute;
	left: -68px;
	width: 68px;
	-webkit-box-shadow: -3px 0 7px 1px rgba(158, 158, 158, 0.2);
	box-shadow: -3px 0 7px 1px rgba(158, 158, 158, 0.2);
	background-color: #fff;
	padding: 10px 14px
}

.color-picker .colors {
	text-align: center
}

.color-picker .colors li {
	height: 35px;
	margin: 3px;
	width: 35px;
	display: inline-block;
	position: relative
}

.color-picker .colors li.active:before {
	content: "\e600";
	position: absolute;
	font-family: themify;
	color: #fff;
	font-size: 19px;
	top: 2px;
	left: 10px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.color1 {
	background: #ff6000;
	background: linear-gradient(135deg, #ff6000 49%, #ff6000 50%, #ffa800 51%, #ffa800 100%)
}

.color2 {
	background: #1c3481;
	background: linear-gradient(135deg, #00baf2 49%, #00baf2 50%, #1c3481 51%, #1c3481 100%)
}

.color3 {
	background: #f1bb3a;
	background: linear-gradient(135deg, #f1bb3a 49%, #f1bb3a 50%, #0083c1 51%, #0083c1 100%)
}

.color4 {
	background: #f15838;
	background: linear-gradient(135deg, #f15838 49%, #f15838 50%, #6465a5 51%, #6465a5 100%)
}

.color5 {
	background: #2690e4;
	background: linear-gradient(135deg, #2690e4 49%, #2690e4 50%, #252525 51%, #252525 100%)
}

.color6 {
	background: #84b213;
	background: linear-gradient(135deg, #84b213 49%, #84b213 50%, #f97c2d 51%, #f97c2d 100%)
}

.add_to_cart {
	position: fixed;
	background-color: #fff;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart::-webkit-scrollbar {
	width: 3px;
	height: 7px
}

.add_to_cart::-webkit-scrollbar-track {
	background: #f1f1f1
}

.add_to_cart::-webkit-scrollbar-thumb {
	background: #ddd
}

.add_to_cart::-webkit-scrollbar-thumb:hover {
	background: #000
}

.add_to_cart .cart-inner {
	background-color: #fff;
	z-index: 9;
	position: relative;
	top: 0
}

.add_to_cart .cart-inner .cart_media {
	padding: 0 20px
}

.add_to_cart .cart-inner .cart_media li {
	position: relative;
	padding-bottom: 10px;
	width: 100%;
	padding-top: 10px;
}

.add_to_cart .cart-inner .cart_media li .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.add_to_cart .cart-inner .cart_media li .media img {
	height: 85px;
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
	-ms-flex-item-align: center;
	align-self: center
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
	color: #333
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
	color: #333;
	font-size: 16px
}

.add_to_cart .cart-inner .cart_media li .total {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px
}

.add_to_cart .cart-inner .cart_media li .total h5 {
	text-transform: capitalize;
	margin-bottom: 0;
	color: #999999
	font-weight: 500;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
	float: right
}

.add_to_cart .cart-inner .cart_media li .buttons a {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px 12px
}

.add_to_cart .cart-inner .cart_media li .buttons a:hover {
	color: #00baf2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart .cart-inner .cart_media li .buttons .checkout {
	float: right
}

.add_to_cart .cart-inner .cart_media .close-circle {
	position: absolute;
	top: 27px;
	right: 0px;
}

.add_to_cart .cart-inner .cart_media .close-circle i {
	color: #444;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
	color: #000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart .cart-inner .cart_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
	    background-color: #4ccdf6;
}

.add_to_cart .cart-inner .cart_top h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.add_to_cart .cart-inner .cart_top .close-cart {
	margin-left: auto
}

.add_to_cart .cart-inner .cart_top .close-cart i {
	color: #fff;
	font-size: 16px; font-weight: bold;
}

.prod_color {
    color: rgb(0 25 104) !important;
}

div#wishlist_right a p{
    color: #1c3481;
}

.add_to_cart .overlay {
	visibility: hidden;
	opacity: 0;
	background-color: #000;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart.open-side {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart.open-side .overlay {
	opacity: 0.8;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.add_to_cart.left {
	left: -300px;
	top: 0;
	height: 100vh;
	width: 300px
}

.add_to_cart.left .cart-inner {
	height: 100vh;
	overflow: auto
}

.add_to_cart.left.open-side {
	left: 0
}

.add_to_cart.right {
	right: -300px;
	height: 100vh;
	width: 300px;
	top: 0
}

.add_to_cart.right .cart-inner {
	height: 100%;
	overflow: auto
}

.add_to_cart.right.open-side {
	right: 0
}

.add_to_cart.top, .add_to_cart.bottom {
	height: 218px;
	width: 100%
}

.add_to_cart.top .cart_media, .add_to_cart.bottom .cart_media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.add_to_cart.top .cart_media .cart_product, .add_to_cart.bottom .cart_media .cart_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	overflow-y: auto
}

.add_to_cart.top .cart_media .cart_product li, .add_to_cart.bottom .cart_media .cart_product li {
	min-width: 245px;
	max-width: 225px;
	margin-right: -1px;
	padding-bottom: 0;
	border: 1px solid #ddd
}

.add_to_cart.top .cart_media .cart_total, .add_to_cart.bottom .cart_media .cart_total {
	width: 25%
}

.add_to_cart.top .cart-inner, .add_to_cart.bottom .cart-inner {
	height: 218px
}

.add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
	margin-bottom: 0;
	background-color: #f1f1f1;
	padding: 15px 44px;
	border-bottom: none
}

.add_to_cart.top .cart-inner .cart_media, .add_to_cart.bottom .cart-inner .cart_media {
	padding: 0
}

.add_to_cart.top .cart-inner .cart_media .cart_product, .add_to_cart.top .cart-inner .cart_media .cart_total, .add_to_cart.bottom .cart-inner .cart_media .cart_product, .add_to_cart.bottom .cart-inner .cart_media .cart_total {
	padding: 30px 44px
}

.add_to_cart.top {
	top: -300px
}

.add_to_cart.top.open-side {
	top: 0
}

.add_to_cart.bottom {
	bottom: -300px
}

.add_to_cart.bottom.open-side {
	bottom: 0
}

.add_to_cart .setting-block {
	/*padding: 0 30px;*/
	padding: 0;
}

.add_to_cart .setting-block h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
	color: #00aa02;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

.add_to_cart .setting-block ul li {
	display: block;
	/*margin-bottom: 5px;*/
}

.add_to_cart .setting-block ul li a {
	color: #333;
	font-size: 18px; display: block;
	text-transform: capitalize;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
	padding: 5px 0;
}

.add_to_cart .setting-block ul li a:hover {
	color: #00baf2;
}

.add_to_cart .setting-block ul li a:hover {
	color: #00baf2;
}

.account-bar .theme-form {
	padding-left: 20px;
	padding-right: 20px
}

.account-bar .theme-form .form-control {
	border-radius: 20px
}

.account-bar .theme-form .forget-class a {
	color: #00baf2;
	text-transform: capitalize;
	margin-top: 10px;
}

.account-bar .theme-form h6 {
	margin-top: 10px;
}

.tap-top {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 11;
	display: none;
	color: #fff;
	text-align: center;
	background: #00aa02;
	border: none;
	font-size: 22px;
	padding: 7px;
	cursor: pointer
}

.tap-top.top-cls {
	bottom: 130px
}

.tap-top:hover i {
	-webkit-animation: fadeInUp 500ms ease-in-out;
	animation: fadeInUp 500ms ease-in-out
}

.theme-modal {
	padding-right: 0 !important;
}

span.cart_icon i:hover {
	/*color: #1c3481;*/
}

span.cart_text:hover {
	/*color: #1c3481 !important;*/
}

.theme-modal .quick-view-img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-dialog.modal-lg.modal-dialog-centered {
	margin: 0px auto 0px auto;
}

.theme-modal .modal-dialog .modal-content .modal-body {
	background-color: white;
	border-radius: 5px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
	background-color: #fff;
	padding: 25px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
	padding-right: 10px;
	padding-top: 5px;
	position: absolute;
	right: 17px;
	top: 0
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
	color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
	border-bottom: 1px dashed #bfbfbf;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 24px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
	margin-bottom: 30px;
	text-align: center;
	color: #272727;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.6;
	font-size: 14px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
	margin: 0 auto;
	text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	height: 45px;
	border-radius: 0;
	width: 100%;
	letter-spacing: 0.05em;
	margin: 0 10px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
	margin-bottom: 40px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
	margin-bottom: 15px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
	margin: 0 auto;
	text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	max-width: 640px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	border-radius: 0 !important
}
/*
div#cart_success .modal-dialog.modal-md {
    position: fixed;
    top: 10px;
    right: 20px;
    margin: 0px;
    left: auto;
    bottom: auto;
}
*/
div#cart_success .modal-dialog.modal-md
{
	position: fixed;
    right: auto;
    margin: 0px;
    bottom: 10px;
}

.cart-success {
	background-color: #e5ffeb;
    border-color: #c3e6cb;
    margin: 10px;
    position: fixed;
    bottom: 0;
    -webkit-animation: movebottom 10s infinite;
    animation: movebottom 10s infinite;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
        margin-bottom: 10px;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-normal {
	text-transform: uppercase
}
section.services.section-pb-space {
    padding-bottom: 0px;
}

.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 5px
}
.theme-modal .modal-dialog .cart_success-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 5px
}
.theme-modal .modal-dialog .quick-view-modal .view-detail, .theme-modal .modal-dialog .demo_modal .view-detail {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
	height: 75vh;
	overflow-y: scroll;
	padding: 25px;
	background-image: none !important
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
	width: 5px
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
	background: #f1f1f1
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
	background: #00baf2
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
	background: #555
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body {
	background: url("../images/cart-back.png"), #ddd;
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
	background-color: transparent
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
	max-width: 150px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
	padding: 0 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
	font-size: 16px;
	color: #00baf2;
	text-transform: capitalize;
	margin-bottom: 20px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
	margin-right: 8px;
	color: #fff;
	background: #19a340;
	font-size: 14px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons {
	margin-bottom: 20px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
	display: inline-block;
	font-size: 16px;
	padding: 6px 10px;
	margin: 0 6px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
	padding-left: 10px;
	padding-right: 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .img-wrapper {
	-webkit-box-shadow: 0 0 5px rgba(221, 221, 221, 0.6);
	box-shadow: 0 0 5px rgba(221, 221, 221, 0.6)
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
	text-align: center;
	padding: 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
	font-weight: 700;
	text-transform: capitalize
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
	color: #00baf2
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
	margin: 20px 0 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
	font-weight: 600;
	margin-bottom: 20px
}

.theme-modal#exampleModal .modal-body {
	padding: 0
}

.theme-modal#exampleModal .close span {
	color: #00baf2;
	font-size: 35px;
	text-shadow: none
}

.theme-modal#exampleModal .modal-bg {
	background-color: #ffffff96 !important;
	padding: 0
}

.theme-modal#exampleModal .close {
	position: absolute;
	right: 10px
}

.theme-modal#exampleModal .offer-content {
	background-image: url(../images/bg-newslatter.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: rgba(255, 255, 255, 0.4);
	min-height: 460px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 50%
}

.theme-modal#exampleModal .offer-content.vagi-offer-contant {
	background-image: url(../images/modal-popup/Vegetable.jpg)
}

.theme-modal#exampleModal .offer-content>div {
	width: 100%;
	padding: 50px
}

.theme-modal#exampleModal .offer-content p {
	text-align: center;
	color: #777;
	line-height: 1.6;
	margin-bottom: 20px
}

.theme-modal.exit-modal .modal-body {
	background-image: url(../images/bg-popup.png) !important;
	background-size: cover !important;
	background-position: center !important
}

.theme-modal.exit-modal .modal-bg {
	background-color: #ffffffb3 !important
}

.theme-modal.exit-modal .modal-content {
	border-radius: 10px
}

.theme-modal.exit-modal .media .media-body h4 {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	font-weight: 500
}

.theme-modal.exit-modal .media .media-body h4 b {
	color: #00baf2
}

.theme-modal.exit-modal .media .media-body h5 {
	font-size: 18px;
	color: #bfbfbf;
	margin-bottom: 0;
	padding-bottom: 0
}

.theme-modal#quick-view .modal-body {
	padding: 0
}

.theme-modal .product-right .qty-box .input-group button {
	padding-left: 10px
}

.theme-modal .product-right input {
	padding: 4px
}

.theme-modal .product-right h2 {
	margin-top: 15px
}

.theme-modal .product-right .product-buttons .btn-normal {
	padding: 11px 20px
}
.btn-tip {
    background-color: #294299;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: 500;
    border: 0px;   
    letter-spacing: 1px;
}
div#pickup {
    border-right: 1px solid #e3e3e3;
}
div#memberModal .btn.btn-normal {
    padding: 15px 15px;
    background-color: #364884;
    margin-top: 10px;
    max-width: 200px;
    min-width: 150px;
        margin: auto;
    top: 10px;
    /*border: 1px solid #00aa02;
    background-color: #ffffff;
    color: #666 !important;*/
}
div#memberModal .btn.btn-normal:hover {
    color: #fff !important;
    border: 1px solid #1c3481;
    background-color: #1c3481;
}
h3.heading.lead {
    margin-bottom: 0px;
}

.modal-header {
    border-bottom: 1px solid #e3e3e3 !important;
}
.modal-footer .btn-normal {
    margin: 0px 8px 0 !important;
}
div#memberModal .modal-content .modal-header {
    padding: 0px 0px 0px;
}
div#memberModal .modal-header {
    background-color: #1c3481;
        border-top-left-radius: 0;
    border-top-right-radius: 0;
}
div#memberModal .modal-header h1 {
    border-bottom: 1px dashed #fff0;
    padding: 14px 0px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin: auto;
    font-size: 30px;
}
div#memberModal h4 {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
div#memberModal h6 {
    font-size: 20px;
    color: #1c3481;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
div#memberModal .modal-header {
    border-bottom: 1px solid #fff0 !important;
}
.modal-header {
    border-bottom: 1px solid #e3e3e3;
}

div#centralModalInfoone1 .heading {
    margin-top: 0;
    margin-bottom: 0px;    
}
 div#centralModalInfoone1  .btn-normal {
    background-color: #1c3481;
    margin-top: 0px;
}
div#centralModalInfoone1  .btn-normal:hover {
   color: #fff !important;
    margin-top: 0px;
}
div#centralModalInfoone1 .btn-normal {
    background-color: #1c3481;
    padding: 10px;
}
div#centralModalInfoone2 .modal-header {
    border-bottom: 1px solid #fff0 !important;
}
div#centralModalInfoone2 .heading {
    margin-top: 0;
    margin-bottom: 0px;    
}
.loader-wrapper {
	background-color: #fff;
	margin: 0;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0
}

.loader-wrapper img {
	height: 130px
}

.masonory-banner .masonary-banner-main {
	position: relative
}

.masonory-banner .masonary-banner-main .masonary-banner-contant {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	padding: 80px 0
}

.masonory-banner .masonary-banner-main .masonary-banner-contant h2 {
	color: #1c3481;
	text-transform: uppercase;
	margin-bottom: 15px
}

.masonory-banner .masonary-banner-main .masonary-banner-contant h5 {
	color: #1c3481;
	text-transform: uppercase;
	letter-spacing: 7px;
	background-color: #fff;
	padding: 10px 20px;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.masonory-banner .masonary-banner-main .masonary-banner-contant .btn-rounded {
	text-transform: uppercase;
	margin-top: 25px
}

.masonory-banner .masonary-banner-main .masonary-banner-contant .btn-rounded:hover {
	background-color: #1c3481
}

.masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
	margin-right: 70px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.masonory-banner .masonary-banner-main .masonary-banner-contant.p-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.masonory-banner .masonary-banner-main .masonary-banner-contant.p-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.masonory-banner .masonary-banner-main .masonary-banner-contant.p-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.masonory-banner .masonary-banner-main .masonory-banner-img {
	height: 450px
}

.masonory-banner .masonary-banner-main .masonory-banner-img.masonory-img1 {
	height: 915px
}

.masonary-banner-block>div:first-child {
	margin-bottom: 15px
}

.sm, .sm ul, .sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0px 0px;
	line-height: normal;
	direction: ltr;
	text-align: left
}

.sm {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: static;
	z-index: 1
}

.sm ul {
	display: none
}

.sm li {
	position: relative
}

.sm>li>h1 {
	margin: 0;
	padding: 0
}

.sm>li>h2 {
	margin: 0;
	padding: 0
}

.sm>li>h3 {
	margin: 0;
	padding: 0
}

.sm>li>h4 {
	margin: 0;
	padding: 0
}

.sm>li>h5 {
	margin: 0;
	padding: 0
}

.sm>li>h6 {
	margin: 0;
	padding: 0
}

.sm a {
	position: relative;
	display: block
}

.sm a.disabled {
	cursor: default
}

.sm * {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.sm *::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.sm *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	overflow: hidden
}

.menu-banner {
	margin-top: 20px
}

.toggle-nav {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	cursor: pointer
}

.toggle-nav i {
	font-size: 24px;
	color: #0dc7ff
}

.mega-menu-banner:hover:before {
	display: none
}

.new-tag {
	padding-left: 3px;
	color: #00baf2;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700
}

.up-text {
	position: relative
}

.up-text span {
	position: absolute;
	top: -5px;
	right: -10px;
	color: #00baf2;
	font-size: 12px;
	font-weight: 700
}

.pixelstrap.sm-vertical a .sub-arrow {
	margin-top: -22px;
	right: 7px
}

.progress {
	height: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.fa-times {
	color: red;
}

.list-unstyled, .login-page p {
	/*	background: white;*/
}

.list-unstyled li, .login-page p {
	display: block;
	text-align: left;
}

@media screen and (max-width: 1120px) {
	.product .product-box .product-detail .detail-title .detail-left .price-title {
		max-width: 235px;
	}
}

a.btn.btn-xs.btn-white.btn-outline {
	margin-bottom: 15px;
	margin-top: 5px;
}

@media screen and (max-width: 853px) {
	.tab-prodcut-contain .tabs.tab-title {
		/*justify-content: unset;*/
	}
	.bottom1.menu-vertical.col-lg-3.col-md-3 {
		margin-top: -50px;
	}
	.icon-block {
		margin-bottom: -15px;
	}
	.layout-header2 {
		border-bottom: 1px solid #f0f0f000 !important;
	}
}

@media screen and (max-width: 991px) {
	.product .product-box .product-detail .detail-title .detail-left .price-title {
		max-width: 222px;
	}
	.product-right .form-row .col-md-9 {
    width: 100%;    
    margin: auto;
}

.product-right .form-row .col-md-9 select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    margin: 0px auto;
    width: 50%;
}
	div#quick_view .product-right .form-row select#variation266 {   
    margin: auto;
    margin-right: auto;    
}
div#quick_view .form-row .col-6.mb-3 {
    max-width: 100% !important;
    margin: 0px auto;
}
div#quick_view .form-control {
    display: block;
    width: 50%;
    margin: 0px auto;
}
div#quick-view .form-row {
        display: contents;    
}

}

@media screen and (max-width: 727px) {
	.product .product-box .product-detail .detail-title .detail-left .price-title {
		max-width: 184px;
	}
}

@media screen and (max-width: 600px) {
	.product .product-box .product-detail .detail-title .detail-left .price-title {
		max-width: unset;
		text-align: center; justify-content: center; font-size: 16px !important; align-items: center;
	}

	.product .product-box .product-detail .detail-title .detail-left .price{
		text-align: center; justify-content: center;
	}


}

@media screen and (max-width: 1024px) {
	.category-header-2 .navbar-menu .category-left .nav-block {
		margin-left: 40px;
		display: none;
	}
	.bottom1.menu-vertical.col-lg-3.col-md-3 {
		margin-top: -57px;
	}
	.icon-block {
		margin-bottom: 0px;
		padding: 10px 0px;
	}
	.category-header-2 {
		padding: 0px 0px;
	}
	.category-header-2 .navbar-menu .category-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: inline-block;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		padding-right: 20px;
	}
	li.mobile-wishlist {
		margin-top: 12px;
	}
}

@media (max-width: 577px) {
	.collection-wrapper .border-product {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.collection-wrapper .border-product br {
		display: none;
	}
	.collection-wrapper .border-product .border-product {
		padding: 0;
		border-top: 0px;
	}
	.navbar-menu .search-results-ajax {
		margin-left: 0 !important;
		width: calc(100% - 30px) !important;
		left: 15px;
		right: -15px;
		/*box-shadow: 0 0 15px 0 #dddddd !important;*/
		margin-top: 20px !important;
	}
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -15px !important;
		display: none;
	}
	.search-overlay {
		height: 200px;
	}
	.border-product .product-buttons {
		position: relative;
		bottom: 00;
		width: 100%;
		z-index: 3;
		/*margin-bottom: 50px;*/ margin-bottom: 0;
		left: 0;
	}
	.border-product .product-buttons .btn-normal {
		    background: #00aa02;
    min-width: 40%;
    max-width: 98% !important;
    margin: 0px 0px;
    margin-left: 0px;
	}
}

@media screen and (max-width: 568px) {
	.bottom1.menu-vertical.col-lg-3.col-md-3 {
		margin-top: 0px !important;
	}
	.icon-block {
		margin-bottom: 7px;
	}
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-top: -30px !important;
	}
}



@media (max-width: 480px) {
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -15px !important;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		padding-right: 20px;
		top: 97% !important;
	}
	.product-notification p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;    
}
a.btn.btn-xs.btn-white.btn-outline {
    padding: 5px 10px;
    font-size: 10px;
    border: 1px solid #00aa02;
    margin-top: 10px;
}
}

@media (max-width: 414px) {
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -30px !important;
	}
}

@media (max-width: 414px) {
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -65px !important;
	}
}

@media (max-width: 411px) {
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -33px !important;
	}
	.border-product .product-buttons .btn-normal {
    background: #00aa02;
    min-width: 43%; width: 90%;
    max-width: 400px!important;
    margin: 5px auto !important;
    margin-left: 0px;
    padding: 10px 0px !important;
}
}

@media (max-width: 375px) {
	li.mobile-user.onhover-dropdown img {
		width: 26px !important;
		border-radius: 25px !important;
		margin-bottom: -40px !important;
		margin-top: 0px !important;
	}
	.product .product-box .product-detail .detail-title .detail-left .price-title {
      font-size: 12px;
      height: 25px;
}
}
@media (max-width: 280px) {
.product-right .product-buttons a:last-child {
    margin-left: 0px !important;
}
.border-product .product-buttons .btn-normal {
    background: #00aa02;
    min-width: 65%;
    max-width: 43% !important;
    margin: 3px 0px;
    margin-left: 0px;
    padding: 10px 0px !important;
}
}
@media screen and (max-width: 768px) {
	.bottom1.menu-vertical.col-lg-3.col-md-3 {
		margin-top: -40px;
	}
	.product .product-box .product-detail .detail-title .detail-left .price-title {
      font-size: 14px;
    height: 49px;
    line-height: 1.2;
}
	.icon-block {
		margin-bottom: 1px;
	}
	li.mobile-user.onhover-dropdown img {
		margin-bottom: 0px;
	}
}

.category-header-2 .navbar-menu .category-left {
	display: contents !important;
}

.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
	padding-right: 20px;
	top: 92% !important;
}

li.mobile-wishlist {
	margin-top: 10px;
}

.pixelstrap ul {
	padding: 15px 0px 15px 0px;
	background: #f0f0f0 !important;
	border: transparent !important;
}

.pixelstrap.light-font-menu li>a {
	color: #444
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
	padding-right: 35px;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 22px;
	letter-spacing: 0.07em
}

.pixelstrap a:hover {
	color: #00baf2
}

.pixelstrap a.disabled {
	color: #8ce4ff
}

.pixelstrap a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 14px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	border-radius: 4px
}

.pixelstrap>li:last-child>a, .pixelstrap>li:last-child>*:not(ul) a, .pixelstrap>li:last-child>ul, .pixelstrap>li:last-child>ul>li:last-child>a, .pixelstrap>li:last-child>ul>li:last-child>*:not(ul) a, .pixelstrap>li:last-child>ul>li:last-child>ul, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
	border-radius: 0 0 0 0
}

.pixelstrap>li:last-child>a.highlighted, .pixelstrap>li:last-child>*:not(ul) a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>*:not(ul) a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted, .pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
	border-radius: 0
}

.pixelstrap ul {
	background: #fff
}

.pixelstrap ul ul {
	background: #f1f1f1;
}

.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active {
	background: rgba(0, 0, 0, 0);
	color: #444 !important;
	font-size: 14px;
	text-shadow: none
}

.pixelstrap ul a.current {
	background: #00baf2;
	color: #fff
}

.pixelstrap ul a.disabled {
	color: #b3b3b3
}

.pixelstrap ul ul a, .pixelstrap ul ul a:hover, .pixelstrap ul ul a:focus, .pixelstrap ul ul a:active {
	border-left: 16px solid transparent
}

.pixelstrap ul {
	padding: 15px 0px 15px 0px;
	background: #fff;
	border: none;
}

.pixelstrap ul ul ul a, .pixelstrap ul ul ul a:hover, .pixelstrap ul ul ul a:focus, .pixelstrap ul ul ul a:active {
	border-left: 24px solid transparent
}

.pixelstrap ul ul ul ul a, .pixelstrap ul ul ul ul a:hover, .pixelstrap ul ul ul ul a:focus, .pixelstrap ul ul ul ul a:active {
	border-left: 32px solid transparent
}

.pixelstrap ul ul ul ul ul a, .pixelstrap ul ul ul ul ul a:hover, .pixelstrap ul ul ul ul ul a:focus, .pixelstrap ul ul ul ul ul a:active {
	border-left: 40px solid transparent
}

.pixelstrap ul li {
	color: #00baf2
}

.pixelstrap ul li:first-child {
	border-top: 0
}

.pixelstrap.sm-horizontal .mega {
	position: unset !important
}

.pixelstrap.sm-horizontal .mega .full-mega-menu.center-mega-menu {
	margin-left: 0 !important
}

.pixelstrap.sm-horizontal .mega ul {
	margin-left: 0 !important;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}

.pixelstrap .icon-trend {
	color: #00baf2
}

.pixelstrap .full-mega-menu, .pixelstrap .clothing-menu {
	max-width: inherit !important;
	padding: 20px 0px 20px 5px
}

.pixelstrap .full-mega-menu a, .pixelstrap .clothing-menu a {
	padding: 0;
	position: relative
}

.pixelstrap .full-mega-menu a h6, .pixelstrap .clothing-menu a h6 {
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 400;
	text-transform: capitalize;
	color: #222222
}

.pixelstrap .full-mega-menu a img, .pixelstrap .clothing-menu a img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto
}

.pixelstrap .full-mega-menu a:hover, .pixelstrap .clothing-menu a:hover {
	padding: 0
}

.pixelstrap .full-mega-menu a:hover:before, .pixelstrap .clothing-menu a:hover:before {
	width: 50px;
	height: 2px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}

.pixelstrap .full-mega-menu a:hover h6, .pixelstrap .clothing-menu a:hover h6 {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.pixelstrap .link-section .menu-secon-title h5 {
	padding-top: 10px
}

.pixelstrap .link-section h5 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 10px;
	color: #444
}

.pixelstrap .link-section ul {
	position: relative;
	display: block;
	padding: 0
}

.pixelstrap .link-section ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	padding-left: 0
}

.pixelstrap .full-mega-menu {
	width: 100% !important;
	border-radius: 0;
	max-width: 1110px !important;
	left: 50% !important;
	margin-right: -50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.pixelstrap .full-mega-menu .mega-box .link-section ul li a:hover, .pixelstrap .full-mega-menu .mega-box .link-section ul li a:focus {
	padding-top: 3px;
	padding-bottom: 3px
}

.pixelstrap .full-mega-menu .img-section img {
	margin-top: 15px
}

.pixelstrap .clothing-menu {
	width: 815px !important;
	padding: 15px 30px 25px !important;
	background-color: #fff
}

.pixelstrap .clothing-menu li img {
	padding: 20px 0 10px 0
}

.pixelstrap .clothing-menu .link-section h5 {
	margin-top: 15px
}

.pixelstrap .clothing-menu .link-section ul {
	background: none
}

.pixelstrap .mega-menu ul {
	-webkit-box-shadow: none;
	box-shadow: none
}

.pixelstrap li a {
	position: relative
}

.pixelstrap li .label-nav {
	position: absolute;
	background-color: #00baf2;
	padding: 2px 7px;
	color: #fff;
	top: 7px;
	text-transform: uppercase;
	font-size: 9px;
	left: 0;
	line-height: 1.3
}

.pixelstrap li .label-nav:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #00baf2;
	top: 15px;
	left: 5px
}

.pixelstrap li .label-nav.label-red {
	background-color: #00baf2
}

.pixelstrap li .label-nav.label-red:before {
	border-top: 5px solid #00baf2
}

.sm-vertical {
	background-color: #fff
}

.sidenav {
	height: 100vh;
	width: 300px;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sidenav .sidebar-back {
	padding: 20px;
	font-size: 18px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	cursor: pointer
}

.sidenav nav {
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 100vh;
	top: 0;
	overflow-y: auto
}

.sidenav.open-side {
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sidenav.open-side .sidebar-overlay {
	opacity: 0.8;
	visibility: visible
}

.sidenav .sidebar-overlay {
	visibility: hidden;
	opacity: 0;
	background-color: #212331;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	font-size: 36px;
	margin-left: 50px;
	margin-top: 50px;
	color: #444
}

.sidenav .pixelstrap li a {
	padding: 10px 50px 20px 40px
}

.sidenav .pixelstrap li ul li a {
	padding: 5px 35px
}

.sidenav .pixelstrap li ul li a:active, .sidenav .pixelstrap li ul li a:focus, .sidenav .pixelstrap li ul li a.highlighted {
	padding: 5px 35px
}

.sidenav .pixelstrap li .clothing-menu li a {
	padding: 5px 0 !important
}

.sidenav .pixelstrap li .clothing-menu li a:focus {
	font-size: 14px
}

.sidenav .pixelstrap li .clothing-menu li a:hover {
	font-size: 14px;
	padding: 5px 0
}

.sidenav .pixelstrap li .clothing-menu li a:focus, .sidenav .pixelstrap li .clothing-menu li a:hover {
	padding: 5px 0 !important
}

.mega-box .link-section .demo ul li a {
	position: relative
}

.mega-box .link-section .demo ul li a:hover, .mega-box .link-section .demo ul li a:focus {
	padding-top: 3px;
	padding-bottom: 3px
}

.mega-box .link-section .demo .new {
	position: absolute;
	top: -8px;
	right: 0px;
	color: white;
	background-color: #00baf2;
	padding: 2px 7px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.3
}

.mega-box .link-section .demo .title {
	border-bottom: 2px solid red !important
}

.rtl .sidenav .pixelstrap li {
	text-align: right
}

.rtl .link-section {
	float: right
}

.rtl .pixelstrap li .label-nav {
	left: unset
}

.rtl .mega-box .link-section .demo ul li a span img {
	right: unset;
	left: -120px
}

.checkout-form .product-order {
	box-shadow: 0 0 10px 0 #dddddd;
	padding: 22px;
}

.checkout-form h6, .payment-options h4 {
	font-size: 20px;
	color: #1c3481;
	font-weight: 600;
	margin-bottom: 20px;
}

.checkout-form p strong {
	color: #1c3481;
	margin-bottom: 6px;
	margin-top: 8px;
	display: block;
}

.btn-outline.float-right, .btn-normal.float-right {
	display: block;
	margin-top: 10px;
	    font-weight: 600;
}

@media (min-width: 1200px) {
	.toggle-nav {
		display: none
	}
	.sm-vertical li ul li a .sub-arrow {
		margin-top: -15px !important
	}
	.mobile-back {
		display: none !important
	}
	.pixelstrap ul {
		position: absolute;
		width: 14em !important
	}
	.pixelstrap li {
		position: relative;
		float: left
	}
	.pixelstrap li:before {
		content: "";
		position: absolute
	}
	.pixelstrap.sm-rtl li {
		float: right
	}
	.pixelstrap ul li, .pixelstrap.sm-rtl ul li, .pixelstrap.sm-vertical li {
		float: none
	}
	.pixelstrap a {
		white-space: nowrap
	}
	.pixelstrap ul a, .pixelstrap.sm-vertical a {
		white-space: normal
	}
	.pixelstrap .sm-nowrap>li>a, .pixelstrap .sm-nowrap>li>:not(ul) a {
		white-space: nowrap;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease
	}
	.pixelstrap .sm-nowrap>li>a:hover, .pixelstrap .sm-nowrap>li>:not(ul) a:hover {
		letter-spacing: 1.5px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease
	}
	.pixelstrap .sm-nowrap>li>a.highlighted, .pixelstrap .sm-nowrap>li>:not(ul) a.highlighted {
		white-space: nowrap;
		color: #444
	}
	.sm-horizontal .mega-menu li a {
		padding: 0
	}
	.sm-horizontal .mega-menu li a:focus, .sm-horizontal .mega-menu li a:active {
		padding: 0
	}
	.pixelstrap.sm-vertical ul a, .pixelstrap.sm-vertical ul a:hover, .pixelstrap.sm-vertical ul a:focus, .pixelstrap.sm-vertical ul a:active, .pixelstrap.sm-vertical ul a.highlighted {
		padding: 9px 23px
	}
	.pixelstrap ul {
		-webkit-box-shadow: 0 0 1px 0 #ebebeb;
		box-shadow: 0 0 1px 0 #ebebeb
	}
	.pixelstrap.sm-horizontal .mega {
		position: unset !important
	}
	.pixelstrap.sm-horizontal .mega.product>div {
		border: 1px solid #f1f1f1
	}
	.pixelstrap.sm-horizontal .mega ul {
		margin-left: 0 !important
	}
	.pixelstrap.sm-horizontal .mega ul ul {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.pixelstrap .full-mega-menu, .pixelstrap .clothing-menu {
		-webkit-box-shadow: 0 0 1px 0 #ebebeb;
		box-shadow: 0 0 1px 0 #ebebeb
	}
	.pixelstrap .full-mega-menu a, .pixelstrap .clothing-menu a {
		padding: 0;
		position: relative
	}
	.pixelstrap .sm-horizontal .full-mega-menu {
		position: absolute;
		left: unset !important;
		right: 0
	}
	.pixelstrap.sm-vertical .full-mega-menu .mega-box {
		max-width: 100%;
		padding: 0 20px;
		margin-bottom: 20px
	}
	.pixelstrap.sm-vertical .full-mega-menu .mega-box .mega-img, .pixelstrap.sm-vertical .full-mega-menu .mega-box .menu-banner {
		display: none
	}
	.pixelstrap.sm-vertical .full-mega-menu .mega-box ul a:hover {
		padding-left: 5px
	}
	.pixelstrap .full-mega-menu.center-mega-menu {
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.pixelstrap .full-mega-menu.layout-3 {
		margin-left: -100px !important;
		-webkit-transform: unset !important;
		transform: unset !important
	}
	.pixelstrap .full-mega-menu ul {
		background-color: transparent;
		border: 0
	}
	.pixelstrap .full-mega-menu .mega-box {
		max-width: 16.666%
	}
	.pixelstrap .full-mega-menu .mega-box.product {
		max-width: 33%
	}
	.pixelstrap .category-menu.center-menu {
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.pixelstrap a .sub-arrow::before {
		content: "\f107";
		font-family: FontAwesome;
		position: absolute
	}
	.pixelstrap ul {
		padding: 15px 0px 15px 0px;
		background: #fff;
		border: 5px solid #f2f8f9
	}
	.pixelstrap ul ul {
		background: white;
		border: 5px solid #f2f8f9
	}
	.pixelstrap ul a {
		position: relative
	}
	.pixelstrap ul a:before {
		position: absolute;
		bottom: 8px;
		content: "";
		height: 5px;
		width: 0;
		background-color: #00baf2;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		opacity: 0.12
	}
	.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
		border: 0 !important;
		background: rgba(0, 0, 0, 0);
		color: #000;
		border-radius: 0 !important;
		font-size: 14px;
		font-weight: 400;
		text-transform: capitalize;
		padding: 5px 25px
	}
	.pixelstrap ul a:hover:before, .pixelstrap ul a:hover:hover:before, .pixelstrap ul a:focus:hover:before, .pixelstrap ul a:active:hover:before, .pixelstrap ul a.highlighted:hover:before {
		width: 50px;
		height: 7px;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease
	}
	.pixelstrap ul a .sub-arrow:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute
	}
	.pixelstrap ul li {
		border: 0
	}
	.pixelstrap .scroll-up, .pixelstrap .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px
	}
	.pixelstrap .scroll-up-arrow, .pixelstrap .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #00a6d9 transparent
	}
	.pixelstrap .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #00a6d9 transparent transparent transparent
	}
	.pixelstrap.sm-rtl.sm-vertical a .sub-arrow:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute
	}
	.pixelstrap.sm-rtl>li:first-child {
		border-left: 1px solid #00a6d9
	}
	.pixelstrap.sm-rtl>li:last-child {
		border-left: 0
	}
	.pixelstrap.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 10px
	}
	.pixelstrap.sm-vertical a {
		padding: 9px 23px
	}
	.pixelstrap.sm-vertical a .sub-arrow:before {
		content: "\f104";
		font-family: FontAwesome;
		position: absolute
	}
	.pixelstrap.sm-vertical>li {
		border-left: 0 !important
	}
	.pixelstrap.sm-vertical>li ul a .sub-arrow:before {
		content: "\f105"
	}
	.main-nav-center>nav {
		text-align: center
	}
	.main-nav-center .sm {
		display: inline-block;
		vertical-align: middle
	}
	.main-nav-center .sm>li .label-nav {
		top: 3px
	}
	.main-nav-center .sm>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.layout3-menu .pixelstrap a {
		text-transform: capitalize;
		padding-right: 34px;
		letter-spacing: 0.04em
	}
	.layout3-menu .pixelstrap .sub-arrow {
		right: 12px
	}
	.rtl .pixelstrap .category-menu {
		width: 698px !important
	}
	.rtl .pixelstrap .category-menu.center-menu {
		left: 0 !important;
		-webkit-transform: unset;
		transform: unset
	}
	.rtl .pixelstrap .full-mega-menu {
		right: auto !important
	}
	.rtl .mega .full-mega-menu {
		float: left !important;
		left: 50% !important;
		right: auto !important
	}
	.rtl .mega .full-mega-menu.center-mega-menu {
		margin-right: 0 !important;
		margin-left: 0 !important;
		left: unset !important;
		right: 50% !important
	}
	.rtl .layout3-menu .light-font-menu li>a, .rtl .layout3-menu .light-font-menu li>a:hover, .rtl .layout3-menu .light-font-menu li>a:active {
		padding-right: 0;
		padding-left: 28px
	}
	.rtl .layout3-menu .light-font-menu .sub-arrow {
		left: -5px;
		right: auto
	}
	.rtl .sm-horizontal .mega ul {
		float: right
	}
	.rtl .sm-horizontal .mega ul li {
		text-align: right
	}
	.rtl .sm-horizontal ul li {
		text-align: right
	}
	.rtl .sm-horizontal ul li a .sub-arrow {
		left: 15px;
		right: auto
	}
	.rtl .pixelstrap .full-mega-menu.layout-3 {
		margin-right: -100px !important
	}
	.rtl .light-font-menu .mega ul {
		float: right;
		left: unset !important;
		right: 0 !important
	}
	.rtl .sidenav .pixelstrap li ul li a:hover, .rtl .sidenav .pixelstrap li ul li a:focus {
		padding: 5px 35px
	}
	.rtl .sidenav .pixelstrap li ul li a:before {
		right: 35px
	}
	.rtl .sidenav .pixelstrap li a .sub-arrow {
		right: 7px;
		left: unset
	}
	.rtl .sidenav .pixelstrap .mega-menu li ul li a:before {
		right: 0
	}
	.rtl .sidenav .sidebar-back i {
		float: left
	}
	.rtl header.header-5 .top-header .header-dropdown>li:last-child {
		padding: 15px 25px;
		padding-left: 0
	}
}

@media (max-width: 1440px) {
	.pixelstrap .category-menu {
		width: 698px !important
	}
	.pixelstrap .full-mega-menu.layout-3 {
		margin-left: 0 !important
	}
	.rtl .pixelstrap .mega .full-mega-menu {
		margin-left: 0 !important;
		margin-right: 162px !important
	}
	.rtl .pixelstrap .mega .full-mega-menu.layout-3 {
		margin-right: 0 !important
	}
}

@media (max-width: 1367px) {
	.pixelstrap .full-mega-menu.layout-3 {
		width: 1079px !important
	}
	.pixelstrap a {
		font-size: 14px
	}
	.pixelstrap a:hover, .pixelstrap a:active {
		font-size: 14px
	}
}

@media (max-width: 1199px) {
	.pixelstrap .full-mega-menu {
		width: unset !important;
		border-radius: 0;
		max-width: unset !important;
		left: unset !important;
		margin-right: unset;
		-webkit-transform: unset;
		transform: unset
	}
	.menu-banner {
		margin-top: 0px
	}
	.mega-box .link-section .demo ul li a span img {
		top: 30px;
		right: -60px
	}
	.sm-horizontal {
		position: fixed;
		background-color: #fff;
		width: 300px;
		border-radius: 0;
		border: 1px solid #eee;
		top: 0;
		height: 100vh;
		right: -300px;
		z-index: 999999;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3 eas;
		overflow-x: hidden;
	}
	.sm-horizontal .mobile-back {
		padding: 20px;
		font-size: 18px;
		color: #444;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.mega-box.col {
		-ms-flex-preferred-size: unset;
		flex-basis: unset
	}
	.pixelstrap .feature-menu.product-menu {
		width: 100% !important
	}
	.pixelstrap .mega {
		position: unset !important
	}
	.pixelstrap .mega .full-mega-menu {
		margin-left: 0 !important
	}
	.pixelstrap .mega ul {
		margin-left: 0 !important
	}
	.pixelstrap .full-mega-menu, .pixelstrap .clothing-menu {
		width: 100% !important;
		padding: 0 30px !important
	}
	.pixelstrap a.highlighted .sub-arrow:before {
		content: '-'
	}
	.pixelstrap a .sub-arrow {
		right: 0
	}
	.pixelstrap a .sub-arrow:before {
		content: '+'
	}
	.pixelstrap>li>a {
		font-weight: 700
	}
	.pixelstrap>li>a:hover, .pixelstrap>li>a:focus, .pixelstrap>li>a:active {
		font-weight: 700
	}
	.pixelstrap .link-section .menu-title h5 {
		cursor: pointer
	}
	.pixelstrap .link-section .menu-title.active .according-menu {
		font: bold 16px/34px monospace !important
	}
	.pixelstrap .link-section .menu-title.active .according-menu:before {
		content: "-";
		position: absolute;
		right: -18px
	}
	.pixelstrap .link-section .menu-title .according-menu {
		font: bold 16px/34px monospace !important
	}
	.pixelstrap .link-section .menu-title .according-menu:before {
		content: "+";
		position: absolute;
		right: -18px
	}
	.pixelstrap .link-section .menu-content a {
		text-transform: capitalize
	}
	.pixelstrap .link-section ul {
		background-color: unset
	}
	.pixelstrap .link-section h5 {
		font-weight: 700
	}
	.pixelstrap .full-mega-menu .mega-box {
		border-right: none;
		margin-bottom: 0
	}
	.pixelstrap .category-menu a img {
		width: 30% !important
	}
	.pixelstrap .clothing-menu {
		background: none
	}
	.pixelstrap li .label-nav {
		left: 15px;
		top: -8px
	}
	.pixelstrap li a {
		padding: 10px 15px;
		font-size: 14px
	}
	.pixelstrap li a:hover {
		padding: 10px 15px
	}
	.pixelstrap li ul li a {
		padding: 5px 35px;
		font-size: 14px;
		color: #444;
		font-weight: 400;
		text-transform: capitalize
	}
	.pixelstrap li ul li a:hover {
		color: #00baf2 !important;
		font-size: 14px;
		padding: 5px 35px;
		text-transform: capitalize
	}
	.pixelstrap .category-menu a:hover img {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.pixelstrap.sm-vertical a .sub-arrow {
		margin-top: -18px
	}
	.pixelstrap .mega ul {
		max-width: 100%
	}
	.pixelstrap ul li {
		border-top: none
	}
	.sidenav {
		overflow-y: auto
	}
	.sidenav .pixelstrap li ul li a {
		padding: 5px 45px
	}
	.sidenav .pixelstrap li ul li a:hover, .sidenav .pixelstrap li ul li a.highlighted {
		padding: 5px 45px
	}
	.sidenav .pixelstrap li a {
		padding: 10px 25px
	}
	.sidenav .pixelstrap li a:hover {
		padding: 10px 25px
	}
	.main-menu.border-section {
		border: none
	}
	.main-menu .menu-left .main-menu-right .toggle-nav {
		position: absolute;
		z-index: 2;
		right: 145px;
		top: 6px
	}
	.main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
		font-size: 18px;
		padding-left: 5px;
		text-transform: uppercase
	}
	.main-nav-center .toggle-nav {
		position: absolute;
		z-index: 99;
		right: 175px;
		top: -105px
	}
	.layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
		right: unset;
		top: -1px
	}
	.rtl .mega-box .link-section .demo ul li a span img {
		left: -70px
	}
	.rtl .sm li {
		text-align: right
	}
	.rtl .pixelstrap a .sub-arrow {
		right: unset;
		left: 0
	}
	.rtl .pixelstrap li .label-nav {
		left: unset;
		right: 15px
	}
	.rtl .pixelstrap li .label-nav:before {
		left: unset;
		right: 5px
	}
}

@media (max-width: 991px) {
	.top-header .header-contact {
		display: none
	}
}

@media screen and (max-width: 640px){
.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 14px;
    height: 45px;
}
}


@media (min-width: 578px) {
	.main-menu .menu-right .icon-nav .mobile-search i, .main-menu .menu-right .icon-nav .mobile-cart i, .main-menu .menu-right .icon-nav .mobile-setting i {
		display: none
	}
	.main-menu .menu-right .icon-nav .mobile-search .close-circle i, .main-menu .menu-right .icon-nav .mobile-cart .close-circle i, .main-menu .menu-right .icon-nav .mobile-setting .close-circle i {
		display: block
	}
	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
		display: inline-block
	}
}

@media (max-width: 577px) {
	.pixelstrap ul ul {
		background: #ffffff;
		padding: 8px 0 8px 16px;
	}
	.top-header {
		height: 0
	}
	.main-nav-center .toggle-nav {
		right: 15px;
		top: -85px
	}
	.mobile-fix-option {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 60px;
		background-color: #333;
		width: 100vw;
		z-index: 9;
		-webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
		box-shadow: 0 2px 5px 0 #a8a8a8
	}
	.header-5 .top-header .header-dropdown .mobile-wishlist img, .header-5 .top-header .header-dropdown .mobile-account img {
		-webkit-filter: brightness(5);
		filter: brightness(5)
	}
	.header-5 .main-menu .brand-logo {
		margin: 0;
		left: 0;
		-webkit-transform: unset;
		transform: unset
	}
	.top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
		position: fixed;
		bottom: 20px;
		right: 32%;
		font-size: 0;
		padding: 0;
		z-index: 9
	}
	.top-header .header-dropdown .mobile-account i, .top-header .header-dropdown .mobile-wishlist i {
		font-size: 22px;
		font-family: themify;
		color: #fff
	}
	.top-header .header-dropdown .mobile-account i:before, .top-header .header-dropdown .mobile-wishlist i:before {
		content: "\e602"
	}
	.top-header .header-dropdown .mobile-account .onhover-show-div, .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
		top: unset;
		bottom: 42px;
		right: 0
	}
	.top-header .header-dropdown .mobile-account:hover i, .top-header .header-dropdown .mobile-wishlist:hover i {
		color: #fff
	}
	.top-header .header-dropdown .mobile-wishlist {
		right: 64%
	}
	.top-header .header-dropdown .mobile-wishlist i {
		font-family: themify;
		color: #fff !important
	}
	.top-header .header-dropdown .mobile-wishlist i:before {
		content: "\e634"
	}
	.main-menu .menu-left.category-nav-right .navbar {
		padding-left: 0 !important
	}
	.main-menu .menu-left .navbar {
		padding: 30px 45px 30px 0 !important
	}
	.main-menu .menu-right .icon-nav .mobile-setting, .main-menu .menu-right .icon-nav .mobile-cart, .main-menu .menu-right .icon-nav .mobile-search {
		position: fixed;
		bottom: 20px;
		right: 16%;
		font-size: 0;
		padding: 0
	}
	.main-menu .menu-right .icon-nav .mobile-setting .show-div, .main-menu .menu-right .icon-nav .mobile-cart .show-div, .main-menu .menu-right .icon-nav .mobile-search .show-div {
		top: -58px;
		left: 0
	}
	.main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart, .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart, .main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
		top: unset;
		bottom: 42px;
		left: -118px !important
	}
	.main-menu .menu-right .icon-nav .mobile-setting i {
		display: inline-block;
		font-size: 22px;
		color: #fff
	}
	.main-menu .menu-right .icon-nav .mobile-setting>div img {
		display: none
	}
	.main-menu .menu-right .icon-nav .mobile-setting .setting {
		top: unset;
		bottom: 42px;
		left: unset !important
	}
	.main-menu .menu-right .icon-nav .mobile-cart {
		right: 48%
	}
	.main-menu .menu-right .icon-nav .mobile-cart .close-circle i {
		font-size: 14px
	}
	.main-menu .menu-right .icon-nav .mobile-cart i {
		display: inline-block;
		font-size: 22px;
		color: #fff
	}
	.main-menu .menu-right .icon-nav .mobile-cart>div img {
		display: none
	}
	.main-menu .menu-right .icon-nav .mobile-search {
		right: 80%;
		z-index: 1
	}
	.main-menu .menu-right .icon-nav .mobile-search i {
		display: inline-block;
		font-size: 22px;
		color: #fff
	}
	.main-menu .menu-right .icon-nav .mobile-search img {
		display: none
	}
	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-group {
		margin-bottom: 0
	}
	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
		font-size: 14px
	}
	.toggle-nav {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.rtl .main-nav-center .toggle-nav {
		right: unset;
		left: 15px
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-setting, .rtl .main-menu .menu-right .icon-nav .mobile-cart, .rtl .main-menu .menu-right .icon-nav .mobile-search {
		right: unset;
		left: 16%
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-setting .show-div, .rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div, .rtl .main-menu .menu-right .icon-nav .mobile-search .show-div {
		left: unset;
		right: 0
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart, .rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart, .rtl .main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
		left: unset !important;
		right: -118px !important
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-setting .setting {
		left: unset !important
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-cart {
		right: unset;
		left: 48%
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-search {
		right: unset;
		left: 80%
	}
	.rtl .main-menu .menu-left .navbar {
		padding: 30px 0 30px 25px !important
	}
	.rtl .top-header .header-dropdown .mobile-account, .rtl .top-header .header-dropdown .mobile-wishlist {
		right: unset;
		left: 32%
	}
	.rtl .top-header .header-dropdown .mobile-account .onhover-show-div, .rtl .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
		right: 0
	}
	.rtl .top-header .header-dropdown .mobile-wishlist {
		right: unset;
		left: 64%
	}
}

body.rtl {
	direction: rtl
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p {
	text-align: right
}

.rtl .product-notification .close {
	left: 13px
}

.rtl .slick-slider {
	direction: ltr
}

.rtl .slick-slide {
	float: left
}

.rtl .product-notification .media .mr-2 {
	margin-right: 0 !important;
	margin-left: 0.5rem
}

.rtl .product-notification .media .media-body {
	text-align: right
}

.rtl ul {
	-webkit-padding-start: 0
}

.rtl .pixelstrap ul {
	left: unset !important;
	right: unset
}

.rtl .slider-layout-4 .slider-slide {
	margin-left: 0;
	margin-right: 275px
}

.rtl .layout-4-collection>div:first-child {
	margin-left: 0;
	margin-right: 275px
}

.rtl .mr-3 {
	margin-right: 0 !important;
	margin-left: 5px
}

.rtl .input-group-prepend {
	margin-right: 0
}

.rtl .offset-md-3, .rtl .offset-lg-2, .rtl .offset-xl-3, .rtl .offset-lg-3, .rtl .offset-md-2 {
	margin: 0 auto
}

.rtl .title1 h1, .rtl .title1 h2, .rtl .title1 h3, .rtl .title1 h4, .rtl .title1 h5, .rtl .title1 h6, .rtl .title2 h1, .rtl .title2 h2, .rtl .title2 h3, .rtl .title2 h4, .rtl .title2 h5, .rtl .title2 h6, .rtl .title3 h1, .rtl .title3 h2, .rtl .title3 h3, .rtl .title3 h4, .rtl .title3 h5, .rtl .title3 h6, .rtl .title4 h1, .rtl .title4 h2, .rtl .title4 h3, .rtl .title4 h4, .rtl .title4 h5, .rtl .title4 h6 {
	text-align: center
}

.rtl .setting-box {
	direction: ltr
}

.rtl .setting-box h1, .rtl .setting-box h2, .rtl .setting-box h3, .rtl .setting-box h4, .rtl .setting-box h5, .rtl .setting-box h6, .rtl .setting-box p {
	text-align: left
}

.rtl .brand-logo img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl[dir="rtl"] .slick-slide {
	float: left
}

.rtl .effect-cls:before, .rtl .effect-cls:after {
	right: 0
}

.rtl .cart-section .wishlist-buttons, .rtl .wishlist-section .wishlist-buttons {
	text-align: left
}

.rtl .category-block .category-details h6 {
	text-align: center
}

.rtl .offer-slider .slick-slide>div {
	direction: rtl
}

.rtl .tools-parallax-product .tools-description .tools-form .search-button {
	text-align: right
}

.rtl .typo-content.typo-buttons {
	text-align: right
}

.rtl .typography_section .typography-box .headings {
	text-align: right
}

.rtl .typography_section .typography-box ul, .rtl .typography_section .typography-box ol, .rtl .typography_section .typography-box dl {
	text-align: right
}

.rtl .typography_section .typography-box ol {
	-webkit-padding-start: 0px;
	padding-inline-start: 0px
}

.rtl .typography_section .typography-box .typo-content.input_button {
	text-align: right
}

.rtl .absolute_banner .collection-banner .absolute-contain h3, .rtl .absolute_banner .collection-banner .absolute-contain h4 {
	text-align: center
}

.rtl .absolute-product .product-box .product-detail .rating, .rtl .absolute-product .product-box .product-detail h4, .rtl .absolute-product .product-box .product-detail h6, .rtl .absolute-product .product-box .product-detail .color-variant {
	text-align: center
}

.rtl .product-box, .rtl .product-wrap {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: middle
}

.rtl .product-box .img-wrapper .front, .rtl .product-wrap .img-wrapper .front {
	text-align: right;
	left: unset;
	right: 0
}

.rtl .product-box .img-wrapper .back, .rtl .product-wrap .img-wrapper .back {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	text-align: right;
	left: unset;
	right: 0
}

.rtl .product-box:hover .img-wrapper .back, .rtl .product-wrap:hover .img-wrapper .back {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media {
	padding-right: 0;
	padding-left: 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
	padding: 0 0 0 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
	text-align: right
}

.rtl .form_search button {
	left: 5px;
	right: unset
}

.rtl .j-box .product-box .product-detail {
	padding-left: 0;
	padding-right: 15px
}

.rtl .gym-product .product-box .product-detail h6, .rtl .gym-product .product-box .product-detail h4 {
	text-align: center
}

.rtl .search-overlay>div .closebtn {
	right: unset;
	left: 25px
}

.rtl .pwd-page h2 {
	text-align: center
}

.rtl .product-box .color-variant, .rtl .product-wrap .color-variant {
	-webkit-padding-start: 0
}

.rtl .product-box .product-info h4, .rtl .product-box .product-info h6, .rtl .product-wrap .product-info h4, .rtl .product-wrap .product-info h6 {
	text-align: center
}

.rtl .product-box .product-detail .rating, .rtl .product-wrap .product-detail .rating {
	text-align: right
}

.rtl .product-box .product-detail .color-variant, .rtl .product-wrap .product-detail .color-variant {
	text-align: right;
	padding: 0;
	padding-top: 15px
}

.rtl .product-box .product-detail .color-variant li:first-child, .rtl .product-wrap .product-detail .color-variant li:first-child {
	margin-right: 0
}

.rtl .product-box .img-block .label-wrapper .label1, .rtl .product-wrap .img-block .label-wrapper .label1 {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.rtl .product-box .img-block .label-wrapper .label2, .rtl .product-wrap .img-block .label-wrapper .label2 {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.rtl .product-box .img-wrapper .label-block .label3, .rtl .product-wrap .img-wrapper .label-block .label3 {
	left: unset;
	right: 7px
}

.rtl .product-box .img-wrapper .label-block .label4, .rtl .product-wrap .img-wrapper .label-block .label4 {
	left: 7px;
	right: unset
}

.rtl .product-box .cart-detail, .rtl .product-wrap .cart-detail {
	left: 20px;
	right: unset
}

.rtl .product-box .cart-info.cart-wrap, .rtl .product-wrap .cart-info.cart-wrap {
	left: 10px;
	right: unset
}

.rtl .product-box:hover .cart-wrap button, .rtl .product-wrap:hover .cart-wrap button {
	-webkit-animation: fadeInLeft 300ms ease-in-out;
	animation: fadeInLeft 300ms ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(2) i, .rtl .product-wrap:hover .cart-wrap a:nth-child(2) i {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(3) i, .rtl .product-wrap:hover .cart-wrap a:nth-child(3) i {
	-webkit-animation: fadeInLeft 700ms ease-in-out;
	animation: fadeInLeft 700ms ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(4) i, .rtl .product-wrap:hover .cart-wrap a:nth-child(4) i {
	-webkit-animation: fadeInLeft 1000ms ease-in-out;
	animation: fadeInLeft 1000ms ease-in-out
}

.rtl .product-box:hover .cart-detail button, .rtl .product-wrap:hover .cart-detail button {
	-webkit-animation: fadeInLeft 300ms ease-in-out;
	animation: fadeInLeft 300ms ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(2) i, .rtl .product-wrap:hover .cart-detail a:nth-child(2) i {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(3) i, .rtl .product-wrap:hover .cart-detail a:nth-child(3) i {
	-webkit-animation: fadeInLeft 700ms ease-in-out;
	animation: fadeInLeft 700ms ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(4) i, .rtl .product-wrap:hover .cart-detail a:nth-child(4) i {
	-webkit-animation: fadeInLeft 1000ms ease-in-out;
	animation: fadeInLeft 1000ms ease-in-out
}

.rtl .subscribe h4 {
	text-align: center
}

.rtl .subscribe h4 i {
	padding-left: 5px;
	padding-right: 0
}

.rtl .service-block svg {
	margin-left: 12px;
	margin-right: 0
}

.rtl .service-block+.service-block {
	border-right: 1px solid #ddd;
	border-left: none
}

.rtl .blog-details h4, .rtl .blog-details h6 {
	text-align: center
}

.rtl .blog-details a p {
	text-align: center
}

.rtl .instagram h2 {
	text-align: center
}

.rtl .category-block .category-details h5 {
	text-align: center
}

.rtl .category-bg .contain-block h6 {
	text-align: center
}

.rtl .about-text p {
	text-align: center
}

.rtl .full-banner.p-left .banner-contain {
	float: right
}

.rtl .full-banner.p-right .banner-contain {
	float: right
}

.rtl .full-banner.p-center .banner-contain {
	left: 0;
	right: 0;
	margin: 0 auto
}

.rtl .full-banner.p-center .banner-contain h3, .rtl .full-banner.p-center .banner-contain h4 {
	text-align: center
}

.rtl .full-banner.p-center .banner-contain .btn-solid, .rtl .full-banner.p-center .banner-contain .btn-outline {
	float: unset
}

.rtl .full-banner.text-center .banner-contain h2, .rtl .full-banner.text-center .banner-contain h3, .rtl .full-banner.text-center .banner-contain h4 {
	text-align: center
}

.rtl .full-banner.text-left .banner-contain h2, .rtl .full-banner.text-left .banner-contain h3, .rtl .full-banner.text-left .banner-contain h4 {
	text-align: right
}

.rtl .full-banner.text-right .banner-contain h2, .rtl .full-banner.text-right .banner-contain h3, .rtl .full-banner.text-right .banner-contain h4 {
	text-align: right
}

.rtl .theme-card .slick-prev {
	left: 0;
	right: unset
}

.rtl .theme-card .slick-next {
	right: unset;
	left: 25px
}

.rtl .theme-card .offer-slider img {
	padding: 15px 0 15px 15px
}

.rtl .theme-card .offer-slider .media .media-body a h6 {
	margin-left: 61px;
	margin-right: 0
}

.rtl .theme-card .offer-slider .media .media-body .rating {
	text-align: right
}

.rtl .theme-card .offer-slider .media .media-body .rating i {
	padding-left: 5px
}

.rtl .theme-card.card-border h5 {
	padding-left: 0;
	padding-right: 50px
}

.rtl .theme-card.card-border .slick-prev {
	left: 30px
}

.rtl .theme-card.card-border .slick-next {
	left: 50px
}

.rtl .theme-card.card-border .offer-slider img {
	padding: 15px 30px 15px 15px
}

.rtl .theme-card.card-border .offer-slider .slick-slide>div {
	direction: rtl
}

.rtl .background .contain-bg h4 {
	text-align: center
}

.rtl .center-slider:hover .slick-next {
	left: 20px;
	right: unset
}

.rtl .center-slider:hover .slick-prev {
	left: unset;
	right: 20px
}

.rtl .theme-tab .tab-title {
	-webkit-padding-start: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
	padding: 15px
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
	text-align: right
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
	margin-left: 35px;
	margin-right: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
	text-align: right;
	-webkit-padding-start: 0
}

.rtl .beauty-about .about-text p {
	text-align: right
}

.rtl .timer {
	padding-left: 0
}

.rtl .timer span .padding-l {
	padding-left: 0;
	padding-right: 22px
}

.rtl .category-m .category-wrapper h4 {
	text-align: center
}

.rtl .category-m .category-wrapper .category-link {
	-webkit-padding-start: 0
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
	margin-right: 0;
	margin-left: 20px
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
	text-align: right;
	-webkit-padding-start: 0
}

.rtl .compare-page .table-wrapper .table tbody tr th, .rtl .compare-page .table-wrapper .table tbody tr td {
	text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare td {
	text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
	float: right
}

.rtl .product-wrap .product-detail .rating, .rtl .product-wrap .product-detail h4, .rtl .product-wrap .product-detail h6, .rtl .product-wrap .product-detail .color-variant, .rtl .product-wrap .product-info .rating, .rtl .product-wrap .product-info h4, .rtl .product-wrap .product-info h6, .rtl .product-wrap .product-info .color-variant {
	text-align: center
}

.rtl .product-wrap .product-detail .color-variant li, .rtl .product-wrap .product-info .color-variant li {
	margin: 0 2px
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img.mr-3 {
	margin-right: unset !important;
	margin-left: 1rem !important
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
	right: unset;
	left: 0
}

.rtl .main-menu .menu-left .navbar i {
	float: unset
}

.rtl .sitemap_page ul {
	text-align: right
}

.rtl .team .slick-next {
	right: unset;
	left: 20px
}

.rtl .team .slick-prev {
	right: unset;
	left: 0
}

.rtl .team h4, .rtl .team h6 {
	text-align: center
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
	text-align: right
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
	margin-right: 0;
	margin-left: 10px
}

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
	margin: 0 0 0 15px
}

.rtl .blog-page .blog-media .blog-right ul {
	text-align: right
}

.rtl .blog-page .blog-media .blog-right ul li+li {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	border-left: none
}

.rtl .blog-detail-page .blog-detail .post-social {
	text-align: right
}

.rtl .blog-detail-page .blog-detail .post-social li+li {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	border-left: none
}

.rtl .blog-detail-page .blog-advance ul {
	text-align: right
}

.rtl .blog-detail-page .comment-section li img {
	margin-right: 0;
	margin-left: 20px
}

.rtl .blog-detail-page .blog-contact .theme-form label, .rtl .blog-detail-page .blog-contact .theme-form .btn-solid, .rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
	float: right
}

.rtl .cart-section tbody tr td h2, .rtl .cart-section tbody tr td p, .rtl .wishlist-section tbody tr td h2, .rtl .wishlist-section tbody tr td p {
	text-align: center
}

.rtl .cart-section tfoot tr td:first-child, .rtl .wishlist-section tfoot tr td:first-child {
	padding-right: 0;
	padding-left: 10px;
	text-align: left
}

.rtl .cart-section .cart-buttons>div:last-child, .rtl .wishlist-section .cart-buttons>div:last-child {
	text-align: left;
	padding-left: 59px;
	padding-right: 0
}

.rtl .cart-section .cart-buttons>div:first-child .btn-solid, .rtl .cart-section .cart-buttons>div:first-child .btn-outline, .rtl .wishlist-section .cart-buttons>div:first-child .btn-solid, .rtl .wishlist-section .cart-buttons>div:first-child .btn-outline {
	float: right
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
	margin-right: 0;
	margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
	border-right: none;
	border-left: 1px solid #ddd;
	padding-right: 0;
	padding-left: 20px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
	border-right: none;
	border-left: 1px solid #ddd;
	padding: 20px;
	background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
	border-right: none;
	border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
	padding: 20px;
	background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
	left: unset;
	right: 0
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup, .rtl .collection-product-wrapper .product-top-filter .popup-filter .th {
	border-right: none;
	border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
	border-right: none
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
	float: right
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
	margin-right: 0;
	margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
	background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	text-align: right;
	background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	text-align: right
}

.rtl .metro-block .product-box .product-imgbox .product-detail {
	text-align: center
}

.rtl .product-wrapper-grid.list-view .product .product-box .product-detail.detail-center {
	padding-right: 25px;
	padding-left: 0
}

.rtl .qty-box .input-group span button {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.rtl .product-pagination .product-search-count-bottom {
	padding-right: 0;
	padding-left: 15px
}

.rtl .product-pagination .pagination .page-item a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.rtl .custom-control-label:after {
	right: -1.5rem;
	left: unset
}

.rtl .contact-page .theme-form label {
	float: right
}

.rtl .contact-page .theme-form .btn-solid, .rtl .contact-page .theme-form .btn-outline {
	float: right
}

.rtl .contact-page .contact-right ul li {
	padding-right: 150px;
	padding-left: 0
}

.rtl .contact-page .contact-right ul li .contact-icon {
	left: unset;
	border-left: 1px solid #ddd;
	border-right: 0;
	right: 0
}

.rtl .contact-page .contact-right ul li .contact-icon h6 {
	text-align: center
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
	float: right;
	text-align: right
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
	right: unset;
	left: 20px
}

.rtl .login-page .theme-card {
	text-align: right
}

.rtl .login-page .theme-card .theme-form label {
	float: right
}

.rtl .register-page .theme-card .theme-form label {
	float: right
}

.rtl .image-swatch {
	text-align: right
}

.rtl .product-right .color-variant {
	text-align: center
}

.rtl .product-right .rating {
	text-align: right
}

.rtl .product-right.product-form-box h4, .rtl .product-right.product-form-box h3, .rtl .product-right.product-form-box h6 {
	text-align: center
}

.rtl .product-right .product-icon .product-social li {
	padding-right: 0;
	padding-left: 30px
}

.rtl .product-right .product-icon .wishlist-btn i {
	border-left: none;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	padding-right: 10px;
	margin-right: 5px
}

.rtl .product-right .product-icon .wishlist-btn span {
	padding-left: 0;
	padding-right: 10px
}

.rtl .product-right .payment-card-bottom {
	text-align: right
}

.rtl .product-right .payment-card-bottom ul li {
	padding-right: 0;
	padding-left: 10px
}

.rtl .single-product-tables {
	text-align: right
}

.rtl .single-product-tables.detail-section {
	text-align: right
}

.rtl .tab-product .theme-form input, .rtl .product-full-tab .theme-form input {
	text-align: right
}

.rtl .tab-product .tab-content .theme-form .media .ml-3, .rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
	margin-left: 0 !important;
	margin-right: 1rem !important
}

.rtl .theme-form {
	text-align: right
}

.rtl .collection .collection-block .collection-content h3, .rtl .collection .collection-block .collection-content h4, .rtl .collection .collection-block .collection-content p {
	text-align: center
}

.rtl .product-right-slick .slick-next, .rtl .product-slick .slick-next {
	right: unset;
	left: 1px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.rtl .product-right-slick .slick-prev, .rtl .product-slick .slick-prev {
	left: unset;
	right: 1px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.rtl .product-right-slick:hover .slick-next, .rtl .product-slick:hover .slick-next {
	right: unset;
	left: 20px
}

.rtl .product-right-slick:hover .slick-prev, .rtl .product-slick:hover .slick-prev {
	left: unset;
	right: 20px
}

.rtl .collection-wrapper .product-right .product-buttons {
	text-align: center
}

.rtl .collection-wrapper .product-right .size-box {
	text-align: center
}

.rtl .collection-wrapper .product-right .size-box ul li {
	margin-right: 0;
	margin-left: 10px
}

.rtl .collection-wrapper .product-right .product-description h6 span {
	float: left
}

.rtl .collection-mobile-back span i {
	float: left
}

.rtl .collection-collapse-block .collapse-block-title:after {
	left: -3px;
	right: unset
}

.rtl .collection-filter-block .product-service .media .media-body {
	padding-right: 10px;
	padding-left: 0
}

.rtl .collection-sidebar-banner {
	text-align: right
}

.rtl .tab-border .nav-border {
	border-right: 0;
	border-left: 1px solid #ddd
}

.rtl .product-pagination .pagination .page-item.active a {
	border-right: none
}

.rtl .custom-control {
	padding-left: 0;
	padding-right: 1.5rem
}

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
	text-align: right
}

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
	text-align: right
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
	left: 10px;
	right: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
	left: 17px;
	right: unset
}

.rtl .custom-control-label:before {
	right: -1.5rem;
	left: 0
}

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
	padding-right: 15px;
	padding-left: 0
}

.rtl .main-menu .menu-right {
	float: left
}

.rtl .search-overlay>div .overlay-content button {
	right: unset;
	left: 10px
}

.rtl .dark-layout h2 {
	text-align: center
}

.rtl .dark-layout .footer-contant p {
	text-align: center
}

.rtl .subscribe-form.classic-form .form-control {
	margin-left: 0;
	margin-right: 15px
}

.rtl .rtl-text .product-right .color-variant, .rtl .rtl-text .product-right .size-box, .rtl .rtl-text .product-right .product-buttons, .rtl .rtl-text .product-right .border-product {
	text-align: right
}

.rtl .search-block .form-header .input-group i {
	padding-right: 0;
	padding-left: 10px
}

.rtl .payment-box .payment-options li .radio-option {
	text-align: right
}

.rtl .payment-box .payment-options li .radio-option label {
	padding-right: 30px;
	padding-left: 0
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"] {
	right: 0;
	left: unset
}

.rtl .order-box .total li .count {
	text-align: right
}

.rtl .order-box .sub-total .shipping {
	text-align: right
}

.rtl .order-box .sub-total .shopping-option label {
	padding-left: 0;
	padding-right: 10px
}

.rtl .order-box .sub-total li .count {
	text-align: right
}

.rtl .order-box .qty li span {
	text-align: right
}

.rtl .order-box .title-box span {
	text-align: right
}

.rtl .error-section h1, .rtl .error-section h2 {
	text-align: center
}

.rtl .dashboard .box .box-title>a {
	right: unset;
	left: 0
}

.rtl .dashboard .box address {
	text-align: right
}

.rtl .success-text h2, .rtl .success-text p {
	text-align: center
}

.rtl .product-order .product-order-detail {
	text-align: right
}

.rtl .product-order .final-total h3 span {
	float: left
}

.rtl .delivery-sec h2, .rtl .delivery-sec h3 {
	text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
	text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6, .rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4 {
	text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
	text-align: center
}

.rtl .add_to_cart .cart-inner .cart_top .close-cart {
	margin-right: auto;
	margin-left: unset
}

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
	left: 0;
	right: unset
}

.rtl .payment-box .payment-options li .radio-option label img {
	margin-right: -30px;
	margin-left: 0
}

.rtl .checkout-page .checkout-form select {
	background: url(../images/dropdown.png) no-repeat 3%
}

.rtl .compare-section .compare-part .detail-part .title-detail h5 {
	text-align: center
}

.rtl .dashboard-left .block-content ul li:hover {
	padding-right: 10px;
	padding-left: 0
}

.rtl .j-box .product-box .cart-info.cart-wrap, .rtl .j-box .product-wrap .cart-info.cart-wrap {
	left: 0;
	right: 0
}

.rtl .j-box .product-box .cart-info a {
	border-right: 1px solid #ddd;
	border-left: none
}

.rtl .product-m .slick-slide>div {
	direction: rtl
}

.rtl .detail-cannabis .detail_section h4, .rtl .detail-cannabis .detail_section p {
	text-align: center
}

.rtl .tools-grey .product-box.product-wrap .cart-info.cart-wrap {
	left: 0;
	right: 0
}

.rtl .tab-left .theme-tab .left-side .tab-title {
	margin-left: 100px;
	text-align: right;
	margin-right: 0
}

.rtl .review-page .comnt-sec {
	text-align: right
}

.rtl .review-page .comnt-sec li {
	margin-right: 0;
	margin-left: 15px
}

.rtl .review-page .comnt-sec li a i {
	margin-right: 0;
	margin-left: 5px
}

.rtl .template-password #container #login h2 {
	text-align: center
}

.rtl .template-password #container #login .theme-form {
	text-align: center
}

.rtl .template-password #container #login .theme-form h3 {
	text-align: center
}

.rtl .template-password #container #powered p {
	text-align: center
}

.rtl .ribbon-1 {
	right: 14px;
	left: unset
}

.rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 {
	text-align: center
}

.rtl .theme-slider .slider-banner .slider-banner-contain h4, .rtl .theme-slider .slider-banner .slider-banner-contain h2, .rtl .theme-slider .slider-banner .slider-banner-contain h5, .rtl .theme-slider .slider-banner .slider-banner-contain h3, .rtl .theme-slider .slider-banner .slider-banner-contain h1 {
	text-align: left
}

.rtl .theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h4, .rtl .theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h1 {
	text-align: center
}

.rtl .product .product-box .product-detail .detail-title {
	direction: rtl
}

.rtl .product .product-box .product-detail .detail-title .detail-right {
	text-align: left
}

.rtl .product .product-box .product-detail .detail-title .detail-left {
	text-align: right
}

.rtl .product .product-box .product-detail.detail-center .detail-title .detail-right .price {
	margin-right: 10px;
	margin-left: 0
}

.rtl .product .product-box .product-detail.detail-center1 h6 {
	text-align: center
}

.rtl .masonory-banner .masonary-banner-main .masonary-banner-contant h2, .rtl .masonory-banner .masonary-banner-main .masonary-banner-contant h5 {
	text-align: center
}

.rtl .masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: 70px;
	margin-right: 0;
	padding: 20px
}

.rtl .discount-banner .discount-banner-contain h2 {
	text-align: center
}

.rtl .discount-banner .discount-banner-contain h1 {
	text-align: center
}

.rtl .contact-banner .contact-banner-contain .contact-banner-img img {
	margin-left: 25px;
	margin-right: 0
}

.rtl .contact-banner .contact-banner-contain .contact-banner-img img:hover {
	-webkit-animation: fade_out;
	animation: fade_out
}

.rtl .contact-banner .contact-banner-contain h3 {
	margin-right: 0;
	margin-left: 25px
}

.rtl .media-banner .media-banner-box .media .media-body .media-contant {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 0;
	margin-right: 15px
}

.rtl .gift-dropdown.dropdown-menu .media .mr-3 {
	margin-right: 0;
	margin-left: 15px
}

.rtl .collection-banner .collection-banner-main .collection-banner-contain h1, .rtl .collection-banner .collection-banner-main .collection-banner-contain h2, .rtl .collection-banner .collection-banner-main .collection-banner-contain h3, .rtl .collection-banner .collection-banner-main .collection-banner-contain h4, .rtl .collection-banner .collection-banner-main .collection-banner-contain h5, .rtl .collection-banner .collection-banner-main .collection-banner-contain h6 {
	text-align: right
}

.rtl .collection-banner .collection-banner-main .collection-banner-contain .shop {
	text-align: right
}

.rtl .collection-banner .collection-banner-main .collection-img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .collection-banner .collection-banner-main.banner-3 h4 {
	text-align: center
}

.rtl .collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3, .rtl .collection-banner .collection-banner-main.banner-5 .collection-banner-contain .shop, .rtl .collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
	text-align: center
}

.rtl .collection3>div:last-child {
	padding-left: 0;
	padding-right: 0
}

.rtl .collection4>div:last-child {
	padding-left: 15px;
	padding-right: 0
}

.rtl .collection4>div:first-child {
	padding-right: 15px
}

.rtl .box-category .box-category-contain h4 {
	text-align: center
}

.rtl .blog .blog-contain .blog-img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .blog .blog-contain .blog-details {
	text-align: right
}

.rtl .blog .blog-contain .blog-details h4 {
	text-align: right !important
}

.rtl .blog .blog-contain .blog-details-2 ul {
	text-align: right;
	direction: rtl
}

.rtl .blog .blog-contain .blog-details-2 ul li a i {
	margin-right: 0;
	margin-left: 10px
}

.rtl .blog .blog-contain .blog-details-2 ul li:first-child {
	margin-right: 0;
	margin-left: 30px
}

.rtl .services .service-block .media svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 0
}

.rtl .testimonial .testimonial-contain .media {
	direction: rtl
}

.rtl .testimonial .testimonial-contain .media .testimonial-img img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .testimonial .testimonial-contain .media .media-body {
	margin: 20px 40px 0 0
}

.rtl .newsletter .news-leble {
	padding-right: 0;
	padding-left: 35px;
	border-left: 1px solid #ddd;
	border-right: 0
}

.rtl .newsletter .news-leble .news-text {
	margin-left: 0;
	margin-right: 25px
}

.rtl .instagram .insta-contant .insta-sub-contant .insta-title h4 span {
	margin-left: 10px;
	margin-right: 0
}

.rtl .instagram .insta-contant1 .insta-sub-contant1 .insta-title h4 {
	text-align: center
}

.rtl .instagram .insta-contant1 .insta-sub-contant1 .insta-title h4 span {
	margin-left: 10px;
	margin-right: 0
}

.rtl .instagram .insta-contant2 .insta-sub-contant2 .insta-title h4 span {
	margin-left: 10px;
	margin-right: 0
}

.rtl .breadcrumb-main .breadcrumb-contain ul li {
	margin-right: 15px
}

.rtl .breadcrumb-main .breadcrumb-contain ul li:first-child {
	margin-right: 0
}

.rtl .breadcrumb-main .breadcrumb-contain h2 {
	text-align: center
}

.rtl .hot-deal .hot-deal-contain, .rtl .hot-deal .hot-deal-contain1 {
	direction: rtl
}

.rtl .hot-deal .hot-deal-contain .hot-deal-center .rating, .rtl .hot-deal .hot-deal-contain1 .hot-deal-center .rating {
	text-align: right
}

.rtl .hot-deal .hot-deal-contain .hot-deal-center .price, .rtl .hot-deal .hot-deal-contain1 .hot-deal-center .price {
	text-align: right
}

.rtl .hot-deal .hot-deal-contain .hot-deal-center .timer span:first-child, .rtl .hot-deal .hot-deal-contain1 .hot-deal-center .timer span:first-child {
	margin-right: 0
}

.rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img:last-child {
	margin: unset
}

.rtl .hot-deal .slick-prev {
	left: 25px;
	right: unset
}

.rtl .hot-deal .slick-next {
	left: 50px;
	right: unset
}

.rtl .hot-1>div:first-child {
	padding-left: 0
}

.rtl .hot-1>div:last-child {
	padding-right: 0
}

.rtl .hot-4:first-child .pr-lg-0 {
	padding-left: 0;
	padding-right: 15px
}

.rtl .hot-4:first-child:last-child .p-l-md-0 {
	padding-right: 0;
	padding-left: 15px
}

.rtl .Jewellery-banner h6 {
	text-align: center
}

.rtl .layout-3-hotdeal>div:first-child {
	padding-right: 15px;
	padding-left: 0
}

.rtl .layout-3-hotdeal>div:nth-child(2) {
	padding-right: 15px;
	padding-left: 0
}

.rtl .layout-3-hotdeal>div:nth-child(4) {
	padding-left: 15px;
	padding-right: 0
}

.rtl .top-header .top-header-right .language-block {
	margin-left: 0;
	margin-right: 35px
}

.rtl .top-header .top-header-right .language-block .language-dropdown .language-dropdown-click i {
	margin-left: 0;
	margin-right: 10px
}

.rtl .top-header .top-header-right .language-block .curroncy-dropdown {
	margin-left: 0;
	margin-right: 30px
}

.rtl .top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-click i {
	margin-right: 10px;
	margin-left: 0
}

.rtl .top-header .top-header-right .top-menu-block ul li:first-child {
	margin-right: 0
}

.rtl .top-header .top-header-right .top-menu-block ul li:last-child {
	margin-right: 20px
}

.rtl .top-header .top-header-left .app-link ul li {
	margin-right: 10px;
	margin-left: 0
}

.rtl .top-header .top-header-left .shpping-order {
	margin-left: 35px;
	margin-right: 0
}

.rtl .layout-header1 .main-menu-block .menu-right .icon-nav {
	margin-left: 0;
	margin-right: 20px
}

.rtl .layout-header1 .main-menu-block .menu-right .icon-nav .cart-block {
	margin-left: 0;
	margin-right: 20px
}

.rtl .layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-wishlist a i {
	margin-right: 0;
	margin-left: 8px
}

.rtl .category-header .navbar-menu .category-left .nav-block {
	margin-right: 0;
	margin-left: 5px
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	margin-right: 16px
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left ul li {
	text-align: right
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left ul li img {
	margin-right: 0;
	margin-left: 10px
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left .mor-slide-click {
	text-align: right
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left .mor-slide-click a i {
	float: left
}

.rtl .category-header .navbar-menu .category-right .contact-block {
	margin-left: 0;
	margin-right: 20px
}

.rtl .category-header .navbar-menu .category-right .contact-block span {
	margin-left: 0
}

.rtl .category-header .navbar-menu .category-right .contact-block span span {
	margin-right: 15px;
	margin-left: 15px
}

.rtl .category-header .navbar-menu .category-right .gift-block {
	margin-right: 15px;
	margin-left: 0
}

.rtl .category-header .navbar-menu .category-right .gift-block .gift-offer {
	margin-right: 10px
}

.rtl .category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	margin-right: 10px
}

.rtl .category-header-2 .navbar-menu .category-left .nav-block .nav-left ul {
	text-align: right
}

.rtl .category-header-2 .navbar-menu .category-left .nav-block .nav-left ul li img {
	margin-left: 10px;
	margin-right: 0
}

.rtl .category-header-2 .navbar-menu .category-left .nav-block .nav-left .mor-slide-click a i {
	float: left
}

.rtl .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
	padding-right: 0;
	padding-left: 20px
}

.rtl .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist a i {
	margin-right: 0;
	margin-left: 8px
}

.rtl .category-header-2 .navbar-menu .category-right .contact-block span {
	margin-left: 0
}

.rtl .category-header-2 .navbar-menu .category-right .contact-block span span {
	margin-right: 15px;
	margin-left: 15px
}

.rtl .category-header-2 .navbar-menu .category-right .gift-block .gift-offer {
	margin-left: 0;
	margin-right: 10px
}

.rtl .layout-header2 .main-menu-block .logo-block {
	margin-left: 45px;
	margin-right: 0
}

.rtl .layout-header2 .main-menu-block .logo-block img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .layout-header2 .main-menu-block .cart-block {
	margin-right: 30px;
	margin-left: 0
}

.rtl .layout-header2 .main-menu-block .cart-block .cart-item {
	margin-left: 0;
	margin-right: 15px
}

.rtl .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span {
	border-right: none
}

.rtl .layout-header3 .pixelstrap ul {
	right: unset
}

.rtl .layout-header3 .link-section {
	float: none;
	padding-left: 20px
}

.rtl .layout-header3 .link-section h5 {
	text-align: left
}

.rtl .layout-header3 .main-menu .menu-left .nav-block .nav-left .navbar h5 {
	margin-right: 16px
}

.rtl .layout-header3 .main-menu .menu-left .nav-block .nav-left ul {
	text-align: right
}

.rtl .layout-header3 .main-menu .menu-left .nav-block .nav-left ul li img {
	margin-left: 10px;
	margin-right: 0
}

.rtl .layout-header3 .main-menu .menu-left .nav-block .nav-left ul .mor-slide-click a i {
	float: left
}

.rtl .layout-header3 .main-menu .menu-left .logo-block img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .layout-header3 .main-menu .menu-right .input-block .input-box {
	margin-right: 30px;
	margin-left: 0
}

.rtl .layout-header3 .main-menu .menu-right .gift-block {
	margin-left: 0
}

.rtl .layout-header3 .main-menu .menu-right .gift-block .gift-offer {
	margin-left: 0;
	margin-right: 10px
}

.rtl .layout-header3 .main-menu .menu-right .icon-block {
	margin-left: 0;
	margin-right: 45px
}

.rtl .layout-header3 .main-menu .menu-right .icon-block ul li:first-child {
	padding-right: 0;
	padding-left: 20px
}

.rtl .layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist a i {
	padding-right: 0;
	padding-left: 8px
}

.rtl .layout-header3 .main-menu .menu-right .icon-block .input-box .big-deal-form .input-group select {
	border-right: 1px solid #ddd
}

.rtl .category-header-4 .navbar-menu .category-right .gift-block {
	margin-left: 0;
	margin-right: 15px
}

.rtl .category-header-4 .navbar-menu .category-right .gift-block .gift-offer {
	margin-right: 10px;
	margin-left: 0
}

.rtl .category-header-4 .navbar-menu .category-left .nav-block {
	margin-left: 30px;
	margin-right: 0
}

.rtl .category-header-4 .navbar-menu .category-left .nav-block:before {
	left: 100%
}

.rtl .category-header-4 .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	margin-right: 15px
}

.rtl .category-header-4 .navbar-menu .category-left .nav-block .nav-left li {
	text-align: right
}

.rtl .category-header-4 .navbar-menu .category-left .nav-block .nav-left li a i {
	margin-right: 0;
	margin-left: 15px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .layout-header4 .icon-block ul li {
	margin-left: 25px;
	margin-right: 0
}

.rtl .layout-header4 .icon-block ul li:last-child {
	margin-left: 0
}

.rtl .layout-header4 .contact-block .desc-nav-block .mobile-user {
	margin-right: 40px;
	margin-left: 0
}

.rtl .layout-header4 .contact-block .desc-nav-block .contact-item {
	margin-right: 10px
}

.rtl .layout-header4 .logo-block img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .cart-hover-div .cart-show-div.right {
	left: 0
}

.rtl .cart-hover-div .cart-show-div li .media img {
	margin-right: 0;
	margin-left: 20px
}

.rtl .onhover-dropdown .onhover-show-div li {
	text-align: right
}

.rtl .full-banner.p-left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.rtl .sub-footer .payment-card-bottom ul li:last-child {
	margin-left: 0
}

.rtl .sub-footer .payment-card-bottom ul li:first-child {
	margin-left: 15px
}

.rtl .footer-link {
	border-left: 1px solid #ddd;
	border-right: none;
	text-align: right
}

.rtl .sosiyal li:first-child {
	margin-right: 0
}

.rtl .sosiyal li:last-child {
	margin-right: 10px
}

.rtl .app-link-block .app-link-bloc-contain .app-item-group .app-item:first-child {
	margin-right: 0
}

.rtl .app-link-block .app-link-bloc-contain .app-item-group .app-item:last-child {
	margin-right: 15px
}

.rtl .footer-1 .logo-contain .logo-detail:before {
	right: 0;
	left: unset
}

.rtl .footer-1 .logo-contain .logo-detail p {
	margin-right: 45px;
	margin-left: 0
}

.rtl .footer-1 .logo-contain .logo-block {
	text-align: right
}

.rtl .footer-1 .logo-contain .logo-block img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .footer-1 .footer-box .footer-sub-box.footer-contant-box {
	margin-left: 0;
	margin-right: 80px
}

.rtl .footer-1 .footer-box .footer-sub-box .footer-contant .contact-list {
	text-align: right
}

.rtl .footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li {
	padding-left: 0;
	padding-right: 25px
}

.rtl .footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li i {
	right: 0;
	left: unset
}

.rtl .footer-2 .footer-main-contian .footer-right {
	border-right: 1px solid #ddd;
	border-left: none;
	padding-right: 50px;
	padding-left: 0
}

.rtl .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group .telly {
	border-left: 1px solid #ddd
}

.rtl .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group span {
	border-right: 1px solid #ddd;
	border-left: none
}

.rtl .footer-2 .footer-main-contian .footer-right .account-right {
	text-align: right
}

.rtl .footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li {
	padding-left: 0;
	padding-right: 25px
}

.rtl .footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li i {
	right: 0;
	left: unset;
	margin-left: 10px;
	margin-right: 0
}

.rtl .footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title .according-menu:before {
	left: 0;
	right: unset
}

.rtl .footer-2 .footer-main-contian .footer-left {
	padding-left: 60px;
	padding-right: 0
}

.rtl .footer-2 .footer-main-contian .footer-left .footer-logo {
	text-align: right
}

.rtl .footer-2 .footer-main-contian .footer-left .footer-logo img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .footer-2 .footer-main-contian .footer-left .footer-detail .paymant-bottom {
	text-align: right
}

.rtl .footer-2 .footer-main-contian .footer-left .footer-detail .paymant-bottom li:first-child {
	margin-right: 0
}

.rtl .footer-2 .footer-main-contian .footer-left .footer-detail .paymant-bottom li:last-child {
	margin-right: 15px
}

.rtl .footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group .telly {
	border-left: 1px solid #ddd
}

.rtl .footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group span {
	border-right: 1px solid #ddd;
	border-left: none
}

.rtl .footer-3 .sosiyal-footer .app-link-group .app-item:first-child {
	margin-right: 0
}

.rtl .footer-3 .sosiyal-footer .app-link-group .app-item:last-child {
	margin-right: 15px
}

.rtl .footer-3 .footer-logo {
	text-align: right
}

.rtl .footer-3 .footer-logo .footer-box .footer-contant .paymant-bottom li:last-child {
	margin-right: 15px
}

.rtl .footer-3 .footer-logo .footer-box .footer-contant .paymant-bottom li:first-child {
	margin-right: 0
}

.rtl .footer-3 .footer-logo .footer-box .footer-contant .contact-list li {
	padding-right: 25px;
	padding-left: 0
}

.rtl .footer-3 .footer-logo .footer-box .footer-contant .contact-list li i {
	right: 0;
	left: unset;
	margin-right: 0;
	margin-left: 10px
}

.rtl .footer-3 .footer-logo .footer-box .footer-contant .logo-img img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .footer-3 .footer-logo .footer-box .footer-title .according-menu:before {
	left: 0;
	right: unset
}

.rtl .footer-3 .sub-footer {
	text-align: center
}

.rtl .footer-3 .sub-footer h6 {
	text-align: center
}

.rtl .footer-4 .footer-logo {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .footer-4 .logo-detail p {
	text-align: center
}

.rtl .footer-4 .top-category .footer-box {
	text-align: right
}

.rtl .footer-4 .top-category .footer-box .footer-contant .contact-list li {
	position: relative;
	padding-right: 25px;
	padding-left: 0
}

.rtl .footer-4 .top-category .footer-box .footer-contant .contact-list li i {
	right: 0;
	left: unset
}

.rtl .footer-4 .top-category .footer-box .footer-title .according-menu:before {
	left: 15px;
	right: unset
}

.rtl .theme-slider .custom-container .px-abjust {
	margin-left: 0;
	margin-right: 270px;
	padding-right: 10px;
	padding-left: 10px
}

.rtl .theme-slider .custom-container .offer-banner {
	padding-left: 15px !important;
	padding-right: 0 !important
}

.rtl .category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	margin-right: 0;
	margin-left: 15px
}

.rtl .collection-banner .collection .pl-md-0 {
	padding-left: 15px !important
}

.rtl .collection-banner .collection .p-r-md-0 {
	margin-left: 0;
	margin-right: 270px;
	padding-right: 10px;
	padding-left: 0
}

.rtl .pl-md-0, .rtl .px-md-0 {
	padding-right: 0 !important
}

.rtl .tap-top {
	right: unset;
	left: 30px
}

.cart_media .cart_total {
	position: absolute;
	bottom: 0;
	right: 10px;
	left: 10px;
}

ul.cart_product {
	max-height: calc(100vh - 200px);
}

@media (max-width: 1679px) {
	.rtl .gift-dropdown.dropdown-menu {
		right: unset;
		left: 0 !important
	}
}

@media (max-width: 1470px) {
	.rtl .cart-section .cart-buttons>div:last-child, .rtl .wishlist-section .cart-buttons>div:last-child {
		padding-left: 41px
	}
	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		border-left: none;
		border-right: 1px solid #ddd
	}
	.rtl .collection-product-wrapper .product-filter-content .product-page-filter {
		border-left: 1px solid #ddd;
		border-right: none
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		border-right: 1px solid #ddd;
		padding-right: 20px
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
		text-align: center
	}
	.rtl .product-right .product-icon .product-social li {
		padding-left: 10px
	}
	.rtl .left-sidebar_space {
		padding-right: 0;
		padding-left: 0
	}
	.rtl .category-header .navbar-menu .category-right .gift-block {
		margin-right: 20px
	}
	.rtl .category-header .navbar-menu .category-right .contact-block span span {
		margin-left: 0
	}
	.rtl .category-header-2 .navbar-menu .category-right .contact-block span span {
		margin-right: 0;
		margin-left: 0
	}
	.rtl .cart-hover-div .cart-show-div {
		left: 0 !important;
		right: unset !important
	}
	.rtl .category-header-4 .navbar-menu .category-left .nav-block {
		margin-left: 0
	}
}

@media (max-width: 1366px) {
	.rtl .layout-header3 .main-menu .menu-right .menu-nav {
		margin-left: 0;
		margin-right: 20px
	}
	.rtl .layout-header3 .main-menu .menu-left .logo-block {
		margin-left: 0
	}
	.profile-dropdown .username {
		max-width: 80px;
	}
}

@media (max-width: 1199px) {
	.rtl .collection-banner .collection .p-r-md-0 {
		margin-right: 0
	}
	.rtl .slider-layout-4 .slider-slide {
		margin-right: 0
	}
	.rtl .layout-4-collection>div:first-child {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 15px
	}
	.rtl .theme-slider .custom-container .px-abjust {
		margin-right: 0
	}
	.rtl .hot-4:first-child .pr-lg-0 {
		padding-left: 15px
	}
	.rtl .layout-header3 .link-section h5 {
		text-align: right
	}
	.rtl .cart-section .cart-buttons>div:last-child, .rtl .wishlist-section .cart-buttons>div:last-child {
		padding-left: 17px
	}
	.rtl .tab-border .nav-border {
		border-left: none
	}
	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		padding-right: 20px !important
	}
	.rtl .tab-left .theme-tab .left-side .tab-title {
		text-align: center;
		margin-left: 0
	}
	.rtl .product .product-box .product-detail .detail-title .detail-right .price {
		margin-left: 0;
		margin-right: 10px
	}
	.rtl .layout-header1 .main-menu-block .menu-left .sm-nav-block {
		margin-right: 0;
		margin-left: 15px
	}
	.rtl .layout-header1 .main-menu-block .menu-right .toggle-block {
		margin-right: 15px;
		margin-left: 0
	}
	.rtl .category-header .navbar-menu .category-right .contact-block {
		margin-right: 0
	}
	.rtl .category-header-2 .navbar-menu .category-left .menu-block {
		margin-right: 30px;
		margin-left: 0
	}
	.rtl .category-header-2 .navbar-menu .category-left .nav-block {
		margin-left: 0
	}
	.rtl .category-header-2 .navbar-menu .category-left .icon-block {
		margin-left: 20px
	}
	.rtl .layout-header3 .main-menu .menu-left .sm-nav-block {
		margin-left: 20px;
		margin-right: 0
	}
	.rtl .category-header-4 .navbar-menu .category-left .nav-block {
		margin-left: 20px;
		margin-right: 0
	}
	.rtl .masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
		margin-left: 30px;
		margin-right: 0
	}
}

@media (max-width: 991px) {
	.rtl .tools-parallax-product .tools-description .tools-form .search-button {
		text-align: center
	}
	.rtl .tools-service .service-block+.service-block {
		border-right: none
	}
	.rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
		border-right: none;
		padding-right: 0
	}
	.rtl .contact-page .contact-right ul li {
		padding-right: 0
	}
	.rtl .contact-page .contact-right ul li .contact-icon {
		border-left: none
	}
	.rtl .contact-page .contact-right ul li p {
		text-align: center
	}
	.rtl .rtl-text .product-right .color-variant {
		text-align: center
	}
	.rtl .rtl-text .product-right .size-box {
		text-align: center
	}
	.rtl .rtl-text .product-right .product-buttons {
		text-align: center
	}
	.rtl .rtl-text .product-right .border-product {
		text-align: center
	}
	.rtl .product-accordion .card-header h5 {
		text-align: center
	}
	.rtl .image-swatch {
		text-align: center
	}
	.rtl .product-right h4, .rtl .product-right h2, .rtl .product-right h3, .rtl .product-right p, .rtl .product-right .product-title {
		text-align: center
	}
	.rtl .product-right .detail-section, .rtl .product-right .product-icon {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.rtl .product-right .size-text {
		text-align: right
	}
	.rtl .product-right .product-description .qty-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.rtl .product-right .payment-card-bottom {
		text-align: center
	}
	.rtl .product-right .rating {
		text-align: center
	}
	.rtl .single-product-tables table tr td {
		text-align: center
	}
	.rtl .tab-product {
		padding-top: 30px
	}
	.rtl .collection-product-wrapper .product-filter-content .product-page-filter {
		border-left: none
	}
	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		padding-right: 20px !important
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		padding: 21px 34px 21px 34px
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-right: 1px solid #ddd
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-right: none
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count h5 {
		text-align: center
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		padding: 10px 34px 10px 34px
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		background: none #00baf2
	}
	.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
		margin-left: 5px;
		margin-right: unset
	}
	.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .rating i {
		padding: 0
	}
	.rtl .layout-header4 .icon-block .toggle-nav {
		margin-left: 0;
		margin-right: 20px
	}
	.rtl .layout-header4 .contact-block .sm-nav-block {
		margin-right: 0
	}
	.rtl .layout-header4 .contact-block .desc-nav-block .mobile-user {
		margin-right: 25px
	}
	.rtl .testimonial .testimonial-contain .media .media-body {
		margin-right: 0
	}
	.rtl .testimonial .testimonial-contain .media .media-body p, .rtl .testimonial .testimonial-contain .media .media-body h5 {
		text-align: center
	}
	.rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img:last-child {
		margin: auto
	}
	.rtl .hot-deal .hot-deal-contain .hot-deal-center h5, .rtl .hot-deal .hot-deal-contain .hot-deal-center .rating, .rtl .hot-deal .hot-deal-contain .hot-deal-center p, .rtl .hot-deal .hot-deal-contain .hot-deal-center .price, .rtl .hot-deal .hot-deal-contain .hot-deal-center .timer {
		text-align: center
	}
	.rtl .deal-banner .deal-banner-containe h2 {
		text-align: center
	}
	.rtl .deal-banner .deal-banner-containe h1 {
		text-align: center
	}
	.rtl .footer-2 .footer-main-contian .footer-right {
		border-right: none;
		padding-right: 0
	}
	.rtl .footer-1 .logo-contain .logo-block {
		text-align: center
	}
	.rtl .footer-1 .logo-contain .logo-block p {
		margin-right: 0
	}
	.rtl .footer-1 .logo-contain .logo-detail p {
		margin-right: 0
	}
	.rtl .footer-1 .footer-box .footer-sub-box.footer-contant-box {
		margin-right: 0
	}
	.rtl .footer-1 .footer-box .footer-sub-box .footer-contant ul li:last-child {
		margin-right: 15px
	}
	.rtl .footer-1 .footer-box .footer-sub-box .footer-contant ul li:first-child {
		margin-right: 0
	}
}

@media (max-width: 767px) {
	.search-results-ajax {
		margin-left: 0;
		width: calc(100% - 32px) !important;
	}
	.rtl .service-block svg {
		margin-right: 0
	}
	.rtl .service-block+.service-block {
		border-right: 0
	}
	.rtl .service-block .media .media-body h4, .rtl .service-block .media .media-body p {
		text-align: center
	}
	.rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-right: none;
		border-left: 1px solid #ddd
	}
	.rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
		padding-left: 5px;
		padding-right: 5px
	}
	.rtl .footer-title.active .according-menu:before {
		right: unset;
		left: 2px
	}
	.rtl .footer-title .according-menu:before {
		right: unset;
		left: 2px
	}
	.rtl .footer-end p {
		text-align: center
	}
	.rtl .sub-footer .payment-card-bottom li {
		padding-left: 7px;
		padding-right: 7px
	}
	.rtl .footer-contant li {
		text-align: right
	}
	.rtl .footer-contant .footer-social ul li {
		padding-right: 0;
		padding-left: 25px
	}
	.rtl .full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-left: none;
		border-right: none
	}
	.rtl header.left-header .main-menu .menu-right .icon-nav li {
		padding-right: 15px;
		padding-left: 0
	}
	.rtl .tools-grey .product-box .cart-info .mobile-quick-view {
		margin-left: 0;
		margin-right: 5px
	}
	.rtl .contact-banner .contact-banner-contain .contact-banner-img img {
		margin-left: 0
	}
	.rtl .contact-banner .contact-banner-contain h3 {
		text-align: center;
		margin-left: 0
	}
	.rtl .contact-banner .contact-banner-contain h2 {
		text-align: center
	}
	.rtl .contact-banner .contact-banner-contain .contact-banner-img img {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
	}
	.rtl .banner-3-padding>div:last-child {
		padding-right: 0 !important
	}
	.rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating, .rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center h5, .rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center p, .rtl .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .price {
		text-align: center
	}
	.rtl .footer-1 .footer-box .footer-sub-box .footer-title .according-menu:before {
		left: 15px;
		right: unset
	}
	.rtl .footer-1 .footer-box .footer-sub-box.footer-contant-box {
		margin-right: 0
	}
}

@media (max-width: 577px) {
	.rtl .blog-detail-page .blog-detail .post-social li+li {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		border-right: 1px solid #ddd
	}
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		padding: 10px 34px 10px 34px
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-left: none
	}
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
		left: 25px
	}
	.rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
		left: unset !important;
		right: -118px !important
	}
	.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
		right: unset;
		left: 0 !important
	}
	.rtl .layout-header3 .main-menu .menu-right .menu-nav {
		margin-right: 0
	}
	.rtl .layout-header2 .main-menu-block .logo-block {
		margin-left: 0
	}
}

@media (max-width: 575px) {
	.slider-right-nav.slick-slider {
		width: 50%;
		margin: auto;
	}
	.bg-pblue{
	    background-color: #f7fcfd;
	}
	.slider-nav .slick-slide>div, .rtl-slider-nav .slick-slide>div, .slider-right-nav .slick-slide>div, .rtl-slider-right-nav .slick-slide>div {
		margin: 15px 8px 0 8px;
	}
	.rtl .masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
		margin-left: 0
	}
	.description-data {
		display: flex;
		flex-wrap: wrap;
	}
	.description-data .ml-auto {
		margin-left: unset !important;
	}
	.time, .avl {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.rtl .theme-tab .tab-title2 {
		-webkit-padding-start: 0
	}

	.modal-footer .btn-normal {
    margin: 0px 8px 0;
}
	.rtl .blog-page .blog-media .blog-right ul li+li {
		padding-right: 0;
		margin-right: 0;
		border-right: 0
	}
	.rtl .blog-detail-page .comment-section li p, .rtl .blog-detail-page .comment-section li h6 {
		text-align: center
	}
	.rtl .product-right .product-icon .product-social li {
		padding-left: 16px
	}
	.rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
		text-align: right
	}
	.rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link, .rtl .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
		padding: 15px
	}
}

@media (max-width: 420px) {
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .rating, .rtl .full-box .center-slider .offer-slider .product-box .product-detail h4, .rtl .full-box .center-slider .offer-slider .product-box .product-detail h6, .rtl .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
		text-align: right !important
	}
}

@media (max-width: 360px) {
	.rtl .product-right .product-icon .product-social li {
		padding-left: 7px
	}
	.rtl .banner-timer .timer {
		padding-left: 0;
		padding-right: 20px
	}
	.rtl .banner-timer .timer span {
		width: 50px
	}
}

@media (max-width: 1470px) {
	.custom-container {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		margin-right: auto;
		margin-left: auto
	}
}

@media (min-width: 1470px) {
	.custom-container {
		max-width: 1440px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}
}

@media (min-width: 1680px) {
	.custom-container {
		max-width: 1650px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}
	.container {
		max-width: 1110px
	}
}

@media (max-width: 1679px) {
	.category-header .navbar-menu .category-right .contact-block span {
		font-size: 0
	}
	.gift-dropdown.dropdown-menu {
		width: 300px;
		right: -80px;
		left: unset !important
	}
	.layout-header1~.category-header .gift-dropdown.dropdown-menu {
		right: 20px
	}
	.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li img {
		height: 43.5px
	}
	.theme-slider .offset-xl-2 {
		margin-left: 270px;
		max-width: 64.5%
	}
	.theme-slider .slider-banner .layout2-slide-1 li {
		width: 600px
	}
	.theme-slider .slider-banner .layout2-slide-2 li {
		width: 400px
	}
	.theme-slider .slider-banner .layout2-slide-3 li {
		width: 400px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-1 li {
		right: 50px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-2 li {
		right: 70px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-3 li {
		right: 70px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
		width: 350px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
		width: 400px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
		left: 40px;
		width: 300px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
		right: 40px;
		width: 350px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
		width: 50%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
		width: 45%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
		width: 50%
	}
	.collection-banner .offset-xl-2 {
		margin-left: 270px;
		max-width: 31.2%
	}
	.offer-banner-img {
		height: 100%;
		background-color: #00baf2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain {
		padding: 50px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h3 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h4 {
		font-size: 30px
	}
	.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h1 {
		font-size: 40px
	}
	.collection-banner .collection-banner-main.banner-8 .collection-banner-contain h6 {
		display: none
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 190px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 395px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 190px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 235px
	}
	.instagram .insta-contant1 .insta-sub-contant1 .insta-title {
		padding: 18px 65px
	}
	.top-header .top-header-right .top-menu-block {
		display: none
	}
	.category-header .navbar-menu .category-left {
		width: 60%
	}
	.category-header .navbar-menu .category-left .input-block {
		width: 100%
	}
	.category-header .navbar-menu .category-right .gift-block {
		margin-left: 20px
	}
	.category-header-2 .navbar-menu .category-right .gift-block {
		width: auto
	}
	.category-header-2 .navbar-menu .category-right .gift-block .gift-offer {
		/*display: none */
	}
	.category-header-2 .navbar-menu .category-right .contact-block {
		padding: 20px 15px
	}
	.category-header-2 .navbar-menu .category-right .contact-block i {
		display: none
	}
	.category-header-2 .navbar-menu .category-right .contact-block span {
		font-size: 0;
		margin: 0 auto
	}
	.category-header-2 .navbar-menu .category-right .contact-block span span {
		font-size: 16px
	}
	.layout-header3 .main-menu .menu-right .gift-block {
		display: none
	}
	.category-header-4 .navbar-menu .category-right .gift-block {
		width: auto
	}
	.category-header-4 .navbar-menu .category-right .gift-block .gift-offer {
		display: none
	}
	.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
		padding-bottom: 17px
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%
	}
	.layout-4-collection>div:last-child {
		display: none
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 580px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant {
		padding: 60px 20px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
		margin-right: 20px
	}
	.hot-4>div:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%
	}
	.hot-4>div:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%
	}
	.hot-4>div:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%
	}
	.hot-4 .hot-deal .hot-deal-contain {
		padding: 30px
	}
	.hot-4 .media-banner {
		padding: 20px
	}
	.product-wrapper-grid.list-view .product .product-box .product-imgbox {
		width: 50%
	}
}

@media (max-width: 1470px) {
	.theme-slider .offset-xl-2 {
		max-width: 64%
	}
	.collection-banner .offset-xl-2 {
		max-width: 30.66%
	}
	.instagram .insta-contant1 .insta-sub-contant1 .insta-title {
		padding: 15px 50px
	}
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 30px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h3 {
		/*font-size: 25px*/
	}
	.collection-banner .collection-banner-main .collection-banner-contain h4 {
		/*font-size: 25px*/
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h3 {
		font-size: 22px;
		margin-bottom: 5px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h4 {
		font-size: 32px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain .shop {
		/*margin-top: 25px*/
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain {
		padding: 15px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h3 {
		font-size: 16px;
		margin-bottom: 10px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop a {
		font-size: 12px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
		font-size: 30px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h4 {
		margin-top: 10px;
		margin-bottom: 50px;
		font-size: 16px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h4 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-img {
		height: 240px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3 {
		font-size: 30px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
		font-size: 60px
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 39.5%;
		flex: 0 0 39.5%;
		max-width: 39.5%
	}
	.collection-layout1>div:first-child {
		max-width: 31.5%
	}
	.collection-layout1>div:nth-child(2) {
		max-width: 31%
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		min-width: 320px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain span {
		font-size: 22px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-img {
		height: 350px
	}
	.offer-banner {
		display: none
	}
	.theme-slider .offset-xl-2 {
		max-width: calc(100% - 270px)
	}
	.category-header .navbar-menu .category-right .contact-block span {
		font-size: 0;
		margin-left: 0
	}
	.category-header .navbar-menu .category-right .gift-block {
		margin-left: 45px
	}
	.layout-header3 .main-menu .menu-right .input-block .input-box {
		width: 450px
	}
	.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group {
		height: 50px
	}
	.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group select {
		background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 18px
	}
	.layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group span {
		display: none
	}
	.category-header-4 .navbar-menu .category-right .input-block {
		width: 500px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		width: 100%;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
		width: 20%;
		padding-right: 0 !important;
		border-left: 1px solid #ddd
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		padding: 20px !important;
		padding-left: 0 !important;
		width: 20%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
		display: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		border-right: 1px solid #ddd;
		width: 30%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		width: 30%
	}
	.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
		width: 10%
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		width: 25%
	}
	.cart-section .cart-buttons>div:last-child {
		padding-right: 38px
	}
	.cart-section tbody tr td {
		min-width: 175px
	}
	.cart-section tbody tr td .qty-box .input-group .form-control {
		width: 75px
	}
	.cart-section tfoot tr td {
		padding-right: 41px
	}
	.product-right .product-icon .product-social li {
		padding-right: 10px
	}
}

@media (max-width: 1366px) {
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li:nth-child(2) {
		right: 100px;
		bottom: -90px;
		left: unset
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li:nth-child(2) img, .theme-slider .slider-banner.slide-banner-1 .layout1-slide-2 li:nth-child(2) img, .theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li:nth-child(2) img {
		margin: 0 0 0 auto
	}
	.theme-slider .slider-banner.slide-banner-1 div li img {
		width: 60%
	}
	.theme-slider .slider-banner.slide-banner-5 .layout6-slide-1 li {
		width: 400px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-1 li {
		width: 415px;
		right: 20px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-2 li {
		width: 300px;
		right: 20px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-3 li {
		width: 350px;
		right: 20px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		font-size: 22px;
		min-width: 55px
	}
	.hot-4 .media-banner .media-banner-box .media .media-body .media-contant {
		height: 87px
	}
	.hot-4 .media-banner .media-banner-box .media img {
		border: 1px solid #ddd;
		width: 60px
	}
	.layout-4.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		height: 100px
	}
	.layout-4.hot-deal .hot-deal-contain .hot-deal-center {
		margin-left: 0;
		height: auto
	}
	.Jewellery-banner {
		padding: 30px
	}
	.Jewellery-banner h6 {
		font-size: 25px
	}
	.layout-3-hotdeal .media-banner .media-banner-box .media .media-body .media-contant .rating i {
		font-size: 11px
	}
	.layout-3-hotdeal .media-banner .media-banner-box .media img {
		width: 52px
	}
	.layout-3-hotdeal .hot-deal .hot-deal-contain1 {
		padding: 21px
	}
	.layout-3-hotdeal .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating {
		margin: 0 auto
	}
	.layout-3-hotdeal .media-banner {
		padding: 25px
	}
	.cart-hover-div:hover .cart-show-div.right {
		right: 0
	}
	.cart-hover-div .cart-show-div.right {
		right: 0
	}
	.hot-deal.space-abjust .hot-deal-contain {
		padding: 45px 20px
	}
	.collection-banner .offset-xl-2 {
		max-width: 29.66%
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%
	}
	.collection-layout1>div:first-child {
		max-width: 29.5%
	}
	.collection-layout1>div:nth-child(2) {
		max-width: 29.5%
	}
	.offer-banner {
		display: none
	}
	.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
		padding-bottom: 7px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain {
		padding: 30px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 200px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 175px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 365px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 175px
	}
	.full-banner {
		padding: 150px 0
	}
	.top-header .top-header-right .language-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.top-header .top-header-right .top-menu-block {
		display: none
	}
	.top-header .top-header-left .shpping-order {
		margin-right: 18px
	}
	.category-header .navbar-menu .category-right .contact-block i {
		display: none
	}
	.category-header .navbar-menu .category-right .gift-block {
		margin-left: 40px;
		width: auto
	}
	.category-header-2 .navbar-menu .category-right .contact-block {
		display: none
	}
	.layout-header3 .main-menu .menu-left .logo-block {
		margin-left: 0
	}
	.layout-header3 .main-menu .menu-right .input-block .input-box {
		width: 380px
	}
	.layout-header3 .main-menu .menu-right .menu-nav {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: 20px
	}
	.layout-header3 .main-menu .menu-right .icon-block {
		margin-left: 30px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart {
		margin-left: 20px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul li .cart-item {
		display: none
	}
	.category-header-4 .navbar-menu .category-left .nav-block {
		margin-right: 20px
	}
	.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li {
		padding-bottom: 9px
	}
	.category-header-4 .navbar-menu .category-right .input-block {
		width: 440px
	}
	.category-header-4 .navbar-menu .category-right .gift-block {
		display: none
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-img {
		height: 400px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 500px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h3:before {
		width: 70px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain h3:after {
		width: 70px
	}
	.product-right .timer p span {
		min-width: 65px
	}
	.creative-card {
		border-width: 25px;
		padding: 25px
	}
	.blog-page .blog-media {
		padding: 25px 15px;
		border-width: 25px
	}
	.blog-page .blog-media .blog-right h4 {
		line-height: 1.2;
		margin-bottom: 10px
	}
	.blog-page .blog-media .blog-right h6 {
		margin-bottom: 5px
	}
	.blog-page .blog-media .blog-right ul {
		margin-bottom: 10px
	}
	.blog-page .blog-media .blog-right p {
		line-height: 1.4
	}
	.blog-page .blog-sidebar .theme-card {
		border-width: 25px;
		padding: 25px
	}
	.theme-card {
		border-width: 25px;
		padding: 25px
	}
	.theme-card .offer-slider .media .media-body h4 {
		margin-top: 10px
	}
	.theme-card .offer-slider .media .media-body a h6 {
		margin-right: 0px
	}
	.collection-product-wrapper .product-wrapper-grid .col-lg-3 .product .product-box .product-detail.detail-center .icon-detail button {
		padding: 10px
	}
	.collection-product-wrapper .product-wrapper-grid .col-lg-3 .product .product-box .product-detail.detail-center .icon-detail a i {
		padding: 10px
	}
}

@media (max-width: 1200px) {
	.collection-banner .offset-xl-2 {
		max-width: 26.66%
	}
	.collection-banner .pl-md-0 {
		padding-right: 0
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%
	}
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 25px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h3 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h4 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-img {
		height: 200px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
		font-size: 40px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain .btn-normal {
		padding: 10px 30px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h4 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain .shop {
		margin-top: 15px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-img {
		height: 275px
	}
	.theme-slider .slider-banner .slider-banner-contain {
		padding: 0 70px
	}
	.theme-slider .slider-banner .slider-banner-contain h4 {
		font-size: 18px
	}
	.theme-slider .slider-banner .slider-banner-contain h1 {
		font-size: 45px
	}
	.theme-slider .slider-banner .slider-banner-contain h2 {
		font-size: 24px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 {
		padding-bottom: 5px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h4 {
		font-size: 20px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h2 {
		font-size: 25px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h5 {
		font-size: 16px;
		padding-bottom: 0
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h3 {
		font-size: 32px;
		padding-bottom: 5px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h1 {
		font-size: 42px;
		padding-bottom: 15px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h2 {
		padding-bottom: 18px;
		font-size: 18px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h5 {
		font-size: 16px;
		padding-bottom: 0
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h3 {
		font-size: 32px;
		padding-bottom: 5px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h1 {
		font-size: 42px;
		padding-bottom: 15px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h2 {
		padding-bottom: 18px;
		font-size: 18px
	}
}

@media (max-width: 1300px) {
	.category-header-2 .navbar-menu .category-left .nav-block {
		min-width: 335px;
		margin-left: 0px !important;
		margin-bottom: 0px;
	}
}

@media (max-width: 1199px) {
	.product-right .product-icon .wishlist-btn i {
		padding-left: 15px;
		margin-left: 15px
	}
	.product-right .timer p span {
		min-width: 47px
	}
	.tab-product.tab-exes {
		margin-top: 40px !important
	}
	.mor-slide-open img {
		display: none
	}
	.new-tag {
		position: absolute;
		top: -5px
	}
	.menu-banner {
		display: none
	}
	.layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide>li:nth-last-child(2) {
		border: 0;
		padding: 0
	}
	.hot-4>div:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.hot-4>div:last-child, .hot-4>div:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 7.5px);
		margin-bottom: 15px;
	}
	.hot-4>div:last-child {
		margin-left: 15px
	}
	.theme-slider .offset-xl-2 {
		max-width: 75%;
		margin: 0
	}
	.theme-slider .slider-banner .layout2-slide-1 li {
		width: 550px
	}
	.theme-slider .slider-banner .layout2-slide-2 li {
		width: 340px
	}
	.theme-slider .slider-banner .layout2-slide-3 li {
		width: 380px
	}
	.theme-slider .slider-banner.slide-banner-5 .layout6-slide-1 li {
		width: 350px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
		width: 250px;
		left: 0
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
		width: 250px;
		right: 0
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
		width: 240px;
		left: 20px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
		width: 250px;
		right: 20px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
		width: 55%;
		right: 50px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
		right: 50px;
		width: 50%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
		right: 50px;
		width: 55%
	}
	.layout-header4 .logo-block img {
		height: 50px
	}
	.category-header-4 .sm-nav-btn i {
		color: #fff
	}
	.masonary-banner-block1 .col-sm-6.pl-3 {
		padding-right: 0
	}
	.gutter-15 .masonary-banner-block2 .col-sm-6 {
		padding-left: 0
	}
	.masonary-banner-block.masonary-inner1>div:last-child {
		padding-left: 0
	}
	.layout-3-hotdeal .hot-deal .hot-deal-contain1 {
		margin-top: 15px
	}
	.layout-3-hotdeal .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span {
		font-size: 14px
	}
	.layout-3-hotdeal>div:nth-child(2) {
		padding-right: 15px
	}
	.layout-3-hotdeal>div:nth-child(4) {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 0;
		padding-left: 15px
	}
	.hot-deal.space-abjust .hot-deal-contain {
		padding: 83px 20px
	}
	.collection-banner-main.p-top.banner-6 .collection-img {
		background-size: contain !important;
		background-position: right top !important;
		background-repeat: no-repeat !important;
		background-color: #fff !important
	}
	.layout-4-collection>div:first-child {
		padding-right: 0
	}
	.layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide li.mor-slide-open ul li a {
		display: inline-block
	}
	.category-header-4 .navbar-menu {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset
	}
	.category-header-4 .navbar-menu .category-left .nav-block {
		display: none
	}
	.category-header-4 .navbar-menu .category-right {
		width: 100%
	}
	.category-header-4 .navbar-menu .category-right .input-block {
		width: 80%;
		margin: 0 auto
	}
	.category-header-4 .navbar-menu .category-right .sm-nav-block {
		display: block
	}
	.layout-header4 .contact-block .sm-nav-block {
		display: block
	}
	.collection-banner .pl-md-0 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.collection-banner .offset-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.offer-banner {
		display: inline-block
	}
	.collection-banner .offset-xl-2 {
		margin-left: 0
	}
	.offer-banner-img img {
		height: 400px;
		width: 100%
	}
	.collection-layout1>div {
		max-width: 33.333% !important
	}
	.section-big-pt-space {
		padding-top: 40px
	}
	.section-big-pb-space {
		padding-bottom: 40px
	}
	.section-big-py-space {
		padding: 40px 0
	}
	.section-big-mb-space {
		margin-bottom: 40px
	}
	.section-big-mt-space {
		margin-top: 40px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 170px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 140px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 295px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 140px
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.layout-4-collection>div:first-child {
		margin-left: 0
	}
	.layout-4-collection>div:nth-child(2) {
		padding-right: 15px;
		padding-left: 15px
	}
	.discount-banner .discount-banner-contain {
		padding: 30px
	}
	.title1 {
		padding: 30px 0
	}
	.title3 {
		padding-top: 30px
	}
	.product .product-box .product-imgbox .product-icon.icon-inline button {
		margin: 0 3px
	}
	.product .product-box .product-imgbox .product-icon.icon-inline a {
		margin: 0 3px
	}
	.product .product-box .product-detail .detail-title .detail-left {
		float: unset
	}
	.product .product-box .product-detail .detail-title .detail-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: unset
	}
	.product .product-box .product-detail .detail-title .detail-right .price {
		margin-left: 5px
	}
	.no-slider .product-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 30px);
		margin: 0 15px 30px
	}
	.no-slider.five-product .product-box {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 30px);
		margin: 0 15px 30px
	}
	.no-slider.five-product .product-box:nth-last-child(-n+5) {
		margin: 0 15px 30px
	}
	.no-slider.five-product .product-box:nth-last-child(-n+3) {
		margin: 0 15px 0
	}
	.hot-deal .hot-deal-contain .hot-deal-center {
		margin-left: 15px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer {
		margin-top: 20px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		padding: 15px;
		font-size: 20px;
		margin: 0 3px;
		min-width: 35px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span>span {
		margin-left: 0
	}
	.hot-deal .hot-deal-contain .hot-deal-center h6 {
		margin: 15px 0
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		height: 105px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating {
		margin: 8px 0
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center h5 {
		font-size: 14px;
		line-height: 1.4
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center p {
		margin: 15px 0
	}
	.media-banner {
		padding: 30px 20px
	}
	.slider-layout-4 .slider-slide {
		max-width: 100%;
		margin-left: 0
	}
	.footer-1 .footer-box .footer-sub-box.footer-contant-box {
		margin-left: 50px
	}
	.footer-1 .footer-box .footer-sub-box .footer-title {
		margin-bottom: 15px
	}
	.footer-1 .footer-box .footer-sub-box.account {
		margin-bottom: 20px
	}
	.theme-slider .slider-banner .slider-img {
		height: 400px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-img {
		height: 400px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		padding: 30px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 450px
	}
	.layout-header1 .main-menu-block .menu-left .sm-nav-block {
		display: block
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav {
		margin-left: 0
	}
	.layout-header1 .main-menu-block .menu-right .toggle-block {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: 15px
	}
	.layout-header1 .main-menu-block .menu-right .menu-banner {
		display: none
	}
	.category-header .navbar-menu .category-left {
		width: 53%
	}
	.category-header .navbar-menu .category-left .nav-block {
		display: none
	}
	.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group {
		height: 50px
	}
	.category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group select {
		background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 19px
	}
	.category-header .navbar-menu .category-right .contact-block {
		padding: 15px 0
	}
	.layout-header2 {
		padding: 20px 0px;
	}
	.category-header-2 .navbar-menu .category-left .menu-block .toggle-nav {
		padding-top: 23px;
		padding-bottom: 23px
	}
	.category-header-2 .navbar-menu .category-left .menu-block .toggle-nav i {
		color: #fff
	}
	.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap .dark-menu-item {
		color: #444;
		padding: 10px 15px
	}
	.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav {
		top: -8px
	}
	.category-header-2 .navbar-menu .category-left .icon-block {
		-webkit-box-ordinal-group: 0;
		margin-left: 0
	}
	.category-header-2 .navbar-menu .category-left .nav-block {
		margin-left: 40px
	}
	.category-header-2 .navbar-menu .category-right {
		-webkit-box-ordinal-group: 0;
	}
	.category-header-2 .navbar-menu .category-right .gift-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.category-header-2 .navbar-menu .category-right .gift-block .gift-offer {
		display: block
	}
	.category-header-2 .navbar-menu .category-right .contact-block {
		display: block;
		margin-left: 0;
		padding: 20px
	}
	.category-header-2 .navbar-menu .category-right .contact-block span span {
		font-size: 18px
	}
	.layout-header3 .main-menu .menu-right .menu-nav .toggle-nav {
		display: none
	}
	.layout-header3 .main-menu .menu-left .nav-block {
		display: none
	}
	.layout-header3 .main-menu .menu-left .sm-nav-block {
		display: block
	}
	.layout-header4 {
		padding: 20px 0
	}
	.category-header-4 .navbar-menu .category-left .menu-block .toggle-nav {
		padding-top: 23px;
		padding-bottom: 23px
	}
	.category-header-4 .navbar-menu .category-left .menu-block .toggle-nav i {
		color: #1c3481
	}
	.category-header-4 .navbar-menu .category-left .menu-block .pixelstrap .light-menu-item {
		color: #444;
		padding: 10px 15px
	}
	.category-header-4 .navbar-menu .category-left .menu-block .pixelstrap li .label-nav {
		top: -8px
	}
	.newsletter .subscribe-block .input-group span {
		padding: 0 25px
	}
	.newsletter .subscribe-block .input-group input {
		width: 220px
	}
	.breadcrumb-main {
		/*padding: 50px 0*/
	}
	.theme-card .offer-slider img {
		height: 130px;
		padding-right: 10px
	}
	.theme-card .offer-slider .media .media-body .rating i {
		padding-right: 1px
	}
	.cart-section tbody tr td, .wishlist-section tbody tr td {
		min-width: 186px
	}
	.blog-detail-page .comment-section li {
		padding-top: 45px;
		padding-bottom: 45px
	}
	.product-wrapper-grid.list-view .product-box .img-wrapper, .product-wrapper-grid.list-view .product-box .img-block {
		width: 50%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		width: 100%;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
		width: 20%;
		padding-right: 0 !important;
		border-left: 1px solid #ddd
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		padding: 20px !important;
		padding-left: 0 !important;
		width: 20%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
		display: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		width: 30%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		width: 30%
	}
	.cart-section tbody tr td {
		min-width: 140px
	}
	.cart-section tbody tr td .qty-box .input-group .form-control {
		width: 52px
	}
	.cart-section tfoot tr td {
		padding-right: 25px
	}
	.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
		margin-top: 15px
	}
	.collection-filter-block .product-service .media .media-body h4 {
		font-size: 16px
	}
	.product-right h2 {
		font-size: 20px
	}
	.search-product>div:nth-child(n+4) {
		margin-top: 30px
	}
	.blog-page .blog-media {
		margin-bottom: 20px
	}
	.blog-page .blog-media .blog-right {
		display: block;
		margin-top: 15px
	}
	.blog-page .blog-media .blog-right p {
		line-height: 1.3
	}
	.tab-product .tab-content.nav-material .single-product-tables table {
		width: 50%
	}
	.product-description-box .border-product {
		padding-top: 10px;
		padding-bottom: 15px
	}
	.product-description-box .product-icon .product-social li {
		padding-right: 4px
	}
	.product-description-box .product-icon .wishlist-btn span {
		padding-left: 4px
	}
	.product-form-box .border-product {
		padding-top: 10px;
		padding-bottom: 15px
	}
	.product-form-box .timer span {
		min-width: 48px
	}
	.product-accordion .single-product-tables table {
		width: 70%
	}
	.tab-product .flex-column {
		-webkit-box-orient: unset !important;
		-webkit-box-direction: unset !important;
		-ms-flex-direction: unset !important;
		flex-direction: unset !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.tab-product .nav-material.nav-tabs {
		border-bottom: 1px solid #ddd;
		border-right: 0
	}
	.tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
		background-color: unset
	}
	.tab-border {
		padding-top: 0
	}
	.about-text p {
		margin-bottom: 25px
	}
	.tools-parallax-product.full-banner {
		padding-top: 90px;
		padding-bottom: 90px
	}
	.tools-parallax-product .tools-description h3 {
		font-size: 17px
	}
	.full-box .theme-card .offer-slider img {
		padding: 15px 0 15px 0
	}
	.full-box .theme-card .offer-slider .product-box2 .media img {
		height: 230px
	}
	.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
		margin-top: 5px
	}
	.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
		margin-top: 5px
	}
	.add_to_cart.top, .add_to_cart.bottom {
		left: -300px;
		top: 0;
		height: 100vh;
		width: 300px
	}
	.add_to_cart.top .cart-inner, .add_to_cart.bottom .cart-inner {
		height: 100vh;
		overflow: auto
	}
	.add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
		padding: 20px !important;
		margin-bottom: 20px
	}
	.add_to_cart.top .cart-inner .cart_media, .add_to_cart.bottom .cart-inner .cart_media {
		padding: 0 20px !important;
		display: block
	}
	.add_to_cart.top .cart-inner .cart_media .cart_product, .add_to_cart.bottom .cart-inner .cart_media .cart_product {
		padding: 0;
		width: 100%;
		display: block;
		overflow-y: hidden
	}
	.add_to_cart.top .cart-inner .cart_media .cart_product li, .add_to_cart.bottom .cart-inner .cart_media .cart_product li {
		min-width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-bottom: 10px
	}
	.add_to_cart.top .cart-inner .cart_media .cart_total, .add_to_cart.bottom .cart-inner .cart_media .cart_total {
		padding: 0;
		width: 100%
	}
	.add_to_cart.top.open-side, .add_to_cart.bottom.open-side {
		left: 0
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img {
		height: 350px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img.masonory-img1 {
		height: 715px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant {
		padding: 40px 20px
	}
	.masonary-banner-block1>div:first-child {
		margin-bottom: 12px
	}
	.portfolio-section .portfolio-2 {
		margin-bottom: -30px
	}
	.portfolio-section .portfolio-3 {
		margin-bottom: -15px
	}
}

@media (max-width: 1024px) {
	.creative-card.creative-inner {
		padding: 10px
	}
}

@media (max-width: 992px) {
	.product .product-box .product-imgbox .new-label {
		padding: 2px
	}
}

@media (max-width: 991px) {
	.gift-dropdown.dropdown-menu {
		width: 300px;
		right: -80px;
		left: 0 !important
	}
	.modal-content.quick-view-modal a.btn.btn-normal {
    padding: 10px 12px;
}
	.border-r-b {
    border-bottom: 1px solid #e3e3e3;
    border-right: 0;
    padding-bottom: 10px;
}
	.theme-slider .slider-banner.slide-banner-1 div li img {
		width: 50%
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li:nth-child(2) {
		right: 20px;
		left: unset;
		top: 0
	}
	.theme-slider .slider-banner .layout2-slide-1 li {
		width: 450px
	}
	.theme-slider .slider-banner .layout2-slide-2 li {
		width: 300px;
		bottom: 20px;
		right: 10px
	}
	.theme-slider .slider-banner .layout2-slide-3 li {
		width: 300px;
		bottom: 20px;
		right: 10px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
		width: 200px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
		width: 200px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
		width: 220px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
		width: 220px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain {
		background-color: rgba(255, 255, 255, 0.5)
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
		width: 60%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
		width: 60%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
		width: 65%
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li:nth-child(2) {
		right: 30px
	}
	.layout-header1~.category-header .gift-dropdown.dropdown-menu {
		left: unset !important
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
		display: block;
		text-align: left
	}
	.footer-1 .footer-box .footer-sub-box .footer-contant ul li {
		margin-right: 12px
	}
	.hot-4>div:last-child, .hot-4>div:first-child {
		max-width: calc(50%);
		margin-left: 0
	}
	.layout-3-hotdeal .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating {
		margin: 20px auto
	}
	.hotdeal-right-nav {
		display: block
	}
	.hot-deal .hot-deal-contain .hot-deal-subcontain>div:nth-child(3) {
		position: absolute;
		bottom: 50px;
		right: 5px
	}
	.hot-deal .hot-deal-contain .hot-deal-center {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.hot-1>div:first-child {
		padding-left: 0
	}
	.hot-1>div:last-child {
		padding-left: 0;
		padding-right: 0
	}
	.hot-2>div:nth-child(2) {
		margin-bottom: 15px
	}
	.hot-deal.space-abjust .hot-deal-contain {
		padding: 20px
	}
	.spc-responsive {
		margin-top: 20px
	}
	.offer-banner-img img {
		height: 350px
	}
	.offer-banner .banner-contain h5 {
		font-size: 13px;
		margin-bottom: 10px
	}
	.breadcrumb-main {
		padding: 0px 0;
	}
	.btn-rounded, .btn-white, .btn-normal {
		padding: 12px 40px
	}
	.instagram .insta-contant .insta-sub-contant .insta-title {
		padding: 15px 25px
	}
	.instagram .insta-contant1 .insta-sub-contant1 .insta-title {
		padding: 15px 30px
	}
	.services .service-block>div:last-child .media {
		margin-left: 24px
	}
	.services .service-block>div:first-child {
		padding-bottom: 0
	}
	.services .service-block>div:nth-child(2) {
		padding-bottom: 0
	}
	.brand-panel .brand-panel-box .brand-panel-contain ul li:first-child {
		display: block;
		text-align: center;
		border: 0;
		border-bottom: 2px solid #00baf2;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		margin-bottom: 10px;
		font-size: 16px
	}
	.brand-panel .brand-panel-box .brand-panel-contain ul li:nth-child(2) {
		display: none
	}
	.testimonial .testimonial-contain {
		padding: 30px 0
	}
	.testimonial .testimonial-contain .media {
		display: block
	}
	.testimonial .testimonial-contain .media .testimonial-img {
		margin: 0 auto
	}
	.testimonial .testimonial-contain .media .media-body {
		margin-left: 0;
		text-align: center
	}
	.deal-banner {
		padding: 30px 0
	}
	 #deal-banner {
            background-color: #ff6000;
            padding: 9px 0;
            margin-bottom: 0px;
        }
	.deal-banner .deal-banner-containe {
		text-align: center
	}
	.deal-banner .deal-banner-containe h2 {
		margin-bottom: 10px
	}
	.deal-banner .deal-banner-containe h1 {
		margin-bottom: 15px
	}
	.deal-banner .deal-banner-containe .deal-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.collection5>div {
		margin-top: 15px
	}
	.collection5>div:last-child {
		padding-left: 0;
		padding-right: 15px
	}
	.collection5>div:first-child {
		margin-bottom: 0
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 140px
	}
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 0 20px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h3 {
		font-size: 16px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h4 {
		font-size: 16px
	}
	.collection-banner .collection-banner-main .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h4 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain {
		padding: 0 5px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h3 {
		font-size: 14px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
		font-size: 14px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 130px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
		font-size: 23px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h4 {
		font-size: 14px;
		margin-bottom: 40px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 275px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h3 {
		font-size: 15px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h4 {
		font-size: 17px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 130px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-img {
		height: 150px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3 {
		font-size: 18px;
		margin-bottom: 10px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
		font-size: 32px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain .btn-normal {
		padding: 8px 25px
	}
	.collection-layout3>div:nth-child(2) {
		padding-right: 15px
	}
	.full-banner {
		padding: 100px 0
	}
	.rounded-category {
		padding: 30px 0 15px
	}
	.box-category .box-category-contain {
		padding: 20px 0
	}
	.hot-deal .slick-prev, .hot-deal .slick-next {
		top: 48px
	}
	.hot-deal .hot-deal-contain.deal-abjust .hot-deal-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.hot-deal .hot-deal-contain.deal-abjust .hotdeal-right-nav img {
		height: auto;
		width: 65px
	}
	.hot-deal .hot-deal-contain.deal-abjust .hot-deal-subcontain>div:nth-child(3) {
		position: relative;
		right: unset;
		bottom: unset
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		min-width: 22px;
		padding: 12px
	}
	.hot-deal .hot-deal-contain .hot-deal-center h5 {
		font-size: 16px
	}
	.hot-deal .hot-deal-contain .hot-deal-subcontain>div:nth-child(3) {
		margin-top: 20px
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		height: auto;
		width: 105px
	}
	.hot-deal .hot-deal-contain1 {
		margin-top: 15px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-center {
		text-align: center
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain>div:nth-child(3) {
		margin-top: 20px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-slick-1 .right-slick-img {
		margin-right: 1px
	}
	.Jewellery-banner {
		text-align: center;
		background-color: rgba(255, 255, 255, 0.7);
		background-blend-mode: overlay
	}
	.Jewellery-banner a {
		font-size: 18px
	}
	.Jewellery-banner h6 {
		font-size: 40px
	}
	.app-link-block .app-link-bloc-contain {
		display: inline-grid
	}
	.app-link-block .app-link-bloc-contain .app-item-group {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block {
		margin-top: 20px
	}
	.app-link-block .app-link-bloc-contain .app-item-group h6 {
		margin-left: 0
	}
	.footer-1 .logo-contain .logo-block {
		text-align: center;
		padding: 0
	}
	.footer-1 .logo-contain .logo-detail {
		margin-left: 0;
		margin-top: 20px;
		padding: 0
	}
	.footer-1 .logo-contain .logo-detail p {
		margin-left: 0;
		text-align: center
	}
	.footer-1 .logo-contain .logo-detail:before {
		background-color: transparent
	}
	.footer-1 .footer-box .footer-sub-box.footer-contant-box {
		margin-left: 25px
	}
	.footer-2 .footer-main-contian {
		padding-bottom: 0
	}
	.footer-2 .footer-main-contian .footer-left {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd
	}
	.footer-2 .footer-main-contian .footer-left .footer-logo {
		text-align: center
	}
	.footer-2 .footer-main-contian .footer-left .footer-logo img {
		width: 150px
	}
	.footer-2 .footer-main-contian .footer-left .footer-detail {
		text-align: center
	}
	.footer-2 .footer-main-contian .footer-left .footer-detail p {
		padding: 20px 0
	}
	.footer-2 .footer-main-contian .footer-right {
		padding-top: 0;
		padding-left: 0;
		border-left: none
	}
	.footer-2 .footer-main-contian .footer-right .subscribe-section {
		padding: 30px 0
	}
	.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant h4 {
		margin-bottom: 20px
	}
	.footer-2 .footer-main-contian .footer-right .account-right {
		padding: 30px 0 30px 0
	}
	.footer-3 .sosiyal-footer {
		padding-bottom: 40px
	}
	.footer-3 .sosiyal-footer .sosiyal-contain>div:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.footer-3 .sosiyal-footer .sosiyal-contain>div:nth-child(3) .sosiyal-block {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.footer-3 .sosiyal-footer .sosiyal-contain>div:nth-child(3) .sosiyal-block ul {
		margin-left: 0
	}
	.footer-3 .sosiyal-footer .subscribe-section {
		padding-top: 40px
	}
	.footer-3 .footer-logo .footer-box .footer-title {
		padding-bottom: 0
	}
	.footer-3 .footer-logo .footer-box .footer-title:before {
		background-color: transparent
	}
	.footer-3 .footer-logo .footer-box .footer-contant {
		margin-top: 20px
	}
	.footer-3 .footer-logo .footer-box .footer-contant .logo-img img {
		width: 150px
	}
	.footer-3 .footer-logo .footer-box .footer-contant p {
		padding: 20px 0
	}
	.footer-3 .footer-logo .theme-footer>div+div+div {
		margin-top: 30px
	}
	.footer-4 .follow .app-item-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer-4 .follow .app-item-group .app-item img {
		width: 100px
	}
	.footer-4 .follow .app-item-group .sosiyal-block {
		margin-top: 20px
	}
	.footer-4 .top-category .footer-theme>div+div+div {
		margin-top: 30px
	}
	.footer-4 .top-category .footer-box .footer-title {
		padding-bottom: 0
	}
	.footer-4 .top-category .footer-box .footer-title:before {
		background-color: transparent
	}
	.footer-4 .top-category .footer-box .footer-contant {
		margin-top: 20px
	}
	.footer-4 .footer-logo img {
		width: 150px
	}
	.theme-slider .slider-banner .slider-img {
		height: 350px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-img {
		height: 250px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 {
		font-size: 30px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 span {
		margin-left: 5px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h4 {
		font-size: 16px;
		padding-bottom: 15px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h2 {
		font-size: 20px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain .btn-normal {
		padding: 10px 20px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-img {
		height: 330px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		min-width: 250px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain span {
		font-size: 16px;
		margin-bottom: 10px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h1 {
		font-size: 32px;
		padding-bottom: 14px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain h4 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-1 li {
		width: 380px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-2 li {
		width: 270px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-3 li {
		width: 300px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-img {
		height: 320px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain {
		padding: 40px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h3 {
		font-size: 25px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h1 {
		font-size: 35px;
		padding-bottom: 10px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h2 {
		font-size: 16px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 400px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain {
		padding: 40px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h3 {
		font-size: 25px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h1 {
		font-size: 35px;
		padding-bottom: 10px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h2 {
		font-size: 16px
	}
	.multiple-slider>div:nth-child(n+3) {
		margin-top: 15px
	}
	.top-header {
		padding: 5px 0
	}
	.layout-header1 {
		padding: 15px 0
	}
	.layout-header1 .main-menu-block .menu-left .brand-logo img {
		height: 40px
	}
	.category-header .navbar-menu .category-left {
		width: auto
	}
	.category-header .navbar-menu .category-right .gift-block {
		margin-left: 20px;
		padding: 12px 20px
	}
	.category-header .navbar-menu .category-right .gift-block .grif-icon {
		display: none
	}
	.category-header .navbar-menu .category-right .gift-block .gift-offer span {
		font-size: 14px
	}
	.category-header .navbar-menu .category-right .contact-block {
		display: none
	}
	.category-header-2 .navbar-menu .category-right .gift-block .gift-offer {
		display: none
	}
	.category-header-2 .navbar-menu .category-right .contact-block i {
		display: block
	}
	.category-header-2 .navbar-menu .category-right .contact-block span {
		display: none
	}
	.layout-header2 {
		padding: 15px 0
	}
	.layout-header2 .main-menu-block .logo-block {
		margin-right: 0px
	}
	.layout-header2 .main-menu-block .input-block .input-box {
    width: 100%;
    margin: auto;
}
	.layout-header2 .main-menu-block .cart-block {
		margin-left: 0px
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group select {
     width: 110px;   
}
	.layout-header2 .main-menu-block .cart-block .cart-item {
		display: none
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group {
		height: 45px
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group select {
		background: url("../images/layout-1/drop-1.png") no-repeat scroll 20px 15px
	}
	.layout-header3 .main-menu {
		padding: 15px 0
	}
	.layout-header3 .main-menu .menu-right .input-block {
		display: none
	}
	.layout-header3 .main-menu .menu-right .icon-block {
		margin-left: 0
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-search {
		display: inline-block
	}
	.layout-header3 .main-menu .menu-right .icon-block ul li {
		margin-left: 15px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-user a i {
		padding-right: 13px
	}
	.layout-header3 .main-menu .menu-left .logo-block img {
		height: 40px
	}
	.layout-header4 {
		padding: 0
	}
	.layout-header4 .contact-block .sm-nav-block {
		display: block
	}
	.layout-header4 .contact-block .sm-nav-block .sm-nav-btn {
		display: block
	}
	.layout-header4 .contact-block .desc-nav-block .tell, .layout-header4 .contact-block .desc-nav-block span {
		display: none
	}
	.layout-header4 .contact-block .desc-nav-block .mobile-user {
		margin-left: 0;
		margin-top: 0;
		font-size: 24px
	}
	.layout-header4 .icon-block ul .mobile-search {
		display: inline-block
	}
	.layout-header4 .icon-block ul .mobile-cart .cart-item {
		display: none
	}
	.layout-header4 .icon-block ul li {
		margin-right: 10px
	}
	.layout-header4 .icon-block ul li a i {
		font-size: 18px
	}
	.layout-header4 .icon-block .toggle-nav {
		margin-left: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		display: block
	}
	.layout-header4 .logo-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.layout-header4 .logo-block img {
		height: auto;
		min-width: 110px
	}
	.category-header-4 {
		height: 0
	}
	.category-header-4 .navbar-menu .category-left .nav-block {
		display: none
	}
	.category-header-4 .navbar-menu .category-left .menu-block .toggle-nav {
		display: none
	}
	.category-header-4 .navbar-menu .category-right {
		display: none
	}
	.no-slider .product-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 30px);
		margin: 0 15px 30px !important
	}
	.no-slider .product-box:nth-last-child(-n+2) {
		margin: 0 15px 0 !important
	}
	.no-slider.five-product .product-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 30px);
		margin: 0 15px 30px !important
	}
	.no-slider.five-product .product-box:nth-last-child(-n+2) {
		margin: 0 15px 0 !important
	}
	.category-page-side .collection-collapse-block .collapse-block-title {
		margin-top: 0
	}
	.category-page-side .collection-sidebar-banner {
		margin-bottom: 20px !important;
		margin-top: 10px !important
	}
	.collection-wrapper .product-slick {
		background-color: #f1f5f8
	}
	.collection-wrapper .product-slick img {
		width: 50%;
		margin: 0 auto
	}
	.collection-wrapper .tab-product {
		margin-top: 30px !important
	}
	.collection-filter>div:nth-child(n+2) {
		margin-top: 0
	}
	.collection-wrapper .login-page .authentication-right {
		height: auto
	}
	.blog-detail-page .blog-advance ul {
		margin-bottom: 20px
	}
	.blog-detail-page .blog-advance p:last-child {
		margin-bottom: 0
	}
	.top-banner-content h4 {
		font-size: 20px
	}
	.collection-product-wrapper .product-top-filter {
		border-top: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		border-top: 1px solid #ddd
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
		display: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		display: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		width: 50%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
		right: 15px !important
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		border-left: 1px solid #ddd;
		padding: 21px 34px 21px 34px;
		border-top: none;
		border-bottom: none
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
		border-right: none !important
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		border-top: 1px solid #ddd
	}
	.category-list .product-wrapper-grid.list-view .product .product-box .product-imgbox {
		width: 85%
	}
	.filter-main-btn {
		display: block
	}
	.collection-filter {
		position: fixed;
		height: 100vh;
		top: 0;
		left: -350px;
		background-color: white;
		z-index: 999;
		overflow-y: scroll;
		max-width: 350px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: 1px 0 5px #ddd;
		box-shadow: 1px 0 5px #ddd
	}
	.collection-filter>div:first-child {
		padding-top: 30px !important
	}
	.collection-filter>div:last-child {
		padding-bottom: 30px !important
	}
	.collection-filter .creative-card {
		background-color: transparent
	}
	.collection-filter .creative-card.creative-inner {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.collection-filter .collection-sidebar-banner {
		text-align: center
	}
	.collection-filter .theme-card {
		padding-left: 30px;
		padding-right: 30px
	}
	.collection-filter .collection-sidebar-banner {
		padding: 0 30px
	}
	.collection-filter-block {
		border: none
	}
	.collection-mobile-back {
		display: block;
		padding-top: 0;
		line-height: 1
	}
	.collection .section-t-space {
		padding-top: 30px
	}
	.collection .partition-collection>div:nth-last-child(1) {
		margin-top: 30px
	}
	.collection .partition-collection>div:nth-last-child(2) {
		margin-top: 30px
	}

	.collection-brand-filter button.btn.btn-normal{ margin-top: 0; }

	.right-login {
		margin-top: 30px
	}
	.contact-page .map iframe {
		height: 350px
	}
	.contact-page .contact-right {
		padding-bottom: 0
	}
	.contact-page .contact-right ul li {
		padding-left: 0;
		border-bottom: 1px solid #ddd;
		text-align: center;
		padding-bottom: 10px;
		margin-top: 15px
	}
	.contact-page .contact-right ul li .contact-icon {
		position: relative;
		margin: 0 auto;
		border-right: 0
	}
	.contact-page .contact-right ul li p {
		margin-bottom: 10px
	}
	.cart-section .cart-table thead th:last-child {
		display: none
	}
	.cart-section tbody tr td {
		min-width: 135px
	}
	.cart-section tbody tr td:last-child {
		display: none
	}
	.cart-section .cart-buttons>div:last-child {
		padding-right: 15px
	}
	.cart-section tfoot tr td {
		padding-right: 0
	}
	.cart-section.order-history tbody tr td:last-child {
		display: table-cell
	}
	.cart-section.order-history .cart-table thead th {
		text-transform: capitalize
	}
	.cart-section.order-history .cart-table thead th:last-child {
		display: table-cell
	}
	.wishlist-section tbody tr td {
		min-width: 138px
	}
	.product-right h2 {
		/*margin-top: 15px*/
	}
	.product-right {
		text-align: center;
		/*margin-top: 20px;*/
		overflow-x: hidden;
	}
	.product-right.product-right-exes {
		margin-top: 30px
	}
	.product-right .detail-section, .product-right .product-icon {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-right .product-description .qty-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-right .size-text {
		text-align: left
	}
	.product-right .product-icon .product-social li {
		padding-right: 15px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		width: 55%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		margin-bottom: 20px;
		background: none #00baf2
	}
	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
		text-align: left
	}
	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.05em
	}
	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
		height: 100vh;
		left: -350px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease
	}
	.collection-product-wrapper .product-top-filter .popup-filter .search-count {
		width: 100%;
		padding: 10px 0;
		text-align: center
	}
	.collection-product-wrapper .product-top-filter .popup-filter .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
		display: none
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		width: 50%
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		top: 13px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		left: unset;
		right: 35px
	}
	.tab-product {
		padding-top: 0;
		padding-bottom: 0
	}
	.product-side-tab {
		margin-top: 25px !important
	}
	.tab-product .nav-material.nav-tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.tab-product .tab-content.nav-material p {
		padding: 20px 0 0 0
	}
	.pro_sticky_info {
		border: none;
		padding: 10px 0
	}
	.dashboard-left {
		position: fixed;
		height: 100vh;
		top: 0;
		left: -350px;
		background-color: white;
		z-index: 99;
		padding: 0 35px 35px;
		max-width: 350px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: 0 0 8px 0 #ddd;
		box-shadow: 0 0 8px 0 #ddd
	}
	.dashboard-left .block-title h2 {
		display: none
	}
	.dashboard-left .block-content {
		border: none;
		padding: 0;
		margin-top: 20px
	}
	.dashboard-left .block-content ul li:hover {
		padding-left: 0
	}
	.account-sidebar {
		display: block
	}
	.typography_section .row>div:first-child .typography-box:last-child {
		margin-bottom: 30px
	}
	.product-slick .slick-prev, .product-slick .slick-next, .rtl-product-slick .slick-prev, .rtl-product-slick .slick-next, .product-right-slick .slick-prev, .product-right-slick .slick-next, .rtl-product-right-slick .slick-prev, .rtl-product-right-slick .slick-next {
		opacity: 1
	}
	.product-slick .slick-prev, .rtl-product-slick .slick-prev, .product-right-slick .slick-prev, .rtl-product-right-slick .slick-prev {
		left: 20px
	}
	.product-slick .slick-next, .rtl-product-slick .slick-next, .product-right-slick .slick-next, .rtl-product-right-slick .slick-next {
		right: 20px
	}
	.order-up {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.bundle .bundle_img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.bundle .bundle_detail .theme_checkbox {
		padding: 0 20%
	}
	.checkout-page .checkout-form .checkout-details {
		margin-top: 30px
	}
	.collection-collapse-block {
		border-bottom: 1px solid #ddd !important;
		padding: 15px 0
	}
	.tools-parallax-product .tools-description h3 {
		text-align: center
	}
	.tools-parallax-product .tools-description .tools-form {
		text-align: center
	}
	.tools-parallax-product .tools-description .tools-form .search-box {
		margin: 20px auto 20px
	}
	.tools-parallax-product .tools-description .tools-form .btn-find {
		background-size: 1100px
	}
	.tools-parallax-product .tools-grey {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 30px
	}
	.tools-parallax-product.full-banner {
		padding-top: 75px;
		padding-bottom: 75px
	}
	.tools_product .multiple-slider>div:nth-child(-n+2) {
		margin-bottom: 0
	}
	.tools_product .tools-grey {
		margin-top: 30px
	}
	.tools_product .banner-tools {
		margin-left: 10px;
		margin-right: 10px
	}
	.full-box .theme-card .offer-slider .product-box2 .media img {
		height: 160px
	}
	.theme-modal#exampleModal .close span {
		color: #444
	}
	.theme-modal#exampleModal .offer-content {
		background-color: #fff;
		background-image: url(../images/modal-popup/Genaral.png);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		min-height: 400px;
		padding-right: 0;
		background-size: cover
	}
	.theme-modal#exampleModal .offer-content.vagi-offer-contant {
		background-image: url(../images/modal-popup/Genaral.png);
		background-size: cover
	}
	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons {
		margin-bottom: 10px
	}
	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
		margin: 5px 2px
	}
	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
		margin-bottom: 10px
	}
	.product-order .final-total h3 {
		margin-bottom: 15px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img {
		height: 300px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img.masonory-img1 {
		height: 615px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant {
		padding: 30px 20px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant h5 {
		letter-spacing: 5px
	}
	.portfolio-section .filter-button {
		padding: 8px 20px
	}
	.dashboard-left {
		padding: 20px
	}
}

@media (max-width: 768px) {
	.brand-panel .brand-panel-box .brand-panel-contain ul>li:not(first-child) {
		margin: 2px 1px;
		border: 1px solid #ddd
	}
	.product .product-box .product-imgbox .product-icon {
		-webkit-transform: translateX(0px) !important;
		transform: translateX(0px) !important;
		right: 3px
	}
	.product .product-box .product-detail.detail-center {
		overflow: unset
	}
	.product .product-box .product-detail.detail-center .icon-detail {
		bottom: 70px
	}
	.product .product-box .product-detail .detail-title {
		padding-top: 0
	}
	.product .product-box .product-detail.detail-inline {
		padding-top: 0
	}
	.product .product-box:hover .product-icon button {
		-webkit-animation: none;
		animation: none
	}
	.product .product-box:hover .product-icon a:nth-child(2) i, .product .product-box:hover .product-icon a:nth-child(3) i, .product .product-box:hover .product-icon a:nth-child(4) i {
		-webkit-animation: none;
		animation: none
	}
	.product .product-box:hover .product-icon.icon-inline button {
		-webkit-animation: none;
		animation: none
	}
	.product .product-box:hover .product-icon.icon-inline a:nth-child(2) i, .product .product-box:hover .product-icon.icon-inline a:nth-child(3) i, .product .product-box:hover .product-icon.icon-inline a:nth-child(4) i {
		-webkit-animation: none;
		animation: none
	}
	.product .product-box:hover .product-detail.detail-center .detail-title {
		opacity: 1
	}
	.product .product-box:hover .product-detail.detail-center .icon-detail {
		bottom: 70px
	}
	.product .product-box:hover .product-detail.detail-center .icon-detail button {
		-webkit-animation: none;
		animation: none
	}
	.product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(2) i, .product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(3) i, .product .product-box:hover .product-detail.detail-center .icon-detail a:nth-child(4) i {
		-webkit-animation: none;
		animation: none
	}
}

@media (max-width: 767px) {
	.wallet-wrapper {}
	.layout-header1~.category-header .gift-dropdown.dropdown-menu {
		right: 0 !important;
		-webkit-transform: translate3d(0px, 63px, 0px) !important;
		transform: translate3d(0px, 63px, 0px) !important
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li {
		left: -120px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li:nth-child(2) {
		right: -50px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li {
		left: -100px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-3 li:nth-child(2) {
		right: -30px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-2 li {
		left: -50px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-2 li:nth-child(2) {
		right: -60px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		background-color: rgba(255, 255, 255, 0.5)
	}
	.layout-3-hotdeal>div:nth-child(2) {
		padding: 0 15px;
		width: 100%;
		margin-top: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.blog-page .order-sec {
		padding-left: 15px
	}
	.hot-deal .hot-deal-contain.deal-abjust .hot-deal-center .timer p {
		margin-bottom: 15px
	}
	.tab-product-main .tab-prodcut-contain ul li {
		margin: 0 15px
	}
	.left-pro-img {
		margin-top: 30px !important
	}
	.media-view {
		display: none
	}
	.hot-deal.space-abjust .hot-deal-contain {
		padding-top: 20px
	}
	.hot-deal.space-abjust .hot-deal-contain .timer {
		margin-bottom: 20px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-user {
		padding-right: 0
	}
	.layout-header3 .main-menu .menu-right .icon-block ul li i {
		font-size: 20px
	}
	.category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar {
		padding: 18px 0
	}
	.category-header-2 .navbar-menu .category-left .menu-block .toggle-nav {
		padding-top: 13px;
		padding-bottom: 13px
	}
	.layout-header2 .main-menu-block .logo-block {
		min-width: 120px
	}
	.footer-title h5 {
		color: #777
	}
	.hot-deal .hot-deal-contain {
		padding-bottom: 0 !important
	}
	.hot-deal .hot-deal-contain .hot-deal-subcontain>div:nth-child(3) {
		position: relative;
		bottom: 0
	}
	.hot-deal .hot-deal-contain .hotdeal-right-slick {
		background-color: #fff
	}
	.hot-deal .hot-deal-contain .hotdeal-right-slick img {
		width: 50%;
		margin: 0 auto
	}
	.theme-pannel-main {
		display: none
	}
	.theme-tab.product {
		margin-bottom: 0px
	}
	.contact-page .theme-form {
		padding: 15px;
		border-width: 15px
	}
	.testimonial .testimonial-contain .media .testimonial-img {
		width: 80px;
		height: 80px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 200px
	}
	.collection-banner .pl-md-0 {
		padding-right: 15px
	}
	.layout-3-collection>div:first-child {
		margin-bottom: 15px;
		padding-right: 15px
	}
	.layout-3-hotdeal>div:first-child {
		padding-right: 15px
	}
	.collection-layout1>div {
		max-width: 100% !important
	}
	.offer-banner {
		display: none
	}
	.footer-contant ul li {
		padding-bottom: 0
	}
	.offer-banner-img img {
		height: 300px
	}
	.custom-container {
		padding-right: 15px;
		padding-left: 15px
	}
	.section-big-pt-space {
		padding-top: 30px
	}
	.section-big-pb-space {
		padding-bottom: 30px
	}
	.section-big-py-space {
		padding: 10px 0;
	}
	.section-big-mt-space {
		margin-top: 30px
	}
	.section-big-mb-space {
		margin-bottom: 30px
	}
	.small-section {
		padding: 20px 0
	}
	.theme-tab .tab-title.media-tab li {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px
	}
	.theme-tab .tab-title.media-tab li.current:before {
		height: 3px
	}
	.instagram .insta-contant .insta-sub-contant .insta-title {
		padding: 13px 20px
	}
	.instagram .insta-contant1 .insta-sub-contant1 .insta-title {
		padding: 10px 18px
	}
	.services .service-block>div {
		padding-top: 0
	}
	.services .service-block>div:nth-child(1) {
		padding: 23px 0
	}
	.services .service-block>div:nth-child(2) {
		padding-bottom: 23px
	}
	.services .service-block>div:last-child .media {
		margin-left: 0
	}
	.services .service-block .media {
		display: block;
		text-align: center
	}
	.deal-banner .deal-banner-containe h1 {
		margin-bottom: 13px;
	}
	.discount-banner .discount-banner-contain h2 {
		margin-bottom: 10px;
	}
	.discount-banner .discount-banner-contain h1 {
		line-height: 1.4;
		margin-bottom: 8px;
	}
	.discount-banner .discount-banner-contain .rounded-contain .rounded-subcontain {
		line-height: 1.4;
		padding: 12px 0;
	}
	.collection-banner.layout-3 .collection3>div:first-child {
		padding-right: 15px;
	}
	.collection-banner .collection>div:nth-child(2) {
		padding: 0
	}
	.collection-banner .collection2>div:first-child, .collection-banner .collection2>div:nth-child(2) {
		margin-bottom: 15px 0px;
	}
	.collection-banner .collection3>div:first-child {
		margin-bottom: 15px 0px;
	}
	.collection-banner .collection5>div {
		margin-top: 0;
	}
	.collection-banner .collection5>div:last-child {
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 15px;
	}
	.collection-banner .collection-banner-main .collection-banner-contain h3 {
		font-size: 25px;
	}
	.collection-banner .collection-banner-main .collection-banner-contain h4 {
		font-size: 25px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h3 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h4 {
		font-size: 40px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain {
		padding: 28px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h3 {
		font-size: 22px;
		margin-bottom: 5px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
		font-size: 22px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop a {
		font-size: 14px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
		font-size: 32px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h4 {
		margin-top: 15px;
		font-size: 15px;
		margin-bottom: 90px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h3 {
		font-size: 24px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h4 {
		font-size: 30px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 265px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h3 {
		font-size: 14px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-banner-contain h4 {
		font-size: 18px;
		margin-bottom: 10px
	}
	.banner-3-padding>div:nth-child(2) {
		padding-right: 15px !important
	}
	.banner-4-padding>div {
		padding-left: 15px !important
	}
	.collection2>div:first-child, .collection2>div:nth-child(2) {
		padding-right: 15px;
		padding-left: 15px
	}
	.contact-banner {
		padding: 20px 0 12px
	}
	.contact-banner .contact-banner-contain {
		display: unset;
		text-align: center
	}
	.contact-banner .contact-banner-contain .contact-banner-img {
		margin-bottom: 15px
	}
	.contact-banner .contact-banner-contain .contact-banner-img img {
		margin-right: 0
	}
	.contact-banner .contact-banner-contain h3 {
		margin-bottom: 10px;
		margin-right: 0;
		font-size: 16px
	}
	.product .product-box .product-imgbox .new-label {
		padding: 5px;
		width: 80%;
		height: 80%
	}
	.product .product-box .product-imgbox .new-label:before {
		border-top-width: 50px;
		border-right-width: 50px
	}
	.product .product-box .product-imgbox .new-label1 {
		width: 40px;
		height: 40px
	}
	.product .product-box .product-imgbox .new-label3 {
		padding: 10px;
		text-transform: capitalize
	}
	.product .product-box .product-imgbox .product-icon button {
		padding: 8px;
		font-size: 12px
	}
	.product .product-box .product-imgbox .product-icon a i {
		padding: 8px;
		font-size: 12px
	}
	.product .product-box .product-imgbox .product-icon a i:hover {
		color: #00aa02;
	}
	.product .product-box .product-detail .icon-detail button {
		padding: 8px;
		margin: 0 3px
	}
	.product .product-box .product-detail .icon-detail button i {
		font-size: 12px
	}
	.product .product-box .product-detail .icon-detail a {
		margin: 0 3px
	}
	.product .product-box .product-detail .icon-detail a i {
		padding: 8px;
		font-size: 12px
	}
	.product .product-box .product-detail.detail-center1 {
		padding-bottom: 5px
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		width: 115px
	}
	.hot-deal .hot-deal-contain .hot-deal-subcontain>div:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 15px
	}
	.hot-deal .hot-deal-contain .hot-deal-subcontain>div:last-child {
		margin-top: 15px
	}
	.hot-deal .hot-deal-contain .hot-deal-center {
		margin-left: 0;
		text-align: center
	}
	.hot-deal .hot-deal-contain .hot-deal-center p {
		margin: 15px 0
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer {
		margin-top: 15px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		padding: 15px
	}
	.hot-deal .hot-deal-contain .hot-deal-center h6 {
		margin: 10px 0
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain>div:nth-child(2), .hot-deal .hot-deal-contain1 .hot-deal-subcontain>div:nth-child(3) {
		margin-top: 15px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
		width: 50px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.Jewellery-banner a {
		font-size: 14px
	}
	.Jewellery-banner h6 {
		font-size: 30px
	}
	.app-link-block .app-link-bloc-contain {
		padding: 30px 0
	}
	.sub-footer .footer-end {
		text-align: center
	}
	.sub-footer .payment-card-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 20px
	}
	.footer-1 .footer-link {
		padding: 0;
		border: none
	}
	.footer-1 .footer-box .footer-sub-box {
		margin-bottom: 10px
	}
	.footer-1 .footer-box .footer-sub-box.account {
		margin-bottom: 10px
	}
	.footer-1 .footer-box .footer-sub-box.footer-contant-box {
		margin-left: 0;
		padding: 0;
		margin-bottom: 0
	}
	.footer-1 .footer-box .footer-sub-box.footer-contant-box .footer-title {
		border-bottom: 0
	}
	.footer-1 .footer-box .footer-sub-box.footer-contant-box .footer-title h5 {
		margin-bottom: 0
	}
	.footer-1 .footer-box .footer-sub-box .footer-title {
		cursor: pointer;
		margin-bottom: 0;
		border-bottom: 1px solid #afafaf
	}
	.footer-1 .footer-box .footer-sub-box .footer-title h5 {
		margin-bottom: 10px
	}
	.footer-1 .footer-box .footer-sub-box .footer-title.active .according-menu:before {
		content: "\f106";
		position: absolute;
		right: 15px;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-1 .footer-box .footer-sub-box .footer-title .according-menu {
		font: normal normal normal 14px/1 FontAwesome
	}
	.footer-1 .footer-box .footer-sub-box .footer-title .according-menu:before {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-1 .footer-box .footer-sub-box .footer-contant {
		margin-top: 15px
	}
	.footer-1 .footer-box .footer-sub-box .footer-contant ul li {
		display: block;
		margin-bottom: 0px
	}
	.footer-1 .footer-box .footer-sub-box .footer-contant .contact-list li {
		margin-bottom: 0px
	}
	.footer-2 .footer-main-contian {
		border: 0
	}
	.footer-2 .footer-main-contian .footer-left .footer-detail p {
		padding: 10px 0
	}
	.footer-2 .footer-main-contian .footer-right .account-right {
		padding-bottom: 0
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box {
		padding-bottom: 15px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box.footer-contact-box {
		/*padding-bottom: 0*/
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box.footer-contact-box .footer-title {
		border-bottom: 0;
		padding-bottom: 0
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title {
		border-bottom: 1px solid #bfbfbf
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title.active .according-menu:before {
		content: "\f106";
		position: absolute;
		right: 0;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title .according-menu {
		font: normal normal normal 14px/1 FontAwesome
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title .according-menu:before {
		content: "\f107";
		position: absolute;
		right: 0px;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title:before {
		background-color: transparent
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant {
		margin-top: 15px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant ul li {
		padding-bottom: 10px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-contant .contact-list li {
		padding-bottom: 10px
	}
	.footer-3 .sosiyal-footer {
		padding-bottom: 30px
	}
	.footer-3 .sosiyal-footer .app-link-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer-3 .sosiyal-footer .sosiyal-contain>div:nth-child(3) .sosiyal-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 30px;
		margin-left: 0
	}
	.footer-3 .sosiyal-footer .subscribe-section {
		padding-top: 30px
	}
	.footer-3 .footer-logo {
		padding-top: 30px
	}
	.footer-3 .footer-logo .footer-box {
		padding-bottom: 15px
	}
	.footer-3 .footer-logo .footer-box.footer-contact-box {
		padding-bottom: 0
	}
	.footer-3 .footer-logo .footer-box.footer-contact-box .footer-title {
		border-bottom: 0;
		padding-bottom: 0
	}
	.footer-3 .footer-logo .footer-box .footer-mobile-title {
		display: block
	}
	.footer-3 .footer-logo .footer-box .footer-title {
		padding-bottom: 15px;
		border-bottom: 1px solid #000
	}
	.footer-3 .footer-logo .footer-box .footer-title.active .according-menu:before {
		content: "\f106";
		position: absolute;
		right: 0;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-3 .footer-logo .footer-box .footer-title .according-menu {
		font: normal normal normal 14px/1 FontAwesome
	}
	.footer-3 .footer-logo .footer-box .footer-title .according-menu:before {
		content: "\f107";
		position: absolute;
		right: 0;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-3 .footer-logo .footer-box .footer-contant {
		margin-top: 15px
	}
	.footer-3 .footer-logo .footer-box .footer-contant ul li {
		padding-bottom: 10px
	}
	.footer-3 .footer-logo .footer-box .footer-contant p {
		padding: 10px 0
	}
	.footer-3 .footer-logo .footer-box .footer-contant.mobile-contant {
		margin-top: 15px
	}
	.footer-3 .footer-logo .footer-box .footer-contant .contact-list li {
		padding-bottom: 10px
	}
	.footer-3 .footer-logo .theme-footer>div+div+div {
		margin-top: 0
	}
	.footer-4 {
		padding: 25px 0
	}
	.footer-4 .top-category {
		padding: 25px 0
	}
	.footer-4 .top-category .footer-theme>div+div+div {
		margin-top: 0
	}
	.footer-4 .top-category .footer-box {
		padding-bottom: 8px
	}
	.footer-4 .top-category .footer-box .footer-title {
		padding-bottom: 8px;
		border-bottom: 1px solid #000
	}
	.footer-4 .top-category .footer-box .footer-title.active .according-menu:before {
		content: "\f106";
		position: absolute;
		right: 15px;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-4 .top-category .footer-box .footer-title .according-menu {
		font: normal normal normal 14px/1 FontAwesome
	}
	.footer-4 .top-category .footer-box .footer-title .according-menu:before {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 5px;
		color: #444;
		font-size: 20px
	}
	.footer-4 .top-category .footer-box .footer-title .line {
		display: none
	}
	.footer-4 .top-category .footer-box.footer-contact-box {
		padding-bottom: 0
	}
	.footer-4 .top-category .footer-box.footer-contact-box .footer-title {
		padding-bottom: 0;
		border-bottom: 0
	}
	.footer-4 .top-category .footer-box .footer-contant ul li {
		padding-bottom: 10px
	}
	.footer-4 .top-category .footer-box .footer-contant .contact-list li {
		padding-bottom: 10px
	}
	.footer-4 .logo-detail {
		padding-top: 25px;
		padding-bottom: 40px
	}
	.theme-slider .offset-xl-2 {
		max-width: 100%
	}
	.theme-slider .slider-banner .slider-img {
		height: 300px
	}
	.theme-slider .slider-banner .slider-banner-contain {
		padding: 0 40px
	}
	.theme-slider .slider-banner .slider-banner-contain h4 {
		font-size: 14px;
		padding-bottom: 5px
	}
	.theme-slider .slider-banner .slider-banner-contain h1 {
		font-size: 30px;
		padding-bottom: 4px
	}
	.theme-slider .slider-banner .slider-banner-contain h2 {
		font-size: 16px;
		padding-bottom: 7px
	}
	.theme-slider .slider-banner .slider-banner-contain .btn-rounded {
		padding: 8px 22px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-img {
		height: 270px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 300px
	}
	.theme-slider .slider-banner.slide-banner-5 .layout6-slide-1 li {
		width: 300px;
		right: 0px
	}
	.top-header .top-header-left .shpping-order {
		display: none
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-user a i {
		padding-right: 15px
	}
	.category-header .navbar-menu .category-left {
		width: 80%
	}
	.category-header .navbar-menu .category-right .gift-block .grif-icon {
		display: block
	}
	.category-header .navbar-menu .category-right .gift-block .gift-offer {
		display: none
	}
	.category-header-2 .navbar-menu .category-left .nav-block {
		min-width: 200px;
		margin-left: 30px
	}
	.category-header-2 .navbar-menu .category-left .nav-block .nav-left {
		width: 200px
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul li a i {
		font-size: 30px
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user a i {
		padding-right: 15px
	}
	.category-header-2 .navbar-menu .category-left .menu-block {
		margin-left: 0px
	}
	.category-header-2 .navbar-menu .category-right .contact-block {
		display: none
	}
	.category-header-2 .navbar-menu .category-right .gift-block {
		padding: 0px
	}
	.category-header-2 .navbar-menu .category-right .gift-block .grif-icon i {
		font-size: 28px
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span {
		display: none
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group select {
		width: 115px;
		background-image: none
	}
	.newsletter {
		display: block;
		padding: 30px 0
	}
	.newsletter .news-leble {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 0
	}
	.newsletter .news-leble img {
		height: 40px
	}
	.newsletter .subscribe-block {
		margin-top: 25px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.newsletter .subscribe-block .input-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto
	}
	.blog-detail-page .comment-section li {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.product-pagination .pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-left: 1px solid #ddd
	}
	.about-page {
		text-align: center
	}
	.about-page p {
		line-height: 1.5
	}
	.team h2 {
		font-size: 25px
	}
	.faq-section .theme-accordion .card .card-body p {
		line-height: 1.5 !important
	}
	.faq-section .theme-accordion .card .card-header button {
		font-size: 14px !important;
		white-space: normal;
		width: 100%;
		padding: 16px 30px 16px 18px !important
	}
	.product-wrapper-grid.list-view .product .product-box {
		display: block;
		border: 1px solid #ddd;
		padding: 15px;
		margin-top: 30px
	}
	.product-wrapper-grid.list-view .product .product-box .product-imgbox {
		margin: 0 auto 15px;
		width: 50% !important
	}
	.product-wrapper-grid.list-view .product .product-box .product-detail {
		padding-left: 0
	}
	.collection .partition-collection>div:nth-last-child(1), .collection .partition-collection>div:nth-last-child(2), .collection .partition-collection>div:nth-last-child(3) {
		margin-top: 30px
	}
	.collection .partition-collection>div:nth-child(n+2) {
		margin-top: 15px
	}
	.collection .collection-block img, .collection .collection-block .bg-size {
		margin-bottom: 10px
	}
	.collection-product-wrapper .product-pagination .pagination .page-item a {
		padding: 15px 18px
	}
	.collection-product-wrapper .product-pagination .product-search-count-bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 0
	}
	.collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
		padding: 10px 0
	}
	.collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}
	.order-history .responsive-data {
		display: block
	}
	.cart-section tbody tr td a, .wishlist-section tbody tr td a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.cart-section .cart-table thead th:nth-last-child(-n+4) {
		display: none
	}
	.cart-section tbody tr td:nth-last-child(-n+4) {
		display: none
	}
	.cart-section tbody tr td .mobile-cart-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.wishlist-section .cart-table thead th:nth-last-child(-n+3) {
		display: none
	}
	.wishlist-section tbody tr td:nth-last-child(-n+3) {
		display: none
	}
	.wishlist-section tbody tr td .mobile-cart-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.search-product>div:nth-child(n+3) {
		margin-top: 15px
	}
	.cart-section .wishlist-buttons, .wishlist-section .wishlist-buttons {
		padding-top: 25px
	}
	.tab-pane iframe {
		width: 100%
	}
	.product-order .product-order-detail img {
		height: auto
	}
	.typography_section .typography-box .typo-content.product-pagination .pagination {
		border-left: none
	}
	.typography_section .typography-box .typo-content.typo-buttons a:last-child {
		margin-top: 5px
	}
	.related-pro .product-box {
		padding-right: 0
	}
	.collection-filter>div:first-child {
		padding-top: 15px !important
	}
	.collection-filter>div:last-child {
		padding-bottom: 15px !important
	}
	.collection-filter .creative-card.creative-inner {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px
	}
	.center-product .theme-card {
		margin-right: 0
	}
	.review-block>div:nth-child(n+2) {
		margin-top: 15px
	}
	.tap-top {
		bottom: 50px;
		right: 10px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img {
		height: 250px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img.masonory-img1 {
		height: 515px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant {
		background-color: rgba(255, 255, 255, 0.3)
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant h5 {
		letter-spacing: 0.05em
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant h2 {
		margin-bottom: 10px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant .btn-rounded {
		margin-top: 10px
	}
	.theme-modal.cart-modal .product-section {
		display: none
	}
	.blog-detail-page .blog-detail {
		text-align: center
	}
	.blog-detail-page .blog-detail h3 {
		text-align: center
	}
	.blog-detail-page .blog-detail .post-social {
		text-align: center
	}
	.blog-detail-page .blog-advance p {
		text-align: center
	}
	.blog-page .order-sec {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.blog-page .blog-media {
		border-width: 20px;
		padding: 20px 0;
		text-align: center
	}
	.blog-page .blog-media:last-child {
		margin-bottom: 30px
	}
	.blog-page .blog-sidebar .theme-card {
		border-width: 20px;
		padding: 20px 15px
	}
	.blog-page .blog-sidebar ul li {
		display: block
	}
	.checkout-page .checkout-form .checkout-details {
		margin-top: 15px
	}
	.title6 h4 {
		padding: 0 10px
	}
	.product-order .final-total h3 {
		margin-bottom: 10px
	}
	.compare-page .table-wrapper .table tbody tr .product_price {
		margin: 10px 0
	}
	.product-side-tab {
		padding-top: 0 !important;
		margin-top: 0 !important
	}
	.product-right.product-form-box {
		margin-bottom: 0
	}
	.tab-product.tab-exes {
		margin-top: 30px !important
	}
	.portfolio-section .portfolio-2 {
		margin-bottom: -40px
	}
	.portfolio-section .portfolio-3 {
		margin-bottom: -20px
	}
	.dashboard-right .dashboard {
		padding: 20px
	}
	.dashboard-left {
		padding: 20px
	}
	.contact-page .map .theme-card {
		border-width: 15px;
		padding: 0
	}
	.login-page .theme-card {
		padding: 15px
	}
	.lookbook-part>div:first-child {
		margin-bottom: 30px
	}
	#fb-root {
		display: none
	}
}

@media (max-width: 600px) {
	.collection-layout1>div:first-child {
		margin-bottom: 15px
	}
	.collection-layout1>div:nth-child(2) {
		margin-bottom: 0
	}
	.collection-layout1>div:nth-child(3) {
		padding-bottom: 0
	}
	.layout-4-collection>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.layout-4-collection>div:nth-child(2) {
		padding-left: 15px;
		padding-top: 15px
	}
	.layout-4-collection>div:first-child {
		padding-right: 15px
	}
	.theme-slider .offset-xl-2 {
		max-width: 100%
	}
	.theme-slider .slider-banner .layout2-slide-1 li {
		width: 400px
	}
	.theme-slider .slider-banner .layout2-slide-2 li {
		width: 250px;
		bottom: 10px
	}
	.theme-slider .slider-banner .layout2-slide-3 li {
		bottom: 10px;
		width: 250px
	}
	.offer-banner {
		display: none
	}
	.collection-banner .offset-xl-2 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.collection-banner .collection>div:nth-child(2), .collection-banner .pl-md-0 {
		padding-left: 15px;
		padding-bottom: 15px;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.collection-banner .collection>div:nth-child(2) {
		padding-right: 15px
	}
}

@media (max-width: 767px) {
	.btn-rounded, .btn-white, .btn-normal {
		padding: 13px 15px
	}
	div#rightbutton {
	    display: none !important;
	}
	.instagram .insta-contant .insta-sub-contant .insta-title {
		padding: 9px 13px
	}
	.instagram .insta-contant2 .insta-sub-contant2 .insta-title {
		padding: 10px 15px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 190px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 195px
	}
	.product .product-box .product-detail .product-title .price {
		font-size: 14px
	}
	.product .product-box .product-imgbox .new-label {
		padding: 3px;
		width: 100%;
		height: 100%
	}
	.top-header {
		height: auto
	}
	.top-header .top-header-left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.top-header .top-header-right {
		display: none
	}
	.category-header {
		display: none
	}
	.mobile-fix-option {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 45px;
		background-color: #000
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav {
		margin-left: 0
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul li i {
		font-size: 18px;
		color: #fff;
		padding-right: 0
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul li a i {
		padding-right: 0 !important
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-setting, .layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-search, .layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-user, .layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-wishlist {
		display: block;
		position: fixed;
		bottom: 14px;
		right: 16%
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-wishlist {
		right: 64%
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-wishlist .cart-item {
		display: none
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-search {
		right: 80%
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-user {
		right: 32%
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav ul .mobile-user a i {
		padding-right: 0
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav .mobile-cart {
		right: 48%;
		position: fixed;
		bottom: 14px;
		padding: 0;
		background-color: transparent !important
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav .mobile-cart i {
		font-size: 18px;
		color: #fff
	}
	.layout-header1 .main-menu-block .menu-right .icon-nav .mobile-cart .cart-product {
		display: none
	}
	.layout-header1 .main-menu-block .menu-left {
		width: 100%
	}
	.layout-header1 .main-menu-block .menu-left .brand-logo {
		margin: 0 auto
	}
	.category-header-2 {
		background-color: transparent
	}
	.category-header-2 .navbar-menu .category-left {
		width: 100%
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul li i {
		font-size: 18px !important
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-setting, .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search, .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user, .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist, .category-header-2 .navbar-menu .category-left .icon-block ul .mobile-cart {
		display: block;
		position: fixed;
		bottom: 14px;
		right: 16%;
		font-size: 22px
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 60%
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist .cart-item {
		display: none
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist i {
		margin-right: 0 !important
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 80%
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 15%;
		padding-right: 0;
		padding-top: 14px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user a i {
		padding-right: 0
	}
	.category-header-2 .navbar-menu .category-left .menu-block {
		width: 50%;
		text-align: right
	}
	.category-header-2 .navbar-menu .category-left .menu-block .pixelstrap .dark-menu-item:hover {
		color: #1c3481
	}
	.category-header-2 .navbar-menu .category-left .menu-block .toggle-nav {
		display: none
	}
	.category-header-2 .navbar-menu .category-left .nav-block {
		width: 50%;
		margin-left: 0
	}
	.category-header-2 .navbar-menu .category-left .nav-block .nav-left {
		display: none
	}
	.category-header-2 .navbar-menu .category-right .gift-block {
		display: none
	}
	.layout-header2 {
		padding: 10px 0px 0px;
	}
	.layout-header2 .main-menu-block .sm-nav-block {
		display: block;
		margin-right: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.layout-header2 .main-menu-block .sm-nav-block span i {
		color: #1c3481
	}
	.layout-header2 .main-menu-block .logo-block {
		margin-right: 0;
		width: 100%;
		text-align: center
	}
	.layout-header2 .main-menu-block .logo-block img {
		height: 40px
	}
	.layout-header2 .main-menu-block .cart-block {
		margin-left: 0
	}
	.layout-header2 .main-menu-block .cart-block .cart .cart-product {
		display: none
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart {
		position: fixed;
		bottom: 14px;
		right: 80%;
		color: #fff !important;
		z-index: 9;
		font-size: 18px !important;
		line-height: 0.8
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart i {
		color: #fff;
		font-size: 18px !important
	}
	.layout-header2 .main-menu-block .input-block {
		display: none
	}
	.layout-header2 .main-menu-block .menu-nav {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		text-align: right
	}
	.layout-header3 .main-menu .menu-right .icon-nav {
		margin-left: 0
	}
	.layout-header3 .main-menu .menu-right .icon-nav ul .mobile-setting, .layout-header3 .main-menu .menu-right .icon-nav ul .mobile-search, .layout-header3 .main-menu .menu-right .icon-nav ul .mobile-user, .layout-header3 .main-menu .menu-right .icon-nav ul .mobile-wishlist {
		display: block;
		position: fixed;
		bottom: 20px;
		right: 16%
	}
	.layout-header3 .main-menu .menu-right .icon-block ul li {
		margin-left: 0 !important
	}
	.layout-header3 .main-menu .menu-right .icon-block ul li a i {
		padding-right: 0 !important
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-setting, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-user, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-search {
		position: fixed;
		bottom: 14px;
		right: 16%;
		color: #fff;
		display: block;
		z-index: 9
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-setting i, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-user i, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist i, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart i, .layout-header3 .main-menu .menu-right .icon-block ul .mobile-search i {
		font-size: 18px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-user {
		right: 32%;
		padding-right: 0
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart {
		right: 48%;
		margin-left: 0
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-cart span {
		display: none;
		font-size: 10px
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-wishlist {
		right: 64%
	}
	.layout-header3 .main-menu .menu-right .icon-block ul .mobile-search {
		right: 80%
	}
	.layout-header3 .main-menu .menu-right .menu-nav {
		margin-left: 0
	}
	.layout-header3 .main-menu .menu-left {
		width: 100%
	}
	.layout-header3 .main-menu .menu-left .sm-nav-block {
		margin-right: 0
	}
	.layout-header3 .main-menu .menu-left .logo-block {
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.onhover-show-div {
		top: unset !important;
		bottom: 42px;
		right: 15px;
		min-width: 90px !important
	}
	.cart-show-div {
		top: unset !important;
		bottom: 42px;
		left: -110px !important
	}
	.sub-footer {
		margin-bottom: 45px
	}
	.app-link-block .app-link-bloc-contain .app-item-group h6 {
		display: none
	}
	.app-link-block .app-link-bloc-contain .app-item-group .sosiyal {
		margin-left: 0
	}
	.footer-1 .footer-box .footer-sub-box {
		margin-bottom: 10px
	}
	.footer-1 .footer-box .footer-sub-box.account {
		margin-bottom: 10px
	}
	.footer-1 .footer-box .footer-sub-box .footer-contant {
		margin-top: 10px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box {
		padding-bottom: 10px
	}
	.footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title {
		padding-bottom: 10px
	}
	.footer-3 {
		padding-top: 30px
	}
	.footer-3 .footer-logo {
		padding: 30px 0
	}
	.footer-3 .footer-logo .footer-box {
		padding-bottom: 10px
	}
	.footer-3 .footer-logo .footer-box .footer-title {
		padding-bottom: 10px
	}
	.footer-4 .follow .app-item-group h6 {
		display: none
	}
	.theme-slider .slider-banner .slider-img {
		height: 250px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-img {
		height: 200px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h1 {
		font-size: 20px
	}
	.theme-slider .slider-banner.slide-banner-1 .slider-banner-contain h2 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-img {
		height: 260px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		padding: 20px;
		min-width: 220px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain span {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain {
		padding: 0 30px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h5 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h3 {
		font-size: 20px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h1 {
		font-size: 28px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h2 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain .btn-normal {
		padding: 7px 12px;
		font-size: 12px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 300px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain {
		padding: 0 30px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h5 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h3 {
		font-size: 20px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h1 {
		font-size: 28px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h2 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain .btn-normal {
		padding: 7px 12px;
		font-size: 12px
	}
	.category-header .navbar-menu {
		padding: 0
	}
	.category-header .navbar-menu .category-left {
		display: none
	}
	.category-header .navbar-menu .category-right .gift-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-left: 0
	}
	.category-header .navbar-menu .category-right .contact-block i {
		display: none
	}
	.category-header .navbar-menu .category-right .contact-block span {
		font-size: 0
	}
	.layout-header4 .icon-block ul .mobile-setting, .layout-header4 .icon-block ul .mobile-search, .layout-header4 .icon-block ul .mobile-user, .layout-header4 .icon-block ul .mobile-cart, .layout-header4 .icon-block ul .mobile-wishlist {
		display: block;
		position: fixed;
		bottom: 14px;
		right: 16%;
		font-size: 18px;
		margin-right: 0;
		z-index: 9
	}
	.layout-header4 .icon-block ul .mobile-setting i, .layout-header4 .icon-block ul .mobile-search i, .layout-header4 .icon-block ul .mobile-user i, .layout-header4 .icon-block ul .mobile-cart i, .layout-header4 .icon-block ul .mobile-wishlist i {
		color: #fff
	}
	.layout-header4 .icon-block ul .mobile-user {
		right: 32%
	}
	.layout-header4 .icon-block ul .mobile-wishlist {
		right: 64%
	}
	.layout-header4 .icon-block ul .mobile-search {
		right: 80%
	}
	.layout-header4 .icon-block ul .mobile-cart {
		right: 48%
	}
	.layout-header4 .contact-block .desc-nav-block {
		display: none
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img {
		height: 200px
	}
	.masonory-banner .masonary-banner-main .masonory-banner-img.masonory-img1 {
		height: 430px
	}
	.template-password #container #login {
		margin-bottom: 0 !important;
	}
	.error-section {
		padding: 100px 0
	}
	.error-section h1 {
		font-size: 100px
	}
	.error-section h2 {
		margin: 20px 0;
		font-size: 18px
	}
	.about-page .about-head {
		display: inline-block;
		width: 100%;
		text-align: center
	}
	.about-page .about-head .theme-breadcrumb .breadcrumb {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 0
	}
	.blog-detail-page .blog-detail .post-social li {
		display: block
	}
	.blog-detail-page .blog-detail .post-social li+li {
		padding-left: 0;
		margin-left: 0;
		border-left: none
	}
	.collection .collection-block .collection-content p {
		margin-bottom: 10px
	}
	.collection .collection-block .collection-content h4, .collection .collection-block .collection-content h3 {
		margin-bottom: 5px
	}
	.collection-product-wrapper .product-wrapper-grid .product-box {
		margin-top: 30px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		padding: 10px 20px 10px 20px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
		font-size: 14px;
		line-height: 20px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		width: 100%
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		padding: 10px 20px 10px 20px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
		top: 11px
	}
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		border-right: 1px solid #ddd !important;
		border-bottom: 1px solid #ddd
	}
	.collection-product-wrapper .product-top-filter .popup-filter .search-count {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-bottom: 1px solid #ddd;
		width: 100%
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		border-right: none;
		padding-top: 10px;
		padding-bottom: 10px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
		top: 14px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		width: 100%;
		border-top: none
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		left: unset;
		right: 35px !important;
		top: 14px
	}
	.cart-section .cart-buttons>div:last-child {
		padding-right: 15px
	}
	.cart-section .cart-buttons .btn-solid {
		padding: 7px 8px
	}
	.wishlist-section .btn-solid {
		padding: 7px 8px
	}
	.collection-wrapper .order-up {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.collection-wrapper .tab-product {
		margin-top: 15px
	}
	.checkout-page .checkout-form .checkout-details {
		padding: 15px
	}
	.product-box .img-wrapper .label-block .label3 {
		font-size: 12px;
		padding: 13px 8px
	}
	.product-box .img-block .label-wrapper .label1, .product-box .img-block .label-wrapper .label2 {
		padding: 6px 9px 8px 15px;
		font-size: 12px
	}
	.tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
		padding: 15px 0
	}
	.tab-product .tab-content.nav-material p {
		line-height: 1.3
	}
	.slider-right-nav .slick-slide:first-child>div {
		margin-top: 15px
	}
	.lookbook .lookbook-block .lookbook-dot .dot-showbox {
		width: 90px;
		top: -70px
	}
	.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
		line-height: 16px
	}
	.padding-cls {
		padding-left: 15px;
		padding-right: 15px
	}
	.success-text i {
		font-size: 40px
	}
	.success-text p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.2
	}
	.success-text h2 {
		margin-bottom: 10px
	}
	.order-success-sec>div {
		margin-top: 10px
	}
	.delivery-sec {
		padding: 15px;
		margin-top: 0
	}
	.product-order h3 {
		font-size: 20px
	}
	.product-order .product-order-detail .order_detail h4, .product-order .product-order-detail .order_detail h5 {
		font-size: 14px;
		line-height: 1.2
	}
	.product-order .total-sec ul li {
		font-size: 16px
	}
	.product-order .final-total h3 {
		font-size: 16px
	}
	.beauty-about .service .service-block1 {
		margin-bottom: 20px
	}
	.beauty-about .service .service-block1:last-child {
		margin-bottom: 0
	}
	.main-menu .menu-left .navbar i {
		font-size: 24px
	}
	.typography_section .typography-box .typo-content.typo-buttons a:last-child {
		margin-top: 0
	}
	.typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm {
		padding: 3px 12px
	}
	.bundle .bundle_img .img-box img {
		max-width: 70px
	}
	.bundle .bundle_detail .theme_checkbox {
		padding: 0
	}
	.tools-parallax-product.full-banner {
		padding-top: 45px;
		padding-bottom: 45px
	}
	.tap-top {
		bottom: 100px
	}
}

@media (max-width: 576px) {
	.hot-deal .hot-deal-contain {
		padding: 25px
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		width: 90px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		font-size: 14px
	}
	.media-banner .media-banner-box .media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.media-banner .media-banner-box .media img {
		margin: 0 auto;
		width: 80px
	}
	.media-banner .media-banner-box .media .media-body .media-contant {
		height: auto
	}
	.media-banner .media-banner-box .media .media-body .media-contant p {
		font-size: 13px
	}
	.media-banner .media-banner-box .media .media-body .media-contant h6 {
		font-size: 16px
	}
	.media-banner:nth-last-child(2) {
		margin-bottom: 0
	}
	.footer-1 .logo-contain .logo-block img {
		width: 150px
	}
	.newsletter .news-leble .news-text {
		margin-left: 10px
	}
	.newsletter .subscribe-block {
		display: inherit;
		text-align: center
	}
	.newsletter .subscribe-block .input-group input {
		width: auto
	}
	.newsletter .subscribe-block .btn-normal {
		margin-top: 20px;
		padding: 13px 20px
	}
	.no-slider .product-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
		margin: 0 15px 30px !important
	}
	.no-slider .product-box:nth-last-child(1) {
		margin: 0 15px 0 !important
	}
	.no-slider .product-box:nth-last-child(2) {
		margin: 0 15px 30px !important
	}
	.no-slider.five-product .product-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
		margin: 0 15px 30px !important
	}
	.no-slider.five-product .product-box:nth-last-child(1) {
		margin: 0 15px 0 !important
	}
	.no-slider.five-product .product-box:nth-last-child(2) {
		margin: 0 15px 30px !important
	}
	.collection-product-wrapper .product-wrapper-grid .product-box .product-detail {
		/*padding-top: 10px*/
	}
	.collection-product-wrapper .product-wrapper-grid .product-box .product-detail .detail-title .detail-left .price-title {
		padding-top: 0
	}
	.metro-block .product-box .product-imgbox .product-detail {
		bottom: 15px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 10px
	}
	.product-wrapper-grid.list-view .product .product-box {
		display: block
	}
	.product-wrapper-grid.list-view .product .product-box .product-imgbox {
		margin: 0 auto
	}
	.tap-top {
		width: 35px;
		height: 35px;
		padding: 2px;
		font-size: 19px
	}
}

@media (max-width: 575px) {
	.discount-banner .discount-banner-contain {
		padding: 15px
	}
	.product-notification img {
		height: 60px
	}
	.product-notification {
		width: 230px;
		padding: 10px;
		margin: 5px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li {
		left: -170px
	}
	.theme-slider .slider-banner.slide-banner-1 .layout1-slide-1 li:nth-child(2) {
		right: -160px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
		width: 200px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
		width: 200px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
		width: 180px;
		left: 10px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
		width: 180px;
		right: 10px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-banner-contain {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
		width: 80%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
		width: 80%
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
		width: 90%
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
		width: 90%;
		margin: 10px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
		text-align: center
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center p {
		margin-top: 10px
	}
	.hot-deal .hot-deal-contain1 .layout1-slide-2 li {
		left: -140px
	}
	.hot-deal .hot-deal-contain1 .layout1-slide-2 li:nth-child(2) {
		right: -140px
	}
	.hot-deal .hot-deal-contain1 .layout1-slide-3 li {
		left: -160px
	}
	.hot-deal .hot-deal-contain1 .layout1-slide-3 li:nth-child(2) {
		right: -130px
	}
	.hot-deal .hot-deal-contain1 .hotdeal-right-slick-1 {
		text-align: center
	}
	.hot-1>div:first-child {
		padding-right: 15px;
		padding-left: 15px
	}
	.hot-1>div:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px
	}
	.hot-1>div:last-child {
		padding-right: 15px;
		padding-left: 15px
	}
	.layout-3-hotdeal>div:first-child {
		padding-right: 15px
	}
	.layout-3-hotdeal>div:nth-child(4) {
		padding-right: 15px;
		padding-bottom: 10px
	}
	.creative-card {
		border-width: 0;
		padding: 0
	}
	.tab-product-main {
		padding: 20px 0 15px
	}
	.tab-product-main .tab-prodcut-contain ul li {
		margin: 3px 1px;
		border: 1px solid;
		padding: 2px 12px
	}
	.tab-product-main .tab-prodcut-contain ul li.current {
		    border-color: #00baf2;
    /*background-color: #00baf2;*/

	}
	.tab-product-main .tab-prodcut-contain ul li.current a {
    color: #fff;
    white-space: nowrap;
	}

	.section-py-space .tab-product-main{ padding: 15px 10px; }
	.section-py-space .tab-product-main .tab-prodcut-contain ul li.current a {white-space: normal;}

	.tab-product-main .tab-prodcut-contain ul li {   
	    /*background-color: #bdefff;
	    border-color: #bdefff;*/
	}
	.tab-product-main .tab-prodcut-contain ul li a {
	    color: #222;    
	    font-weight: 	500;
	    letter-spacing: 0.5px;    
	}
	#rightbutton {
	    left: -15px;
	    display: none !important;
	}
	.tab-product-main .tab-prodcut-contain ul li.current:before {
		display: none
	}
	.login-page .theme-card .theme-form {
		padding: 10px;
		background-color: transparent
	}
	.breadcrumb-main {
		padding: 0px 0;
	}
	.masonary-banner-block>div {
		margin-bottom: 15px !important
	}
	.masonary-banner-block.masonary-inner1>div:last-child {
		margin-bottom: 0 !important
	}
	.masonary-banner-block2>div:first-child {
		margin-bottom: 15px
	}
	.masonory-banner .masonary-banner-main .masonary-banner-contant .masonary-banner-subcontant {
		margin-right: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.masonary-banner-block1>div:first-child {
		margin-bottom: 15px
	}
	.masonary-banner-block1>div:last-child {
		padding-left: 0
	}
	.masonary-banner-block1 .col-sm-6.pl-3 {
		padding-left: 0 !important
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 175px
	}
	.theme-slider .slider-banner.slide-banner-5 .layout6-slide-1 li {
		width: 200px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain {
		background-color: rgba(255, 255, 255, 0.4)
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-1 li {
		width: 325px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-2 li {
		width: 230px
	}
	.theme-slider .slider-banner.slide-banner-3 .layout4-slide-3 li {
		width: 250px
	}
	.multiple-slider>div:nth-child(n+2) {
		margin-top: 15px
	}
	.blog-page .blog-media .blog-left .date-label {
		padding: 5px 8px
	}
	.blog-page .blog-media:hover .blog-left img {
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1)
	}
	.blog-page .blog-sidebar .theme-card {
		border-width: 0;
		padding: 0;
		background-color: transparent
	}
	.blog-detail-page .comment-section {
		padding: 0
	}
	.dashboard .box-head h2 {
		margin-top: 5px
	}
	.dashboard .box .box-title {
		padding: 9px 0
	}
	.account-sidebar {
		margin-bottom: 11px
	}
	.login-page .theme-card .btn {
		padding: 11px 15px
	}
	.contact-page .btn {
		margin-top: 0
	}
	.about-page .creative-card {
		padding: 0 15px
	}
	.search-product>div:nth-child(n+2) {
		margin-top: 15px
	}
	.portfolio-section .isotopeSelector {
		margin-bottom: 30px
	}
	.collection-product-wrapper .product-wrapper-grid .product-box {
		margin-top: 10px
	}
	.collection-product-wrapper .product-wrapper-grid .col-6 {
		padding-left: 5px;
		padding-right: 5px
	}

	div#pickup {
    border-bottom: 1px solid #e3e3e3;
    border-right: 0;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

}


@media (max-width: 480px) {
	.product-slide-tab {
		padding-left: 7px
	}
	.hot-4>div:last-child, .hot-4>div:first-child {
		max-width: calc(100%);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.product-reviews {
    box-shadow: 0 0 10px 0 #ddd;
    padding: 20px 10px !important;
    background: white;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
       padding: 10px 5px 10px 5px !important;
        font-size: 10px !important;
}
.product-related h2 {
      margin-top: 20px;    
}
	.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
		height: 50px;
		width: 50px;
		padding: 5px
	}
	.product .product-box {
		padding-right: 0px
	}
	.product .pr-0 {
		padding-left: 7px
	}
	.layout-3-hotdeal .media-banner {
		padding-bottom: 1px
	}
	.layout-5 .slider-banner-contain {
		background-color: rgba(255, 255, 255, 0.3)
	}
	.contact-page .map .theme-card {
		padding: 0;
		background-color: #fff;
		border: 15px solid #fff
	}
	.contact-page .theme-form {
		padding: 10px;
		background-color: #fff;
		border: 15px solid #fff
	}
	.contact-page .theme-form textarea {
		padding: 17px 25px;
		margin-bottom: 20px;
		height: inherit
	}
	.masonary-banner-block1 .col-sm-6.pl-3 {
		padding-left: 0 !important
	}
	.discount-banner .discount-banner-contain h2 {
		margin-bottom: 7px
	}
	.discount-banner .discount-banner-contain .rounded-contain .rounded-subcontain {
		padding: 15px 10px
	}
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 30px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h3 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main .collection-banner-contain h4 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-1 .collection-banner-contain h4 {
		font-size: 30px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain {
		padding: 13px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h3 {
		font-size: 18px;
		margin-bottom: 8px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
		font-size: 13px;
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-banner-contain .shop a {
		font-size: 13px
	}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 108px;
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
		font-size: 25px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h4 {
		margin-top: 10px;
		margin-bottom: 50px;
		font-size: 13px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 385px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h3 {
		font-size: 18px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-banner-contain h4 {
		font-size: 20px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 160px
	}
	.collection-banner .collection-banner-main.banner-5.p-center .collection-banner-contain {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 20px
	}
	.collection-banner .collection-banner-main.banner-5 .collection-img {
		background-position: right !important
	}
	.collection-banner .collection-banner-main.banner-5.p-center {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain {
		padding: 10px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h3 {
		font-size: 14px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain h4 {
		font-size: 16px
	}
	.collection-banner .collection-banner-main.banner-7 .collection-banner-contain .shop {
		margin-top: 10px
	}
	.collection-banner .collection-banner-main {
		background-color: white;
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		/* height: auto; */
		background-position: center !important;
		background-size: cover !important;
	}

	.collection-banner .collection-banner-main .collection-img {
		height: 190px;
		background-size: 100% !important;
		background-repeat: no-repeat !important;
		background-position: right !important;
	}
	.section-big-py-space {
    /*padding: 0px 0;*/
}
	.collection-banner .collection2>div:first-child {
    margin: 15px 0px 15px !important; 
}
.collection-banner .collection2>div:nth-child(2) {
    margin: 0px 0px 15px !important; 
    }
    .collection-banner .collection3>div:first-child {
    margin-bottom: 0px !important;
    margin-right: 15px;
}
	.product .product-box .product-imgbox .new-label {
		padding: 5px;
		width: 80%;
		height: 80%
	}
	.product .product-box .product-imgbox .new-label2 {
		top: 10px;
		right: 10px
	}
	.product .product-box .product-imgbox .new-label1 {
		top: 10px;
		left: 10px;
		width: 35px;
		height: 35px
	}
	.product .product-box .product-imgbox .on-sale1, .product .product-box .product-imgbox .on-sale2 {
		top: 25px;
		right: -15px
	}
	.product .product-box .product-imgbox .product-icon.icon-center {
		display: unset;
		height: auto;
		width: auto
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		width: 100px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
		width: 80px
	}
	.theme-slider .slider-banner .slider-img {
		height: 200px
	}
	.theme-slider .slider-banner .slider-banner-contain {
		padding: 0 25px
	}
	.theme-slider .slider-banner .slider-banner-contain h3:before, .theme-slider .slider-banner .slider-banner-contain h3:after {
		display: none
	}
	.theme-slider .slider-banner .slider-banner-contain .btn-rounded {
		font-size: 12px;
		padding: 7px 12px
	}
	.theme-slider .slider-banner .slider-banner-contain h4 {
		font-size: 14px
	}
	.theme-slider .slider-banner .slider-banner-contain h1 {
		font-size: 14px
	}
	.theme-slider .slider-banner .slider-banner-contain h2 {
		font-size: 14px
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-img {
		height: 220px;
		background-position: left !important
	}
	.theme-slider .slider-banner.slide-banner-2 .slider-banner-contain .sub-contain {
		background-color: rgba(255, 255, 255, 0.7);
		min-width: 220px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-img {
		height: 230px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h3 {
		font-size: 16px
	}
	.theme-slider .slider-banner.slide-banner-3 .slider-banner-contain h1 {
		font-size: 18px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-1 li {
		width: 250px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-2 li {
		width: 300px
	}
	.theme-slider .slider-banner.slide-banner-4 .layout5-slide-3 li {
		width: 250px
	}
	.theme-slider .slider-banner.slide-banner-4 .slider-img {
		height: 280px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h3 {
		font-size: 16px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain h1 {
		font-size: 18px
	}
	.top-header .top-header-right .language-block .language-dropdown span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.top-header .top-header-right .language-block .curroncy-dropdown span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.category-header .navbar-menu .category-right .gift-block {
		padding: 12px 15px
	}
	.category-header .navbar-menu .category-right .contact-block {
		margin-left: 20px
	}
	.category-header .navbar-menu .category-right .contact-block span {
		margin-left: 0
	}
	.select_input select {
		padding: 12px 15px;
		margin-bottom: 18px
	}
	.about-page p {
		line-height: 1.5
	}
	.blog-detail-page .blog-contact h2 {
		font-size: 30px;
		margin-bottom: 25px
	}
	.blog-detail-page .blog-contact .theme-form input, .blog-detail-page .blog-contact .theme-form textarea {
		padding: 12px 20px;
		margin-bottom: 20px
	}
	.blog-detail-page .blog-detail h3 {
		margin-bottom: 15px
	}
	.blog-detail-page .blog-detail img {
		margin-bottom: 25px
	}
	.blog-detail-page .blog-advance ul {
		line-height: 1.5
	}
	.blog-detail-page .blog-advance img {
		margin-bottom: 20px;
		margin-top: 10px
	}
	.blog-detail-page .blog-advance p {
		line-height: 1.5
	}
	.blog-detail-page .comment-section li {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.blog-detail-page .comment-section li p {
		line-height: 1.5
	}
	.blog-detail-page .comment-section li h6 {
		margin-top: 10px;
		margin-bottom: 10px
	}
	.blog-detail-page .comment-section li h6 span {
		display: inherit;
		margin-left: 0
	}
	.blog-detail-page .comment-section .media {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.blog-detail-page .comment-section li img{ margin-right: 0; }

	.faq-section .theme-accordion .card .card-body p {
		line-height: 1.5 !important
	}
	.faq-section .theme-accordion .card .card-header button {
		line-height: 1.3;
		padding: 12px 35px 12px 12px !important
	}
	.faq-section .accordion.theme-accordion .card .card-header button:before {
		top: 20px
	}
	.pwd-page h2 {
		font-size: 25px;
		margin-bottom: 15px
	}
	.login-page .authentication-right h6 {
		margin-bottom: 10px
	}
	.login-page .theme-card {
		padding: 25px
	}
	.search-block .btn-solid {
		padding: 10px 15px
	}
	.contact-page .map iframe {
		height: 275px
	}
	.contact-page .theme-form input {
		padding: 8px 20px;
		margin-bottom: 15px
	}
	.account-sidebar {
		width: 45%
	}
	.success-text h2 {
		font-size: 20px
	}
	.success-text p {
		font-size: 14px
	}
	.delivery-sec h3, .delivery-sec h2 {
		font-size: 18px
	}
	.typography_section .typography-box .typo-content.typo-buttons a {
		margin: 5px 0
	}
	.search-product>div:nth-last-child(5) {
		margin-top: 30px
	}
	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg .media {
		display: block;
		text-align: center
	}
}

@media (max-width: 420px) {
	.collection-banner .collection-banner-main .collection-banner-contain {
		padding: 0 20px
	}
	.category-header .navbar-menu .category-right .gift-block .grif-icon i {
		display: none
	}
	.category-header .navbar-menu .category-right .gift-block .gift-offer span {
		font-size: 16px
	}
	.category-header .navbar-menu .category-right .contact-block span span {
		font-size: 16px
	}
	.theme-slider .slider-banner .layout2-slide-1 li {
		width: 290px
	}
	.theme-slider .slider-banner .layout2-slide-2 li {
		width: 160px
	}
	.theme-slider .slider-banner .layout2-slide-3 li {
		width: 160px
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li {
		width: 130px;
		left: 0
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-1 li:last-child {
		width: 130px;
		right: 0
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li {
		width: 120px;
		left: 0
	}
	.theme-slider .slider-banner.slide-banner-2 .layout3-slide-2 li:last-child {
		width: 120px;
		right: 0
	}
	.blog-details p {
		font-size: 14px;
		line-height: 1.3
	}
	.blog-details p {
		font-size: 14px;
		line-height: 1.3
	}
	.product-right .product-icon .product-social li {
		padding-right: 4px
	}
	.product-right .product-icon .product-social li a i {
		font-size: 14px
	}
	.product-right .product-icon .wishlist-btn span {
		font-size: 14px
	}
	.product-right .product-icon .wishlist-btn i {
		font-size: 14px
	}
	.tab-product .nav-material.nav-tabs {
		display: block
	}
	.tab-product .nav-material.nav-tabs .nav-item {
		width: 100%
	}
	.tab-product .nav-material.nav-tabs .nav-item .nav-link {
		padding: 10px 20px;
		text-align: center
	}
	.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link, .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
		padding: 10px 20px
	}
	.product-right .product-buttons .btn-normal {
		padding: 15px 15px
	}
	.product-right.product-form-box .timer span {
		min-width: 45px
	}
	.product-right .timer span {
		min-width: 55px;
		margin-right: 8px;
		margin-left: 0
	}
	.product-right .timer span:last-child {
		margin-right: 0
	}
	.product-right .product-icon .product-social {
		margin-top: 0
	}
	.product-right .product-icon .product-social li {
		padding-right: 5px
	}
	.product-right .product-icon .product-social li a i {
		font-size: 14px
	}
	.product-right .product-icon .wishlist-btn i {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 5px
	}
	.product-right .product-icon .wishlist-btn span {
		font-size: 14px
	}
	.tab-product .theme-form input, .tab-product .theme-form textarea {
		font-size: 12px;
		padding: 8px 15px
	}
	.category-border div .category-banner .category-box h2 {
		font-size: 25px
	}
	.full-banner .banner-contain h2 {
		font-size: 55px
	}
	.full-banner .banner-contain h3 {
		font-size: 36px
	}
	.theme-card.center-align {
		display: unset;
		height: unset;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset
	}
	.theme-card.card-border .offer-slider img {
		padding: 0 15px 0 15px
	}
	.full-box .center-slider .offer-slider .product-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd
	}
	.full-box .center-slider .offer-slider .product-box .img-wrapper img {
		height: 120px
	}
	.full-box .center-slider .offer-slider .product-box .product-info {
		text-align: left
	}
	.full-box .center-slider .offer-slider .product-box .product-info h6 {
		padding-top: 5px
	}
	.full-box .center-slider .offer-slider .product-box .product-info .color-variant {
		padding-top: 2px
	}
	.full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
		height: 15px;
		width: 15px;
		padding-right: 3px
	}
	.full-box .center-slider .offer-slider .product-box .product-detail {
		padding-left: 0
	}
	.full-box .center-slider .offer-slider .product-box .product-detail h4 {
		font-size: 20px
	}
	.full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
		padding-top: 0
	}
	.full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
		display: none
	}
	.full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
		opacity: 1
	}
	.full-box .theme-card .offer-slider .sec-1 {
		display: inline
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2 {
		border-bottom: 1px solid #ddd
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
		border-bottom: none
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-left: none
	}
	.full-box.center-align .offer-slider .product-box2 {
		padding-bottom: 15px
	}
	.center-slider .offer-slider .product-box .product-detail {
		text-align: left !important
	}
	.center-slider .offer-slider .product-box .product-detail .rating i {
		padding-right: 3px
	}
	.center-slider .offer-slider .product-box .product-detail h4 {
		padding-bottom: 0.5rem
	}
	.center-slider .offer-slider .product-box .product-detail .color-variant li {
		height: 18px;
		width: 18px;
		padding-right: 3px
	}
	.center-slider .offer-slider .product-box .img-wrapper .cart-box {
		display: none
	}
	.team h6 {
		line-height: 15px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 30px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
		font-size: 30px
	}
	.login-page .authentication-right p {
		line-height: 1.5
	}
	.login-page .theme-card .theme-form input {
		padding: 10px 20px
	}
	.tab-product .nav-material.nav-tabs {
		display: block
	}
	.tab-product .nav-material.nav-tabs .nav-item {
		width: 100%
	}
	.tab-product .nav-material.nav-tabs .nav-item .nav-link {
		padding: 10px 20px
	}
	.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link, .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
		padding: 10px 20px
	}
	.product-right .product-buttons .btn-solid, .product-right .product-buttons .btn-outline {
		padding: 7px 13px
	}
	.product-right.product-form-box .timer span {
		min-width: 45px
	}
	.product-right .timer span {
		min-width: 45px !important
	}
	.product-right .product-icon .product-social {
		margin-top: 0
	}
	.product-right .product-icon .product-social li {
		padding-right: 5px
	}
	.product-right .product-icon .product-social li a i {
		font-size: 14px
	}
	.product-right .product-icon .wishlist-btn i {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 5px
	}
	.product-right .product-icon .wishlist-btn span {
		font-size: 14px
	}
	.tab-product .theme-form input, .tab-product .theme-form textarea {
		font-size: 12px;
		padding: 8px 15px
	}
	.order-box .sub-total .shipping {
		width: unset;
		float: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.order-box .sub-total .shipping .shopping-option:last-child {
		padding-left: 20px
	}
	.checkout-page .checkout-form .form-group {
		margin-bottom: 0
	}
	.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
		height: 40px
	}
	.checkout-page .checkout-form select, .checkout-page .checkout-form textarea {
		height: 40px
	}
	.theme-tab .tab-title {
		margin-bottom: 15px
	}
	.theme-tab .tab-title.media-tab li {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding-top: 10px;
		line-height: 1
	}
}

@media (max-width: 360px) {
	.product .product-box .product-imgbox .product-icon.icon-inline button {
		margin: 0 1px
	}
	.product .product-box .product-imgbox .product-icon.icon-inline a {
		margin: 0 1px
	}
	.product .product-box .product-imgbox .new-label {
		padding: 5px;
		width: 100%;
		height: 100%
	}
	.product .product-box .product-detail .icon-detail button {
		margin: 0 1px
	}
	.product .product-box .product-detail .icon-detail a {
		margin: 0 1px
	}
	.product .product-box .product-detail.detail-center {
		padding-top: 20px
	}
	.product .product-box .product-detail.detail-center .icon-detail {
		bottom: 78px
	}
	.product .product-box:hover .product-detail.detail-center .icon-detail {
		bottom: 78px
	}
	.collection-banner .banner-5.p-center .collection-banner-contain .sub-contain {
		background-color: rgba(255, 255, 255, 0.4);
		padding: 15px
	}
	.collection-banner .collection-banner-main .collection-img {
		height: 135px;
		background-size: 100% !important;
		background-repeat: no-repeat !important;
		background-position: right !important;
	}
	.collection-banner .collection2>div:first-child {
    margin: 10px 0px 15px !important;
}
.collection-banner .collection3>div:first-child {
    margin-bottom: 10px !important;
    margin-right: 15px;
}
.collection-banner .collection2>div:nth-child(2) {
    margin: 0px 0px 15px !important;
}
	.collection-banner .collection-banner-main.banner-2 .collection-img {
		height: 135px
	}
	.collection-banner .collection-banner-main.banner-3 .collection-img {
		height: 280px
	}
	.collection-banner .collection-banner-main.banner-4 .collection-img {
		height: 115px
	}
	.hot-deal .hot-deal-contain .hotdeal-right-nav img {
		width: 65px
	}
	.hot-deal .hot-deal-contain .hot-deal-center .timer span {
		padding: 9px
	}
	.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
		width: 65px
	}
	.theme-modal#exampleModal .offer-content {
		min-height: 300px
	}
	.theme-slider .slider-banner.slide-banner-5 .slider-banner-contain {
		background-color: rgba(255, 255, 255, 0.5)
	}
	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
		font-size: 13px
	}
	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
		height: 12px;
		width: 12px
	}
	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 115px
	}
	.blog-detail-page .blog-detail p {
		line-height: 1.5
	}
	.blog-detail-page .blog-contact h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
	.about-page p {
		line-height: 1.2
	}
	.theme-modal .modal-dialog .modal-content .modal-body {
		padding: 10px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 20px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
		right: 10px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
		font-size: 20px;
		margin-bottom: 10px
	}
	.login-page .theme-card {
		padding: 18px
	}
	.search-block .btn-solid {
		padding: 10px 5px
	}
	.search-block .form-header .input-group input {
		padding: 10px 12px
	}
	.contact-page .map iframe {
		height: 200px
	}
	.collection-product-wrapper .product-pagination .pagination .page-item a {
		padding: 15px 13px
	}
	.collection-product-wrapper .product-pagination .product-search-count-bottom {
		padding-left: 10px
	}
	.collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
		line-height: 15px
	}
	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		width: 80%
	}
	.cart-section tbody tr td, .wishlist-section tbody tr td {
		min-width: 115px
	}
	.cart-section tbody tr td .mobile-cart-content .col-xs-3, .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
		margin-left: 5px;
		margin-right: 5px
	}
	.cart-section tbody tr td a img, .wishlist-section tbody tr td a img {
		height: 80px
	}
	.cart-section tfoot tr td, .wishlist-section tfoot tr td {
		padding-right: 27px
	}
	.cart-section tfoot tr td h2, .wishlist-section tfoot tr td h2 {
		font-size: 21px
	}
	.wishlist-section .wishlist-buttons:last-child a {
		margin-left: 0
	}
	.product-buttons .btn-solid, .product-buttons .btn-outline {
		padding: 7px 16px
	}
	.product-description .qty-box .input-group {
		width: 100%
	}
	.single-product-tables.detail-section table {
		width: 70%
	}
	.product-right .timer span .padding-l {
		padding-left: 10px
	}
	.product-form-box .timer span {
		min-width: 45px
	}
	.product-form-box .timer span .padding-l {
		padding-left: 9px
	}
	.product-form-box .product-buttons .btn-solid, .product-form-box .product-buttons .btn-outline {
		padding: 5px 5px
	}
	.product-form-box .timer span, .border-product .timer span {
		min-width: 45px
	}
	.product-form-box .timer span .padding-l, .border-product .timer span .padding-l {
		padding-right: 5px
	}
	.tools-parallax-product .tools-description .tools-form .search-box {
		width: 92%
	}
	.full-box .center-slider .offer-slider .product-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd
	}
	.full-box .center-slider .offer-slider .product-box .img-wrapper img {
		height: 120px
	}
	.full-box .center-slider .offer-slider .product-box .product-info {
		text-align: left
	}
	.full-box .center-slider .offer-slider .product-box .product-info h6 {
		padding-top: 5px
	}
	.full-box .center-slider .offer-slider .product-box .product-info .color-variant {
		padding-top: 2px
	}
	.full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
		height: 15px;
		width: 15px;
		padding-right: 3px
	}
	.full-box .center-slider .offer-slider .product-box .product-detail {
		padding-left: 0
	}
	.full-box .center-slider .offer-slider .product-box .product-detail h4 {
		font-size: 20px
	}
	.full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
		padding-top: 0
	}
	.full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
		display: none
	}
	.full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
		opacity: 1
	}
	.full-box .theme-card .offer-slider .sec-1 {
		display: inline
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2 {
		border-bottom: 1px solid #ddd
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
		border-bottom: none
	}
	.full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-left: none
	}
	.center-slider .offer-slider .product-box .product-detail {
		text-align: left !important
	}
	.center-slider .offer-slider .product-box .product-detail .rating i {
		padding-right: 3px
	}
	.center-slider .offer-slider .product-box .product-detail h4 {
		padding-bottom: 0.5rem
	}
	.center-slider .offer-slider .product-box .product-detail .color-variant li {
		height: 18px;
		width: 18px;
		padding-right: 3px
	}
	.center-slider .offer-slider .product-box .img-wrapper .cart-box {
		display: none
	}
}

@media (max-width: 320px) {
	.rounded-category .category-contain .img-wrapper {
		width: 170px;
		height: 170px
	}
	.deal-banner .deal-banner-containe h1 {
		line-height: 1.4
	}
}

@media (min-width: 768px) {
	.p-r-md-0 {
		padding-right: 0
	}
	.p-l-md-0 {
		padding-left: 0
	}
}

body.dark {
	background-color: #1b1b1b !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #cfd4da
}

.dark .product-notification {
	background-color: #262626
}

.dark .product-notification .close {
	color: #ddd
}

.dark h1 {
	color: #fff
}

.dark h2 {
	color: #f1f3f5
}

.dark h3 {
	color: #eaedef
}

.dark h4 {
	color: #e7eaec
}

.dark h5 {
	color: #dee2e6
}

.dark h6 {
	color: #cfd4da
}

.dark p {
	color: #cfd4da
}

.dark li {
	color: #cfd4da
}

.dark a {
	color: #cbcbcb
}

.dark input, .dark textarea {
	border-color: #3c3c3c !important;
	background-color: #262626
}

.dark input::-webkit-input-placeholder, .dark textarea::-webkit-input-placeholder {
	color: #cfd4da !important
}

.dark input:-ms-input-placeholder, .dark textarea:-ms-input-placeholder {
	color: #cfd4da !important
}

.dark input::-ms-input-placeholder, .dark textarea::-ms-input-placeholder {
	color: #cfd4da !important
}

.dark input::placeholder, .dark textarea::placeholder {
	color: #cfd4da !important
}

.dark select {
	background-color: #1b1b1b !important;
	color: #cfd4da !important
}

.dark select:focus {
	background-color: #262626;
	color: #cfd4da !important
}

.dark .layout-header3 .main-menu .menu-right .gift-block .gift-offer p {
	color: #fff
}

.dark .gift-dropdown.dropdown-menu {
	border: 2px solid #3c3c3c;
	background-color: #1b1b1b
}

.dark .gift-dropdown.dropdown-menu .media+.media {
	border-top: 1px solid #3c3c3c
}

.dark .category-header-4 .sm-horizontal {
	background-color: #00baf2
}

.dark .category-header-4 .pixelstrap a {
	color: #fff !important
}

.dark label {
	color: #f1f3f5 !important
}

.dark .toggle-nav i {
	color: #f1f3f5
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group select {
	background: url(../images/icon/drop.png) no-repeat scroll 20px 23px
}

.dark .mobile-setting-hover .mobile-setting-show {
	background-color: #262626;
	border: 5px solid #f2f8f9
}

.dark .layout-header3 .main-menu .menu-right .input-block .input-box .big-deal-form .input-group select {
	background: url(../images/icon/drop.png) no-repeat scroll 20px 15px
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group select, .dark .category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group select {
	background: url(../images/icon/drop.png) no-repeat scroll 20px 23px;
	border-right: 1px solid #3c3c3c
}

.dark .layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li {
	border-color: #3c3c3c
}

.dark .sm-horizontal .mobile-back, .dark .sm-vertical .mobile-back {
	color: #e7eaec;
	border-bottom-color: #3c3c3c
}

.dark .tab-product-main .tab-prodcut-contain ul li a {
	color: #fff
}

.dark .layout-5 .media-banner.media-banner-1 {
	background-color: #1b1b1b
}

.dark .blog .blog-contain .blog-img {
	border: 1px solid #262626
}

.dark .blog .blog-contain .blog-details-2 {
	background-color: #262626
}

.dark .b-g-white {
	background-color: #262626 !important
}

.dark .b-g-white1 {
	background-color: #262626 !important
}

.dark .slick-prev:before, .dark .slick-next:before {
	color: #eaedef !important
}

.dark .category-header-6 .pixelstrap a {
	color: #fff !important
}

.dark .bg-light {
	background-color: #1b1b1b !important
}

.dark .bg-white {
	background-color: #1b1b1b !important
}

.dark .creative-card {
	background-color: #262626
}

.dark .top-header .top-header-right .language-block .language-dropdown .language-dropdown-open {
	background-color: #1b1b1b
}

.dark .top-header .top-header-right .language-block .language-dropdown .language-dropdown-open li a {
	color: #cfd4da
}

.dark .top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open {
	background-color: #1b1b1b
}

.dark .top-header .top-header-right .language-block .curroncy-dropdown .curroncy-dropdown-open li a {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	background-color: #262626
}

.dark .category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li img {
	border-color: #004459
}

.dark .category-header .navbar-menu .category-left .nav-block .nav-left .navbar {
	background-color: #262626
}

.dark .category-header .navbar-menu .category-left .nav-block .nav-left .navbar h5 {
	color: #dee2e6 !important
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group span i {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .input-group-prepend {
	background-color: #262626
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .input-group-prepend select {
	background-color: #262626;
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .input-group-prepend span {
	background-color: #262626
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control {
	background-color: #262626;
	border-color: #3c3c3c !important
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control::-webkit-input-placeholder {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control:-ms-input-placeholder {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control::-ms-input-placeholder {
	color: #cfd4da
}

.dark .category-header .navbar-menu .category-left .input-block .input-box .big-deal-form .input-group .form-control::placeholder {
	color: #cfd4da
}

.dark .layout-header1 {
	background-color: #1b1b1b
}

.dark .layout-header1 .main-menu-block .menu-right .icon-nav ul li a i {
	color: #cfd4da
}

.dark .layout-header1 .main-menu-block .menu-right .icon-nav ul li span {
	color: #cfd4da
}

.dark .layout-header2 {
	background-color: #1b1b1b
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group {
	background-color: #1b1b1b
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group .form-control {
	background-color: #1b1b1b
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span {
	background-color: #1b1b1b
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group span i {
	color: #cfd4da
}

.dark .layout-header2 .main-menu-block .cart-block .cart i {
	color: #cfd4da
}

.dark .layout-header2 .main-menu-block .cart-block .cart-item h5 {
	color: #cfd4da
}

.dark .category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	background-color: #1b1b1b
}

.dark .category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li img {
	border-color: #3c3c3c
}

.dark .category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #cfd4da
}

.dark .layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat {
	background-color: #262626
}

.dark .layout-header3 .main-menu .menu-left .nav-block .nav-left .nav-cat li a {
	color: #cfd4da
}

.dark .layout-header4 {
	background-color: #1b1b1b
}

.dark .layout-header4 .contact-block .desc-nav-block .contact-item {
	color: #dee2e6
}

.dark .layout-header4 .contact-block .desc-nav-block .contact-item span {
	color: #dee2e6
}

.dark .layout-header4 .contact-block .desc-nav-block .mobile-user {
	color: #cfd4da
}

.dark .layout-header4 .icon-block ul li a i {
	color: #dee2e6
}

.dark .layout-header4 .icon-block ul li a .cart-item {
	color: #dee2e6
}

.dark .layout-header4 .icon-block ul li a .cart-item span {
	color: #cfd4da
}

.dark .category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	background-color: #262626
}

.dark .category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat li a {
	color: #cfd4da
}

.dark .category-header-4 .navbar-menu .category-right .input-block .big-deal-form {
	background-color: #262626
}

.dark .category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group span {
	background-color: #262626
}

.dark .category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group span i {
	color: #cfd4da
}

.dark .category-header-4 .navbar-menu .category-right .input-block .big-deal-form .input-group .form-control {
	background-color: #262626;
	border-color: #3c3c3c !important
}

.dark .onhover-show-div {
	background-color: #262626
}

.dark .onhover-show-div li a {
	color: #cfd4da
}

.dark .cart-hover-div .cart-show-div {
	background-color: #262626
}

.dark .cart-hover-div .cart-show-div li .media .media-body h6 {
	color: #cfd4da
}

.dark .cart-hover-div .cart-show-div li .check-btn a {
	color: #dee2e6
}

.dark .cart-hover-div .cart-show-div li .total {
	border-color: #3c3c3c
}

.dark .cart-hover-div .cart-show-div li .total h6 {
	color: #cfd4da
}

.dark .pixelstrap ul {
	border-color: #4c4c4c;
	background-color: #262626
}

.dark .pixelstrap ul a, .dark .pixelstrap ul:hover, .dark .pixelstrap ul:active {
	color: #cbcbcb !important
}

.dark .pixelstrap a {
	color: #cbcbcb !important
}

.dark .pixelstrap .link-section h5 {
	color: #dee2e6
}

.dark .brand-panel .brand-panel-box .brand-panel-contain {
	background-color: #262626
}

.dark .brand-panel .brand-panel-box .brand-panel-contain ul li a {
	color: #cfd4da
}

.dark .collection-banner .collection-banner-main:after {
	background-color: rgba(27, 27, 27, 0.2)
}

.dark .collection-wrapper .product-slick {
	background-color: #262626
}

.dark .product-wrapper-grid.list-view .product .product-box {
	background-color: #262626
}

.dark .Jewellery-banner h6 {
	color: #262626
}

.dark .Jewellery-banner a {
	color: #262626
}

.dark .blog .blog-contain .blog-details {
	background-color: #262626
}

.dark .blog .blog-contain .blog-details p {
	color: #cfd4da
}

.dark .blog .blog-contain h4 {
	color: #e7eaec
}

.dark .blog-detail-page .comment-section li {
	border-color: #3c3c3c
}

.dark .breadcrumb-main {
	background-color: #262626
}

.dark .breadcrumb-main .breadcrumb-contain h2 {
	color: #f1f3f5
}

.dark .breadcrumb-main .breadcrumb-contain ul li i {
	color: #e7eaec
}

.dark .breadcrumb-main .breadcrumb-contain ul li a {
	color: #cfd4da
}

.dark .box-category .box-category-contain {
	background-color: #262626
}

.dark .box-category .box-category-contain h4 {
	color: #e7eaec
}

.dark .box-category .box-category-contain:hover {
	background: #bfbfbf
}

.dark .media-banner {
	background-color: #1b1b1b;
	border-color: #3c3c3c
}

.dark .media-banner .media-banner-box .media-heading h5 {
	color: #dee2e6
}

.dark .media-banner .media-banner-box .media .media-body .media-contant p {
	color: #eaedef
}

.dark .media-banner .media-banner-box .media .media-body .media-contant h6 {
	color: #dee2e6
}

.dark .discount-banner {
	background-color: #262626
}

.dark .discount-banner .discount-banner-contain h1 {
	color: #e7eaec
}

.dark .hot-deal .hot-deal-contain1 {
	background-color: #262626
}

.dark .hot-deal .hot-deal-contain1 .hot-deal-heading h5 {
	color: #dee2e6
}

.dark .hot-deal .hot-deal-contain1.hot-deal-banner-1 {
	background-color: #1b1b1b
}

.dark .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center h5 {
	color: #cfd4da
}

.dark .hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span {
	color: #cfd4da
}

.dark .hot-deal .hot-deal-contain {
	background-color: #1b1b1b
}

.dark .hot-deal .hot-deal-contain .hot-deal-center .price span {
	color: #dee2e6
}

.dark .hot-deal .hot-deal-contain .hot-deal-center h5 {
	color: #dee2e6
}

.dark .hot-deal .hot-deal-contain .hot-deal-center .timer span {
	background-color: #262626;
	color: #cfd4da
}

.dark .hot-deal .hot-deal-contain.hot-deal-contain2 .hot-deal-center .timer span {
	background-color: #1b1b1b
}

.dark .hot-deal .slick-prev:before, .dark .hot-deal .slick-next:before {
	color: #f1f3f5
}

.dark .tab-product-main {
	background-color: #262626
}

.dark .product .product-box .product-detail.detail-inline {
	background-color: #262626
}

.dark .product .product-box .product-detail.detail-center {
	background-color: #262626
}

.dark .product .product-box .product-detail .detail-title .detail-left .price-title {
	color: #cfd4da
}

.dark .instagram .insta-contant {
	border-color: #262626
}

.dark .instagram .insta-contant.insta-contant-inverse {
	border-color: #1b1b1b
}

.dark .instagram .insta-contant .insta-sub-contant .insta-title {
	background-color: #262626
}

.dark .instagram .insta-contant .insta-sub-contant .insta-title h4 {
	color: #e7eaec
}

.dark .instagram .insta-contant1 .insta-sub-contant1 .insta-title {
	background-color: #1b1b1b
}

.dark .instagram .insta-contant1 .insta-sub-contant1 .insta-title h4 {
	color: #e7eaec
}

.dark .instagram .insta-contant2 {
	border-color: #262626
}

.dark .instagram .insta-contant2 .insta-title {
	background-color: #1b1b1b
}

.dark .instagram .insta-contant2 .insta-title h4 {
	color: #e7eaec
}

.dark .title1 {
	background-color: #262626
}

.dark .title1 h4 {
	color: #cfd4da
}

.dark .title2 {
	background-color: #262626
}

.dark .title2 h4 {
	color: #cfd4da
}

.dark .title3 {
	background-color: #1b1b1b
}

.dark .title3 h4 {
	color: #cfd4da
}

.dark .title4 {
	background-color: #262626
}

.dark .title4 h4 {
	color: #cfd4da
}

.dark .title5 {
	background-color: #262626
}

.dark .title5 h4 {
	color: #cfd4da
}

.dark .title6 {
	background-color: #262626
}

.dark .title6 h4 {
	color: #cfd4da
}

.dark .newsletter {
	background-color: #262626
}

.dark .newsletter .news-leble {
	border-color: #3c3c3c
}

.dark .newsletter .news-leble .news-text {
	color: #e7eaec
}

.dark .app-link-block {
	background-color: #1b1b1b
}

.dark .app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block ul li {
	background-color: #262626
}

.dark .app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block ul li a i {
	color: #cfd4da
}

.dark .app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block ul li:hover {
	background-color: #1b1b1b
}

.dark .app-link-block .app-link-bloc-contain .app-item-group .sosiyal-block h6 {
	color: #cfd4da
}

.dark .sub-footer {
	background-color: #262626
}

.dark .sub-footer .footer-end p {
	color: #cfd4da
}

.dark .footer-1 {
	background-color: #262626
}

.dark .footer-1 .logo-contain .logo-detail:before {
	background-color: #3c3c3c
}

.dark .footer-1 .logo-contain p {
	color: #cfd4da
}

.dark .footer-1 .footer-link {
	border-color: #3c3c3c
}

.dark .footer-2 {
	background-color: #262626
}

.dark .footer-2 .footer-main-contian {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-right {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-right .subscribe-section {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input {
	background-color: #262626
}

.dark .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group span {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant h4 {
	color: #cfd4da
}

.dark .footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-left {
	border-color: #3c3c3c
}

.dark .footer-2 .footer-main-contian .footer-left .footer-detail p {
	color: #cfd4da
}

.dark .footer-2 .sub-footer .sub-footer-contain p {
	color: #cfd4da
}

.dark .footer-3 {
	background-color: #1b1b1b
}

.dark .footer-3 .sosiyal-footer {
	border-color: #3c3c3c
}

.dark .footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group input {
	background-color: #1b1b1b;
	border-color: #3c3c3c
}

.dark .footer-3 .sosiyal-footer .subscribe-section .subscribe-block .input-group span {
	border-color: #3c3c3c
}

.dark .footer-3 .sosiyal-footer .subscribe-section .subscribe-block h4 {
	color: #e7eaec
}

.dark .footer-3 .sosiyal-block .sosiyal li {
	background-color: #262626
}

.dark .footer-3 .sosiyal-block .sosiyal li a i {
	color: #cfd4da
}

.dark .footer-3 .sub-footer h6 {
	color: #cfd4da
}

.dark .footer-4 {
	background-color: #1b1b1b
}

.dark .footer-4 .follow {
	background-color: #262626
}

.dark .footer-4 .sosiyal-block ul li {
	background-color: #1b1b1b !important
}

.dark .footer-4 .logo-detail p {
	color: #dee2e6
}

.dark .footer-title h5 {
	color: #dee2e6 !important
}

.dark .footer-contant ul li {
	color: #cfd4da !important
}

.dark .footer-contant ul li a {
	color: #cfd4da !important
}

.dark .footer-contant p {
	color: #cfd4da !important
}

.dark .page-link {
	background-color: #1b1b1b;
	border-color: #3c3c3c
}

.dark .collection-filter-block {
	background-color: #262626;
	border-color: #3c3c3c
}

.dark .collection-filter-block .collapse-block-title {
	color: #dee2e6
}

.dark .collection-filter-block .collapse-block-title::after {
	color: #f1f3f5
}

.dark .collection-filter-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
	color: #cfd4da
}

.dark .collection-filter-block .collection-collapse-block-content .category-list li a {
	color: #cfd4da
}

.dark .collection-filter-block .product-service .media {
	border-color: #3c3c3c
}

.dark .collection-filter-block .product-service .media .media-body h4 {
	color: #dee2e6
}

.dark .top-banner-wrapper .top-banner-content h4 {
	color: #e7eaec
}

.dark .top-banner-wrapper .top-banner-content h5 {
	color: #dee2e6
}

.dark .top-banner-wrapper .top-banner-content p {
	color: #e7eaec
}

.dark .collection-product-wrapper .product-top-filter {
	border-color: #3c3c3c
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
	border-color: #3c3c3c
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
	color: #e7eaec
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
	border-color: #3c3c3c
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li i {
	color: #e7eaec
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
	color: #e7eaec;
	border-color: #3c3c3c
}

.dark .collection-product-wrapper .product-top-filter .product-wrapper-grid.list-view .product .product-box {
	background-color: #262626
}

.dark .theme-card .offer-slider .media .media-body h6 {
	color: #cfd4da
}

.dark .theme-card .offer-slider .media .media-body h4 {
	color: #e7eaec
}

.dark .theme-card .offer-slider .media .popup-filter .sidebar-popup a {
	color: #e7eaec
}

.dark .theme-card .offer-slider .media .popup-filter .collection-view ul li {
	color: #e7eaec
}

.dark .theme-card h5.title-border {
	border-color: #3c3c3c
}

.dark .product-pagination {
	border-color: #3c3c3c
}

.dark .product-pagination .pagination {
	border-color: #3c3c3c
}

.dark .product-pagination .pagination .page-item.active a {
	background-color: #262626;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-color: #3c3c3c
}

.dark .product-pagination .pagination .page-item a {
	color: #e7eaec
}

.dark .product-pagination .product-search-count-bottom {
	border-color: #3c3c3c
}

.dark .product-pagination .product-search-count-bottom h5 {
	color: #e7eaec
}

.dark .qty-box .input-group span button {
	background-color: #262626 !important
}

.dark .qty-box .input-group .form-control {
	background-color: #262626;
	color: #cfd4da;
	border-color: #cfd4da
}

.dark .qty-box .input-group button {
	border-color: #3c3c3c
}

.dark .qty-box .input-group button i {
	color: #cfd4da
}

.dark .product-right h2 {
	color: #e7eaec
}

.dark .product-right h4 del {
	color: #dee2e6
}

.dark .product-right h3 {
	color: #cfd4da
}

.dark .product-right .product-title {
	color: #e7eaec
}

.dark .product-right .nav-tabs {
	border-color: #3c3c3c !important
}

.dark .product-right .border-product {
	color: #3c3c3c;
	border-color: #3c3c3c
}

.dark .product-right .size-box ul li.active a {
	color: #262626
}

.dark .product-right .size-box ul li a {
	color: #cfd4da
}

.dark .product-right .product-icon .product-social li a i {
	color: #cfd4da
}

.dark .product-right .product-icon .wishlist-btn {
	color: #cfd4da
}

.dark .product-right .product-icon .wishlist-btn span {
	color: #cfd4da
}

.dark .product-right .timer p span {
	background-color: #262626;
	color: #eaedef
}

.dark .product-right.product-form-box {
	border-color: #3c3c3c;
	background-color: #262626
}

.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link {
	color: #dee2e6
}

.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
	color: #00baf2
}

.dark .tab-product .theme-form input {
	background-color: #262626
}

.dark .tab-product .theme-form input::-webkit-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form input:-ms-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form input::-ms-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form input::placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form textarea {
	background-color: #262626
}

.dark .tab-product .theme-form textarea::-webkit-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form textarea:-ms-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form textarea::-ms-input-placeholder {
	color: #cfd4da
}

.dark .tab-product .theme-form textarea::placeholder {
	color: #cfd4da
}

.dark .single-product-tables table tr td {
	color: #e7eaec
}

.dark .product-related h2 {
	color: #eaedef;
	border-color: #3c3c3c
}

.dark .product-accordion .card-header {
	background-color: #262626;
	border-color: #3c3c3c
}

.product-accordion .btn-link:hover {
	color: #00baf2;
	text-decoration: none;
}

.product-accordion .btn-link:active {
	color: #00baf2;
	text-decoration: none;
}

.product-accordion .btn-link:selected {
	color: #00baf2;
	text-decoration: none;
}

.dark .product-accordion .card-header h5 {
	color: #e7eaec
}

.dark .product-accordion .card-body {
	background-color: #262626
}

.dark .product-accordion .btn-link {
	color: #e7eaec
}

.dark .bundle .bundle_detail .price_product {
	color: #cfd4da
}

.dark .tab-border {
	border-color: #3c3c3c
}

.dark .tab-border .nav-border {
	border-color: #3c3c3c
}

.dark .blog-page .blog-sidebar .theme-card {
	background-color: #1b1b1b;
	border-color: #262626
}

.dark .blog-page .blog-sidebar h4 {
	color: #e7eaec
}

.dark .blog-page .blog-sidebar h6 {
	color: #dee2e6
}

.dark .blog-page .blog-sidebar p {
	color: #cfd4da
}

.dark .blog-page .blog-media {
	background-color: #1b1b1b;
	border-color: #262626
}

.dark .blog-page .blog-media .blog-right h4 {
	color: #dee2e6
}

.dark .blog-page .blog-media .blog-right p {
	color: #cfd4da
}

.dark .blog-detail-page .blog-detail .post-social {
	border-color: #3c3c3c
}

.dark .blog-detail-page .blog-detail h3 {
	color: #e7eaec
}

.dark .blog-detail-page .blog-detail p {
	color: #cfd4da
}

.dark .blog-detail-page .blog-advance ul li {
	color: #e7eaec
}

.dark .blog-detail-page .comment-section li h6 {
	color: #dee2e6
}

.dark .blog-detail-page .comment-section li span {
	color: #e7eaec
}

.dark .blog-detail-page .blog-contact h2 {
	color: #e7eaec
}

.dark .blog-detail-page .blog-contact .theme-form input, .dark .blog-detail-page .blog-contact .theme-form textarea {
	background-color: #262626
}

.dark .cart-section .cart-table thead th, .dark .wishlist-section .cart-table thead th {
	border-color: #3c3c3c;
	color: #dee2e6
}

.dark .cart-section tbody tr td, .dark .wishlist-section tbody tr td {
	border-color: #3c3c3c;
	color: #cfd4da
}

.dark .cart-section tbody tr td a, .dark .cart-section tbody tr td p, .dark .cart-section tbody tr td h2, .dark .wishlist-section tbody tr td a, .dark .wishlist-section tbody tr td p, .dark .wishlist-section tbody tr td h2 {
	color: #cfd4da
}

.dark .team h2 {
	border-color: #3c3c3c
}

.dark .dashboard-left {
	background-color: #262626
}

.dark .dashboard-left .block-content ul li.active a {
	color: #00baf2
}

.dark .dashboard-left .block-content ul li a {
	color: #cfd4da
}

.dark .dashboard-right .dashboard {
	background-color: #262626
}

.dark .dashboard-right .dashboard .page-title h2 {
	color: #e7eaec
}

.dark .dashboard .box-head h2 {
	color: #e7eaec
}

.dark .dashboard .box .box-title h3 {
	color: #e7eaec
}

.dark .login-page .theme-card {
	border-color: #3c3c3c;
	background-color: #262626
}

.dark .login-page .theme-card input {
	background-color: #262626
}

.dark .login-page .theme-card .theme-form {
	background-color: #1b1b1b
}

.dark .login-page .authentication-right h6 {
	color: #dee2e6
}

.dark .login-page .authentication-right p {
	color: #cfd4da
}

.dark .contact-page {
	background-color: #262626
}

.dark .contact-page .theme-form {
	background-color: #1b1b1b;
	border-color: #262626
}

.dark .contact-page .map .theme-card {
	border-color: #3c3c3c
}

.dark .register-page .theme-card {
	border-color: #3c3c3c
}

.dark .register-page .theme-card .theme-form input {
	background-color: #262626
}

.dark .contact-page .contact-right ul li p {
	color: #dee2e6
}

.dark .checkout-page .checkout-title h3 {
	color: #dee2e6
}

.checkout-page a, .product-accordion a {
	color: #1c3481;
}

.checkout-page .btn-link, .product-accordion .btn-link, .checkout-page .btn-link, .product-accordion .btn-link a {
	color: #707070 !important;
	font-size: 16px;
}

.product-accordion {
	box-shadow: 0 0 10px 0 #ddd;
	padding: 30px 10px;
}

.product-accordion .card-body {
	padding-left: 35px;
}

.product-accordion .btn-link.selected, .product-accordion .btn-link.selected i, .product-accordion .btn-link.selected a, .product-accordion .btn-link.selected a i {
	color: #1c3481 !important;
}

.dark .checkout-page .checkout-form .form-group .field-label {
	color: #e7eaec
}

.dark .checkout-page .checkout-form .checkout-details {
	background-color: #262626
}

.dark .checkout-page .checkout-form select {
	border-color: #3c3c3c
}

.dark .order-box .title-box {
	color: #dee2e6;
	border-color: #3c3c3c
}

.dark .order-box .qty, .dark .order-box .sub-total {
	border-color: #3c3c3c
}

.dark .order-box .qty li, .dark .order-box .sub-total li {
	color: #e7eaec
}

.dark .order-box .qty li span, .dark .order-box .sub-total li span {
	color: #e7eaec
}

.dark .review-page .comnt-sec li a {
	color: #cfd4da
}

.dark .review-page .comnt-sec li a i {
	color: #cfd4da
}

.dark .review-box {
	background-color: #262626
}

.dark .product-order .product-order-detail .order_detail h4 {
	color: #e7eaec
}

.dark .product-order .total-sec {
	border-color: #3c3c3c
}

.dark .product-order .total-sec ul li {
	color: #cfd4da
}

.dark .delivery-sec {
	background-color: #262626
}

.dark .order-history .dark-data {
	color: #eaedef
}

.dark .light-layout {
	background-color: #262626
}

.dark .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
	background-color: #262626
}

.dark .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
	color: #cfd4da
}

.dark .faq-section .accordion.theme-accordion .card {
	border-color: #3c3c3c
}

.dark .faq-section .accordion.theme-accordion .card .card-header {
	background-color: #262626;
	border-color: #3c3c3c
}

.dark .faq-section .accordion.theme-accordion .card .card-header button {
	color: #dee2e6
}

.dark .faq-section .accordion.theme-accordion .card .card-header button::before {
	border-top-color: #dee2e6
}

.dark .faq-section .accordion.theme-accordion .card .card-body {
	background-color: #1b1b1b
}

.dark .faq-section .accordion.theme-accordion .card .card-body p {
	color: #cfd4da
}

.dark .layout-5 .media-banner.media-banner-1 {
	background-color: #1b1b1b
}

.dark .theme-tab .tab-title a, .dark .theme-tab .tab-title2 a {
	color: #dee2e6
}

.dark .theme-tab .tab-title.current, .dark .theme-tab .tab-title2.current {
	background-color: #fff
}

.dark .theme-tab .tab-title.current:before, .dark .theme-tab .tab-title2.current:before {
	background-color: #fff
}

.dark .theme-tab .tab-title.current a, .dark .theme-tab .tab-title2.current a {
	color: #00baf2;
	background-color: #262626
}

.dark .tab-bg {
	background-color: #262626
}

.dark .center-slider {
	border-color: #3c3c3c
}

.dark .portfolio-section .isotopeSelector .overlay {
	border-color: #3c3c3c
}

.dark .portfolio-section .filter-button {
	background-color: #262626;
	color: #e7eaec
}

.dark .portfolio-section .filter-button.active {
	background-color: #00baf2
}

.dark .pixelstrap ul a, .dark .pixelstrap ul a:hover, .dark .pixelstrap ul a:focus, .dark .pixelstrap ul a:active {
	color: #e7eaec !important
}

.dark .category-header .navbar-menu .category-right .gift-block .gift-offer p, .dark .dark .newsletter .news-leble {
	color: #e7eaec !important
}

.dark .testimonial .testimonial-contain .media .media-body p {
	color: #fff !important
}

.dark .footer-1 .footer-link {
	border-right: 1px solid #3c3c3c;
	padding-right: 15px
}

.dark .layout-header2 .main-menu-block .input-block .input-box .big-deal-form {
	border-color: #3c3c3c
}

.dark .layout-header3 .main-menu .menu-right .menu-nav .desc-horizontal {
	background-color: #262626
}

.dark .layout-header3 .main-menu .menu-right .menu-nav .desc-horizontal .desc-back {
	color: #e7eaec
}

.dark .layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide {
	background-color: #262626;
	border-color: #3c3c3c
}

.dark .layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li a {
	color: #e7eaec
}

.dark .layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li .nav-sm-back {
	color: #e7eaec
}

.dark .layout-header4 .contact-block .sm-nav-block .nav-slide {
	background-color: #262626
}

.dark .layout-header4 .contact-block .sm-nav-block .nav-slide li {
	border-color: #3c3c3c
}

.dark .layout-header4 .contact-block .sm-nav-block .nav-slide li a {
	color: #e7eaec
}

.dark .layout-header4 .contact-block .sm-nav-block .nav-slide li .nav-sm-back {
	color: #e7eaec;
	border-color: #3c3c3c
}

.dark .layout-header2 .main-menu-block .sm-nav-block .nav-slide {
	background-color: #262626
}

.dark .layout-header2 .main-menu-block .sm-nav-block .nav-slide li a {
	color: #e7eaec
}

.dark .layout-header2 .main-menu-block .sm-nav-block .nav-slide .nav-sm-back {
	color: #e7eaec
}

.dark .layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide {
	background-color: #262626
}

.dark .layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide li a {
	color: #e7eaec
}

.dark .layout-header1 .main-menu-block .menu-left .sm-nav-block .nav-slide .nav-sm-back {
	color: #e7eaec
}

.dark .add_to_cart {
	border-color: #3c3c3c
}

.dark .add_to_cart.top .cart-inner, .dark .add_to_cart.bottom .cart-inner, .dark .add_to_cart.left .cart-inner, .dark .add_to_cart.right .cart-inner {
	background-color: #1b1b1b
}

.dark .add_to_cart.top .cart-inner .cart_top, .dark .add_to_cart.bottom .cart-inner .cart_top, .dark .add_to_cart.left .cart-inner .cart_top, .dark .add_to_cart.right .cart-inner .cart_top {
	background-color: #262626;
	border-color: #3c3c3c
}

.dark .add_to_cart.top .cart-inner .cart_top h3, .dark .add_to_cart.bottom .cart-inner .cart_top h3, .dark .add_to_cart.left .cart-inner .cart_top h3, .dark .add_to_cart.right .cart-inner .cart_top h3 {
	color: #e7eaec
}

.dark .add_to_cart.top .cart-inner .cart_top .close-cart i, .dark .add_to_cart.bottom .cart-inner .cart_top .close-cart i, .dark .add_to_cart.left .cart-inner .cart_top .close-cart i, .dark .add_to_cart.right .cart-inner .cart_top .close-cart i {
	color: #e7eaec
}

.dark .add_to_cart.top .cart-inner .cart_media li .media .media-body h4, .dark .add_to_cart.bottom .cart-inner .cart_media li .media .media-body h4, .dark .add_to_cart.left .cart-inner .cart_media li .media .media-body h4, .dark .add_to_cart.right .cart-inner .cart_media li .media .media-body h4 {
	color: #eaedef
}

.dark .add_to_cart.top .cart-inner .cart_media li .media .media-body h4 span, .dark .add_to_cart.bottom .cart-inner .cart_media li .media .media-body h4 span, .dark .add_to_cart.left .cart-inner .cart_media li .media .media-body h4 span, .dark .add_to_cart.right .cart-inner .cart_media li .media .media-body h4 span {
	color: #e7eaec
}

.dark .add_to_cart.top .cart-inner .cart_media .close-circle i, .dark .add_to_cart.bottom .cart-inner .cart_media .close-circle i, .dark .add_to_cart.left .cart-inner .cart_media .close-circle i, .dark .add_to_cart.right .cart-inner .cart_media .close-circle i {
	color: #eaedef
}

.dark .add_to_cart.top .cart-inner .cart_media .total, .dark .add_to_cart.bottom .cart-inner .cart_media .total, .dark .add_to_cart.left .cart-inner .cart_media .total, .dark .add_to_cart.right .cart-inner .cart_media .total {
	border-color: #3c3c3c
}

.dark .add_to_cart .setting-block h5 {
	color: #e7eaec
}

.dark .add_to_cart .setting-block ul li a {
	color: #dee2e6
}

.dark .account-bar .theme-form .forget-class a {
	color: #cfd4da
}

.dark .search-overlay {
	background-color: #262626
}

.dark .theme-modal#exampleModal .offer-content {
	background-color: #262626
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
	color: #eaedef
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content p {
	color: #cfd4da
}

.dark .theme-modal#exampleModal .offer-content p {
	color: #cfd4da
}

.dark .theme-modal#exampleModal .close span {
	color: #e7eaec
}

.dark .typography_section .typography-box .typo-content .sub-title {
	color: #e7eaec
}

.dark .typography_section .typography-box .typo-content.heading_content h1, .dark .typography_section .typography-box .typo-content.heading_content h2, .dark .typography_section .typography-box .typo-content.heading_content h3, .dark .typography_section .typography-box .typo-content.heading_content h4, .dark .typography_section .typography-box .typo-content.heading_content h5, .dark .typography_section .typography-box .typo-content.heading_content h6 {
	color: #dee2e6
}

.dark .compare-page .table-wrapper .table {
	border-color: #3c3c3c
}

.dark .compare-page .table-wrapper .table thead .th-compare td {
	background-color: #262626;
	color: #dee2e6;
	border-color: #3c3c3c
}

.dark .compare-page .table-wrapper .table thead tr {
	border-color: #3c3c3c
}

.dark .compare-page .table-wrapper .table thead tr td, .dark .compare-page .table-wrapper .table thead tr th {
	background-color: #262626;
	color: #dee2e6;
	border-color: #3c3c3c
}

.dark .compare-page .table-wrapper .table thead tr th .remove-compare {
	color: #dee2e6
}

.dark .compare-page .table-wrapper .table tbody tr {
	border-color: #3c3c3c
}

.dark .compare-page .table-wrapper .table tbody tr th, .dark .compare-page .table-wrapper .table tbody tr td {
	border-color: #3c3c3c;
	background-color: #262626;
	color: #dee2e6
}

.dark .compare-page .table-wrapper .table tbody tr p {
	color: #cfd4da
}

.dark .compare-section .compare-part .close-btn {
	color: #e7eaec
}

.dark .compare-section .compare-part .detail-part .title-detail {
	background-color: #262626;
	border-color: #3c3c3c
}

.dark .compare-section .compare-part .detail-part .title-detail h5 {
	color: #e7eaec
}

.dark .compare-section .compare-part .img-secton a h5 {
	color: #eaedef
}

.dark .compare-section .compare-part .btn-part {
	border-color: #3c3c3c
}

.dark .collection .collection-block .collection-content h4 {
	color: #e7eaec
}

.dark .collection .collection-block .collection-content h3 {
	color: #eaedef
}

.dark .blog-page .blog-sidebar .theme-card {
	background-color: #262626
}

.dark .blog-page .blog-media {
	background-color: #262626
}

@media (max-width: 1199px) {
	.dark .layout-header3 .main-menu .menu-left .sm-nav-block .nav-slide li {
		border-color: #3c3c3c
	}
	.dark .sm-horizontal, .dark .sm-vertical {
		background-color: #262626;
		border-color: #3c3c3c
	}
	.dark .sm-horizontal .mobile-back, .dark .sm-vertical .mobile-back {
		color: #e7eaec;
		border-bottom-color: #3c3c3c
	}
}

@media only screen and (max-width: 1024px) {
	.rounded-category .category-contain .img-wrapper {
		padding: 12px 0px;
	}
}
@media only screen and (max-width: 966px) {
.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 14px;
    height: 38px;
}
}
@media only screen and (max-width: 853px) {
.product-notification {
    width: 97%;
}
.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 14px;
    height: 33px;
}
}

@media screen and (max-width: 598px) {
	.product-notification {
    width: 98%;
}
	.slick-slide img {
		display: block;
		width: 100%;
		/*height: 100% !important;*/
	}
	.product .product-box .product-imgbox img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.header-bottom.hidden-compact {
		display: none!important;
	}
	.layout-header2 {
		border-bottom: 1px solid #f0f0f0 !important;
	}
}

@media (max-width: 480px) {
	.section-pb-space {
    padding-bottom: 0px;
}
	.layout-header2 .main-menu-block .cart-block .mobile-cart {
		position: fixed;
		bottom: 14px;
		right: 45%;
		color: #fff !important;
		z-index: 9;
		font-size: 18px !important;
		line-height: 0.8;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 15%;
		padding-right: 0;
		padding-top: 32px;
	}
	category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 57%;
	}
	.mobile-fix-option {
		width: 500px;
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart {
		position: fixed;
		/*bottom: 17px;*/
		right: unset;
		color: #fff !important;
		z-index: 9;
		font-size: 18px !important;
		line-height: 0.8;
	}
}


@media only screen and (max-width: 450px) {
.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 100px;
}
.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 14px;
    height: 49px;
}
}

@media (max-width: 414px) {
	.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 94px;
}
	.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 14px;
    height: 48px;
}
	.rounded-category .category-contain .img-wrapper {
		border: 1px solid #fff;
		padding: 5px;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		margin: 0 auto;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	.rounded-category .category-contain .img-wrapper img {
    border-radius: 100%;
    height: 130px;
    width: 130px;
}
div#round h6 {
    font-size: 14px !important;
}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 24px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 63%;
	}
}

@media (max-width: 412px) {
	.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 93px;
}
	
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 22px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 63%;
	}
}

@media (max-width: 411px) {	
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 24px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 63%;
	}
	.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 12px;
    height: 45px;
}
}
   @media screen and (max-width: 384px) {
.product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 12px;
    height: 49px;
}
}
@media screen and (max-width: 384px) {
	.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 83px;
}

	
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 15px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 60%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist i {
		margin-right: 0 !important;
	}
}

@media (max-width: 375px) {
	.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 82px;
}	
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 30px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 63%;
	}
}

@media (max-width: 360px) {
	.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 74px;
}

	
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 7%;
		padding-right: 0;
		padding-top: 16px;
	}
	.rounded-category .category-contain .img-wrapper {
		margin-left: -10px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 88%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		right: 62%;
	}
}

@media (max-width: 320px) {	
	.rounded-category .category-contain .img-wrapper {
		width: 120px;
		height: 120px;
		margin-left: -10px;
	}
	.rounded-category .category-contain .img-wrapper img {
    border-radius: 100%;
    height: 110px;
    width: 110px;
}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 10%;
		padding-right: 0;
		padding-top: 8px;
	}
	
.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 67px;
}
.collection-banner .collection-banner-main.banner-2 .collection-banner-contain h4 {
    font-size: 12px;
}
}



@media (max-width: 280px){
.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 63px;
}
}
/*product changes 10-7-2020*/

.product-front img {
	height: auto !important;
	width: auto !important;
}

/* 
.product .slick-track {
	display: flex;
	align-items: center;
} */

/* .product {
	
} */

/* 
.product-box {
	padding-bottom: 90px;
} */

/* .product-detail {
	position: absolute;
	bottom: 0;
} */

.col-grid-box .product {
	display: flex;
	align-items: center;
	height: 100%;
	margin-bottom: 10px;
}

.col-grid-box .product>div {
	width: 100%; height: 100%;
}

.product .product-imgbox {
	text-align: center;
}

.pricing-card {
	box-shadow: 0 0 10px 0 #eee;
	/* opacity: 0.8; */
}

.pricing-card.selected-card, .pricing-card:hover {
	box-shadow: 0 0 10px 0 #ccc;
	opacity: 1;
}

.pricing-card .card-header {
	padding: 30px;
	color: #ffffff;
	background: #1c3481;
	text-align: center;
}

.pricing-card .card-header .title {
	text-transform: uppercase;
	font-weight: 600;
}

.pricing-card .card-header .title span {
	font-size: 38px;
	margin: 0 3px;
	color: #7ddf58;
}

.pricing-card .card-header .title span.currency, .pricing-card .card-header .title span.period {
	font-size: 25px;
	color: white;
}

.pricing-card .card-block {
	padding: 20px;
}

.pricing-card .card-block .card-title {
	font-size: 22px;
	color: #1c3481;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
}

.pricing-card .card-block .list-group li {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	border: none;
	font-size: 15px;
}

.pricing-card .card-block .list-group li:last-child {
	margin-bottom: 0;
}

.pricing-card .card-block .list-group li:before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f111";
	position: absolute;
	left: 0;
	top: 8px;
}

.btn-pricing-button, .btn-custom {
	background-color: #1c3481;
	color: white;
	padding: 9px 18px;
	font-size: 15px;
	border-radius: 0;
	text-transform: capitalize;
	margin-top: 30px;
	border: 1px solid #101935;
}


.btn-custom-close {
	background-color: #f44336;
    color: white;
    padding: 9px 18px;
    font-size: 15px;
    border-radius: 0;
    text-transform: capitalize;
    margin-top: 30px;
    border: 1px solid #c1190c;
}

.btn-pricing-button:hover, .btn-custom :hover {
	background-color: white;
	color: #101935
}

.modal .product-right .border-product label {
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
}

/* 29-7-2020 */

.ratio_asos .blog-media {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px 15px;
	box-shadow: 0 0 10px 0 #dddddd;
	border: 1px solid #dddddd;
}

.ratio_asos .blog-media .blog-right h4 {
	font-size: 19px;
	color: #1c3481;
	font-weight: bold;
	margin-bottom: 8px;
}

.ratio_asos .blog-media .blog-right .post-social li {
	color: #999999;
	margin-right: 8px;
	margin-bottom: 6px;
	display: block;
}

.ratio_asos .blog-media .blog-right .post-social li i {
	color: #1c3481;
	margin-right: 5px;
}

.ratio_asos .blog-media .btn-normal {
	background-color: #1c3481;
	border: 2px solid #1c3481;
}

.ratio_asos .blog-media .btn-normal:hover {
	background-color: #ffffff;
	color: #1c3481 !important;
}

.ratio_asos .blog-media .btn-normal.btn-outline {
	border: 2px solid #1c3481;
	background-color: #ffffff;
	color: #1c3481 !important;
	text-transform: uppercase;
}

.ratio_asos .blog-media .btn-normal.btn-outline:hover {
	background-color: #1c3481;
	color: #ffffff !important;
}

.ratio_asos .blog-media .btn-normal.btn-outline i {
	margin-right: 6px;
}

.blog-detail-page.ratio2_3 .slick-slide {
	/*height: 200px;*/
}

.blog-detail-page.ratio2_3 .slick-slide div {
	/*height: 100%;*/
}

.blog-detail-page.ratio2_3 .slick-slide div div {
	/*display: flex;*/
	/*background: #fff;*/ margin: 0;
}

.blog-detail-page.ratio2_3 .slick-slide div div img {
	margin: auto;
	height: 100%;
}

.blog-detail-page.ratio2_3 #headtitle h3 {
	color: #1c3481;
}

.blog-detail-page.ratio2_3 .post-social i {
	color: #1c3481;
}

.blog-detail-page.ratio2_3 .product-social {
	margin-top: 20px;
}

.blog-detail-page.ratio2_3 .product-social i {
	margin-right: 5px;
}
.modal-content.quick-view-modal label.text-muted span {
    color: #333;
    font-weight: 800;
    font-size: 14px;
}
div#cart_product label.text-muted {
    color: #505050 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}
.add_to_cart .cart-inner .cart_media li .media .media-body p span {
    color: #00aa02 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}
.add_to_cart .cart-inner .cart_media li .media .media-body span {
    color: #333 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}
.add_to_cart .cart-inner .cart_media li .media .media-body .col-8{
    color: #505050 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.product-reviews, {
	box-shadow: 0 0 10px 0 #ddd;
	padding: 20px;
	background: white;
}
.creative-card.creative-inner {
	box-shadow: 0 0 10px 0 #ddd;
	padding: 20px;margin-bottom: 15px;
	background: white;
}
.title-border {
	color: #1c3481 !important;
	background: #eeeeee;
	padding: 15px;
	font-weight: 600 !important;
	font-size: 18px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.title-border h5 {
	color: #1c3481;
	font-weight: 600;
}

.widget-content .left {
	width: auto;
}

.widget-content .left .user-avatar {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}

.widget-content .right .user {
	color: #1c3481;
}

.widget-seller h4 {
	color: #1c3481;
	margin: 10px 0 15px;
}

.col-user-product .user-product {
	height: 50px;
	box-shadow: 0 0 10px #ddd;
}

.col-user-product .user-product a {
	height: 100%;
	width: 100%;
	display: flex;
}

.col-user-product .user-product a img {
	margin: auto;
	height: 100%;
}

/* 31-7-2020 */

/* index */

.product .product-box .product-imgbox .product-icon a i.ti-plus {
	background-color: #00aa02;
	border: 1px solid #00aa02;
	color: #fff;
}

li.mobile-wishlist {
	margin-top: 0px;
}

.product-back img {
	width: 250px;
	height: 250px;
}

.product-front img {
	width: 250px;
	height: 250px;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.theme-slider .slider-banner.slide-banner-1 .slider-img {
	height: auto;
	background-color: #d3ecf3;
	overflow: hidden;
}

.collection-banner-main.banner-3.p-center {
	margin-right: 0px;
}

.profile-dropdown .a-profile img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 2px;
}

.category-header-2 .navbar-menu .category-right .gift-block .grif-icon i {
	font-size: 10px !important;
}

a.btn.btn-xs.btn-white.btn-outline {
	padding: 5px 10px;
	font-size: 10px;
	border: 1px solid #00aa02;
	margin-right: 30px;
}

a.btn.btn-xs.btn-white.btn-outline:hover {
	background-color: #00aa02;
	/*color: #00baf2 !important;*/
}
div#tips_modal .modal-header h3 {
    border-bottom: 1px dashed #fff0;
    /* padding: 14px 15px 0px 15px; */
    color: #fff;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
        letter-spacing: 1.5px;
    font-size: 30px;
    font-weight: 500;
}
div#tips_modal .modal-content .modal-header {
    padding: 10px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #1c3481;
}
@media only screen and (max-width: 966px) {
	.category-header-2 {
		padding: 0px;
	}
	.modal-content.quick-view-modal a.btn.btn-normal {
    padding: 10px 13px;
    margin-top: 10px;
}

}

/* header css */

li#profileone {
	display: none;
}

div#userprofile {
	background-color: #00baf2; cursor: pointer;
	padding: 12px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	/* width: 255px; */
	border: 0;
}

.mobile-user a{ display: block; }

@media only screen and (max-width: 1198px) {
	div#userprofile {
		padding: 11px 20px;
		margin-left: 45px;
	}
	li#dropdownprofiile {
		display: none;
	}
	li#profileone {
		display: block;
	}
}

@media only screen and (max-width: 1079px) {
	.grif-icon .nav>li>a {
		position: relative;
		display: block;
		padding: 0px 0px;
	}
	div#userprofile {
		padding: 11px 20px;
		margin-left: 30px;
	}
}
@media only screen and (max-width: 1024px) {
div#shopg {
    display: none;
}
div#userprofile {
    padding: 11px 20px;
    margin-left: 95px;
}
}
@media only screen and (max-width: 853px) {
.category-header-2 .navbar-menu .category-right {    
    width: 12% !important;
}
div#userprofile {
    padding: 11px 20px;
    margin-left: 0px;
}
.modal-content.quick-view-modal a.btn.btn-normal {
    padding: 10px 13px;
    margin-top: 0px;
}

}

@media only screen and (max-width: 853px) {
.category-header-2 .navbar-menu .category-right {    
    width: 17% !important;
}
a.btn.btn-xs.btn-white.btn-outline {
	padding: 5px 10px;
	font-size: 10px;
	border: 1px solid #00aa02;
	margin-right: 0px !important;
}
.product-notification {
    padding: 0px;
    margin: 5px auto;
}

}
@media only screen and (max-width: 768px) {
.category-header-2 .navbar-menu .category-right {    
    width: 12% !important;
}
}
@media only screen and (max-width: 767px) {
.category-header-2 .navbar-menu .category-right {    
    width: 8% !important;
}


@media only screen and (max-width: 690px){
.category-header-2 .navbar-menu .category-right {
    width: 10% !important;
}
}
}
@media only screen and (max-width: 577px) {
	section#theme-slider {margin-top: 15px;}
	.modal-dialog.modal-lg.modal-dialog-centered { margin: 10px;}
	.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
	    background: #fff0 !important;    
	    color: #333 !important;    
	    right: 0px !important;
	    top: 0px !important;    
	}

	.theme-card{ padding: 0; }

	.layout-header2 .main-menu-block .sm-nav-block {
		display: contents;
		margin-right: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.layout-header2 {
		border-bottom: none !important;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		right: 15%;
		padding-right: 0;
		padding-top: 6px;
	}
	.add_to_cart .setting-block ul li {
		display: block;
		margin-bottom: 0px;
	}
	.add_to_cart .setting-block {
		padding: 0 0px;
	}
	.add_to_cart .setting-block ul li {
		padding: 0px 10px;
	}
	.add_to_cart .setting-block ul li:hover {
		background-color: #e6f9fe;
	}
	.add_to_cart .setting-block ul li {
		padding: 0px 10px;
		/* background-color: #e3e3e3; */
		border-bottom: 1px solid #ddd;
	}
	li#cartone {
		display: none;
	}
	.grif-icon ul li p span {
		background-color: #00baf2;
		color: #fff;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		font-size: 11px;
		position: absolute;
		top: 8px;
		margin-left: 12%;
	}
}

@media only screen and (max-width: 991px) {
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form .input-group .form-control {
		border-bottom: 1px solid #ddd !important;
	}
	.layout-header2 .main-menu-block .input-block .input-box .big-deal-form {
		border-bottom: none;
	}
	.input-group-prepend {
		margin-right: 0px;
		border-bottom: 1px solid #ddd;
	}
	.quick-view-img img {
    height: auto !important;
}
.modal-dialog.modal-lg.modal-dialog-centered {
    margin: 10px auto;
}
.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
    background: #fff0 !important;
    color: #333 !important;
    right: 0px !important;
    top: 0px !important;
}
}
@media only screen and (max-width: 598px) {
.media-body p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #00aa02;
    float: right;
    font-size: 14px !important;
    position: absolute;
    right: 0;
}
.cart_media .cart_product .media a p {    
    max-width: 100px;
}
.add_to_cart .cart-inner .cart_media li {
        padding-top: 10px;
}
}
@media only screen and (max-width: 767px) {
	.cart ul li span {
		background-color: #1c3481;
		color: #fff;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		font-size: 11px;
		position: absolute;
		left: 50%;
	    right: auto;
	    transform: translateX(-50%);
	    margin-left: 12px;
	    top: 2px;
	}
	.cart ul li small {
		font-size: 10px;
		font-weight: 400;
		display: flex;
		margin-bottom: -9px;
		padding-top: 5px;
		text-align: center;
		margin-left: -5px;
		color: #fff;
	}
	li.mobile-wishlist span {
		background-color: #1c3481;
		color: #fff;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		font-size: 11px;
		position: absolute;
		top: 2px;
		right: -10px;
	}
	.icon-block ul li small {
		font-size: 10px;
		font-weight: 400;
		display: flex;
		margin-bottom: -9px;
		padding-top: 5px;
		text-align: center;
		margin-left: -8px;
		color: #fff;
	}
	.icon-block ul li big {
		font-size: 10px;
		font-weight: 400;
		display: flex;
		margin-bottom: -9px;
		padding-top: 3px;
		text-align: center;
		margin-left: 0px;
		color: #fff;
	}
	.icon-block ul li p {
		font-size: 10px;
		font-weight: 400;
		display: flex;
		margin-bottom: -11px;
		padding-top: 2px;
		text-align: center;
		margin-left: -8px;
		color: #fff;
	}
	.language-dropdown {
		display: none;
	}
	.top-header .top-header-right {
		display: block;
	}
	div#content-mobilet {
		display: block !important;
	}
	.layout-header2 .main-menu-block .cart-block {
		margin: auto;
	}
	.mobile-fix-option {
		display: none;
	}
	.mobile-fix-optiont {
		overflow: hidden !important;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 45px;
		background-color: #00baf2;
	}
		.checkout-page .checkout-form .check-out .form-group:last-child {
    margin-bottom: 5px;
}
	li#userone {
		display: none;
	}
	.mobile-fix-optiont {
		min-width: 100%;
		z-index: 9;
		-webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
		box-shadow: 0 2px 5px 0 #a8a8a8;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user a i:hover {
		color: #1c3481;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul li i:hover {
		/*color: #1c3481;*/
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart i:hover {
		color: #1c3481;
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart i {
		color: #fff;
		font-size: 20px !important;
	}
	.layout-header2 .main-menu-block .cart-block .mobile-cart {
		left: 16%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		left: 35%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 35%;
	}
}

@media only screen and (max-width: 480px) {
	.top-header .top-header-right .language-block {
		margin-left: 0px;
	}
	
	div#cart_side .col-2 {
    max-width: 25%;
}
div#cart_side .col-8 {
    max-width: 35%;
}
	div#bn-md {
		float: none;
		min-width: 100%;
		max-width: 100%;
		padding-top: 0px;
	}
	.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
    height: 30px;
    width: 30px;
    opacity: 0.9;
    background: #fff0 !important;
    border-radius: 100%;
    color: #333 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px !important;
    top: 0px !important;
}
button.close span {
    margin-top: -5px;
    font-size: 25px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px 10px;
}
.cart_product .media a {
    margin-right: 15px;
}
}

@media only screen and (max-width: 480px) and (min-height:853px) {
	.top-header .top-header-right .language-block {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 455px) {
	li#clock {
		display: none !important;
	}
	li.mobile-wishlist span {
		right: -15px;
	}
}

@media only screen and (max-width: 414px) {
	.layout-header2 .main-menu-block .cart-block .mobile-cart {
		left: 10%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-wishlist {
		left: 35%;
	}
	li.mobile-wishlist span {
		right: -30px;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-cart {
		right: 10%;
	}
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-search {
		right: 31%;
	}
}

@media only screen and (max-width: 384px) {
	li#clock {
		display: none !important;
	}
	li.mobile-wishlist span {
		right: -17px;
	}
}

@media only screen and (max-width: 375px) {
	li.mobile-wishlist span {
		right: -30px;
	}
	div#tips_modal .modal-header h3 {    
    font-size: 20px;
    font-weight: 500;
}
div#tips_modal h1 {    
    font-size: 24px;
    font-weight: 700;
}
div#tips_modal .modal-body {
    padding: 10px;   
}
}

@media only screen and (max-width: 360px) {
	li.mobile-wishlist span {
		right: -25px;
	}
}

@media only screen and (max-width: 320px) {
	li.mobile-wishlist span {
		right: -30px;
	}
	.cart_media .cart_product .media a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
    word-break: break-word;
}
}

@media only screen and (max-width: 280px) {
	.cart_media .cart_product .media a p {    
    max-width: 60px;    
}
.collection-banner .collection-banner-main.banner-2 .collection-img {
    height: 60px;
}
.media-body p span {    
    font-size: 12px !important;    
}
.sm-horizontal {    
    width: 100%;    
}
}

div#content-mobilet {
	display: none;
}

@media only screen and (max-width: 577px) {
	div#content-mobilet {
		display: block !important;
	}
	div#shopg {
		display: none;
	}
	.mobile-fix-option {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 45px;
		background-color: #00baf2;
	}
	li#carttwo {
		display: none;
	}
	li#wishlistone {
		display: none;
	}
	li#searchone {
		display: none;
	}
}

@media only screen and (max-width: 577px) {
	div#bn-md {
		min-width: 100%;
		float: none;
	}

}

.category-header-2 .navbar-menu .category-right .gift-block .grif-icon i {
	font-size: 10px !important;
}

li.mobile-wishlist {
	margin-top: 0px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 15px;
}

.profile-dropdown .dropdown-menu {
	/*border: 1px solid #e6e6e6;*/
	min-width: 172px;
	padding: 4;
	left: -27px !important;
	margin-top: 0 !important;
	z-index: 999999;
	background-color: #fff;
	box-shadow: -1px 4px 5px 0px rgb(159, 159, 159);
}

.profile-dropdown .dropdown-menu li {
	margin: 0 !important;
	display: block;
}

.profile-dropdown .dropdown-menu li:last-child {
	border-top: 1px solid #e6e6e6;
	margin-top: 0 !important;
}

.profile-dropdown .dropdown-menu li a {
	display: block;
	margin: 0px;
	padding: 4px 15px;
	line-height: 24px;
	color: #666 !important;
}

.span-message-count {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	font-size: 11px;
	background-color: #e34c5a;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.profile-dropdown .dropdown-menu li a:hover {
	background-color: #e9f7fb;
	color: #00baf2 !important;
}

.profile-dropdown .dropdown-menu li a i {
	margin-right: 5px;
	color: #666 !important;
	font-size: 15px !important;
}

.profile-dropdown .dropdown-menu li a:hover i:hover {
	margin-right: 5px;
	color: #00baf2 !important;
}

.profile-dropdown .a-profile img {
	width: 20px !important;
	height: 20px !important;
	border-radius: 0% !important;
	margin-right: 2px;
}

.profile-dropdown .notification {
	position: absolute !important;
	display: inline-block;
	font-size: 11px;
	background-color: #e34c5a;
	border-radius: 50%;
	top: 4px;
	left: 29px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.profile-dropdown .a-profile::after {
	display: none;
}

.profile-dropdown .username {
	display: inline-block;
	position: relative;
	line-height: 22px;
	top: 2px;
	color: #ffffff;
}

.profile-dropdown .icon-arrow-down {
	position: relative;
	top: 2px;
}

/* */

.row-bn {
	overflow: hidden
}

.bn-lg {
	display: block;
	width: 100%;
	min-width: 728px;
	min-height: 90px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bn-md {
	display: none;
	width: 100%;
	min-width: 468px;
	min-height: 60px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bn-sm {
	display: none;
	width: 100%;
	min-width: 250px;
	min-height: 250px;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.bn-lg-sidebar {
	width: 100%;
	min-width: 300px;
	min-height: 250px;
	position: relative;
	float: left;
	text-align: center;
	display: block
}

.bn-sm-sidebar {
	display: none;
	width: 100%;
	min-width: 250px;
	min-height: 250px;
	position: relative;
	float: left;
	text-align: center
}

.bn-sidebar-160 {
	display: block;
	width: 100%;
	min-width: 160px;
	min-height: 600px;
	position: relative;
	float: left;
	text-align: center
}

@media only screen and(max-width:1200px) {
	.bn-lg {
		display: none
	}
	.bn-md {
		display: block
	}
	.mega-menu .nav-category-image {
		width: 170.6px
	}
}

@media only screen and (max-width: 1200px) {
	.bn-md {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {
	li#userone {
		background-color: #00baf2;
		padding: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	div#bn-lg {
		display: none;
	}
}

@media only screen and(max-width:768px) {
	.bn-sidebar-160 {
		display: none;
	}
	.bn-sm-sidebar {
		display: block;
	}
	.bn-lg-sidebar {
		display: none;
	}
}

@media only screen and(max-width:576px) {
	.bn-md {
		display: none;
	}
	.bn-sm {
		display: block;
	}
	.bn-lg {
		display: none;
	}
}

.search-results-ajax {
	position: absolute;
	width: 100%;
	margin-top: 59px;
	background-color: #fff;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-top: 0;
	z-index: 9999999;
	display: none;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.search-results-ajax ul li {
	display: block !important;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.search-results-ajax ul li:hover{ background-color: #eee; }

.search-results-ajax ul li a{ color: #666; display: block; font-size: 15px; }
.search-results-ajax ul li a strong{ /*font-weight: normal;*/ }
.search-results-ajax ul li a span{
	color: #1c3481;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: bold !important;
    border-bottom: 1px dashed #999;
    padding-bottom: 3px !important;
}

.product-search-results-ajax ul li span{
	color: #666;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: bold !important;
    border-bottom: 1px dashed #999;
    padding-bottom: 3px !important;
}

.product-list-pagination {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px
}

.product-list-pagination .pagination {
	text-align: left !important
}

.pagination {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	margin: 0 3px;
	border: 1px solid #eaeaf1;
	color: #63636a;
	height: 36px;
	text-align: center;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: auto;
	min-width: 36px;
	font-size: .875rem;
	line-height: 36px;
	border-radius: 1px !important;
	margin-bottom: 3px
}

.pagination .active a {
	color: #fff !important;
	background-color: #00baf2;
}

.pagination .prev a {
	line-height: 36px
}

.pagination .next a {
	line-height: 36px
}

.pagination .page-first a {
	line-height: 36px
}

.pagination .page-last a {
	line-height: 36px
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
	color: #fff;
	background-color: #1c3481;
}


.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 50%;
	padding: 0;
	width: 2em;
	text-align: center;
	line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
	bottom: 0
}


.bootstrap-touchspin>input {
	/*width: 92px;*/
	border-color: #e4e4e4 !important;
	border-radius: .125rem;
	height: 38px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #222 !important;
	font-size: 11px !important;
	padding-right: 10px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
	position: relative;
	bottom: -2px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
	position: relative;
	top: -2px
}

.bootstrap-touchspin .icon-arrow-up {
	border-radius: 0 2px 0 0 !important
}

.bootstrap-touchspin .icon-arrow-down {
	border-radius: 0 0 2px 0 !important
}

.bootstrap-touchspin>input {
	border-color: #a9a9a9 !important;
	/* border-radius: 5px !important;*/
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	color: #ffffff !important;
	background-color: #00baf2 !important;
	padding: 1px;
}

/* featured categories */

div#col-4 {
	padding-left: 0px;
}

div#category {
	padding: 0px 30px 0px 15px;
}

@media (max-width: 966px) {
	div#category {
		padding: 0px 29px 0px 30px;
	}
}

@media (max-width: 768px) {
	.banner-3-padding>div:nth-child(2) {
		padding-right: 8px !important;
	}
	div#col {
		padding: 0px 8px 0px 8px;
	}
}

@media (max-width: 767px) {
	.collection2>div:first-child, .collection2>div:nth-child(2) {
		padding-right: 15px;
		padding-left: 15px;
	}
	div#category {
		padding: 0px 0px 0px 0px;
		margin:	0px 10px;

	}
}

@media (max-width: 767px) {
	.collection-banner .collection2>div:first-child{
		margin: 15px 0px 0px;
	}
	.collection-banner .collection2>div:nth-child(2) {
		margin: 15px 0px;
	}
	section.collection-banner.b-g-white {
		overflow: hidden !important;
	}
}

@media (max-width: 384px) {
	div#col {
		padding: 0px 10px;
	}
	.banner-3-padding>div:nth-child(2) {
		padding-right: 10px !important;
	}
}

/* footer css */

.footer-2 .footer-main-contian .footer-left {
	padding-right: 0px;
	padding: 65px 0px;
}

@media (max-width: 991px) {
	.footer-2 .footer-main-contian .footer-right {
		/*padding: 30px;*/
	}
}

@media only screen and (max-width: 577px) {
	.container.creative-card {
		overflow: hidden;
	}
}

/* header cart */

.media-body p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #333;
}

.media-body p span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #00aa02;
	float: right;
	font-size: 20px;
}

.add_to_cart.right {
	right: -500px;
	height: 100vh;
	width: 400px;
	top: 0;
}

.add_to_cart .cart-inner .cart_media {
	margin: 10px 10px 0px 10px;
}

ul.cart_product {
	background-color: #fff;
	/*border: 1px solid #ddd; */
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 10px;
}

.add_to_cart .cart-inner .cart_media {
	padding: 0 0px;
}

.add_to_cart .cart-inner .cart_media .close-circle {
	position: absolute;
	top: 40px;
	right: 0px;
	display: flex;
}

.close-circle p {
	margin-right: 3px;
}

.close-circle p i {
	margin-right: 3px;
}

.add_to_cart .cart-inner .cart_media .close-circle i.fa.fa-heart:hover {
	color: #c8232c;
}

.add_to_cart .cart-inner .cart_media .close-circle i.ti-trash:hover {
	color: #00aa02;
}

.add_to_cart .cart-inner .cart_media .close-circle i {
	color: #727272;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_top h3 {
	font-size: 20px;
	color: #1c3481;
	color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 0.5px;
}

ul.cart_product li {
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #fff, #b1ecfd, #fff) 1;
	margin-top: 5px;
}

ul.cart_product li:last-child {
	border: none;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
	color: #00aa02;
	font-size: 24px;
}

.cart_media {
	overflow-y: auto;
	overflow-x: hidden;
}

.qty-box .input-group span button {
	background: #00baf2 !important;
	border: 1px solid #ddd;
}

.qty-box .input-group button i {
	font-weight: 900;
	color: #fff;
}

.qty-box .input-group button i {
	font-weight: 500;
	color: #fff;
	padding: 2px;
	font-size: 10px;
}

button.btn.quantity-right-plus {
	padding: 2px;
}

button.btn.quantity-left-minus {
	padding: 2px;
}

.qty-box .input-group .form-control {
	height: 27px;
	width: 45px;
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.qty-box .input-group {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

@media only screen and (max-width: 966px) {
	.qty-box .input-group {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: center;
	}
}

@media (max-width: 568px) {
	a.btn.btn-normal.btn-xs.view-cart {
		width: 30%;
		display: inline-block;
	}
}

@media (max-width: 480px) {
	.add_to_cart.right {
		right: -500px;
		height: 100%;
		width: 93%;
		top: 0;
		overflow-y: auto;
	}
	.col-8 {
		flex: 100%;
		max-width: 100%;
	}
	.col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.enabled {    
    padding: 10px 25px;    
}
}

@media (max-width: 320px) {
	.add_to_cart .cart-inner .cart_media li .buttons a {
		font-size: 12px;
	}
}

.media img {
	height: auto !important;
	width: auto !important;
	text-align: center;
	margin: 0 auto;
}

/* header wishlist */

.add_to_cart .cart-inner .cart_media li .media img {
	height: 100%;
}

@media (max-width: 568px) {
	a.btn.btn-normal.btn-xs.view-cart {
		width: 50%;
		display: inline-block;
	}
}

/* STORE LOCATOR */

#map {
	height: 500px;
	margin-top: 30px;
}

.btn-normal.btn-outline:hover {
	background-color: #00baf205;
	color: #0e1a32 !important;
}

.search-count {
	background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	div#nav-profile {
		display: none;
	}
}

/*@media only screen and (max-width: 690px) {
   th#daythree {
   display: none !important;
   }
   }*/

@media only screen and (max-width:533px) {
	li#store {
		display: none;
	}
}

.btn-blocktwo {
	max-width: 99px !important;
	min-width: 62px;
	padding: 2px 10px !important;
	background-color: #00baf2;
	text-transform: uppercase !important;
	font-size: 10px;
	font-weight: 600 !important;
	color: #101935;
}

table, td, th {
	border: 1px solid #fff;
	border-collapse: collapse;
}

th {
	background-color: #0e1a32;
	color: white;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding: 15px 30px;
	text-align: center;
}

.time {
	background-color: #D3D3D3
}

td {
	font-family: PT Sans, sans-serif;
	border: 1px solid #ccc;
	padding: 20px;
}
/*
td:hover {
	/* background-color:#dee2e6; * /
	background-color: #c2ddf9;
	cursor: pointer;
	border: 2px solid #00baf2;
}
*/
/*
table {
	display: inline-block;
}
*/
/*
.btn-block {
	border-radius: 2px;
	color: #6e6d6d!important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
}
*/
/*
.btn-block:hover {
	background-color: #f7f1ec;
}
*/
.gridcontainer {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	border: 2px solid #262626;
}

fieldset.camplc {
	padding: 20px 100px;
}

fieldset.campid {
	padding: 10px 90px;
}

fieldset.info {
	padding: 10px 85px;
}

fieldset.questions {
	padding: 10px 90px;
}

/* 23 01 2020 start */

h3.title {
	padding-bottom: 15px;
}

.section .title {
	font-weight: 800;
}

tr {
	background: #fff;
}

/* TIME SLOT STORE */

.btn-normal.btn-outline:hover {
	background-color: #00baf205;
	color: #0e1a32 !important;
}

.search-count {
	background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	div#nav-profile {
		display: none;
	}
}

@media only screen and (max-width:533px) {
	li#store {
		display: none;
	}
}

.btn-blocktwo {
	max-width: 99px !important;
	min-width: 62px;
	padding: 2px 10px !important;
	background-color: #00baf2;
	text-transform: uppercase !important;
	font-size: 10px;
	font-weight: 600 !important;
	color: #101935;
}

/* make comment */

.product-reviews .comments .comment-list {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

.product-reviews .comments {
	float: left;
	display: block;
	width: 100%;
}

.product-reviews .comments .comment-total {
	margin-bottom: 30px;
	margin-top: 45px;
}

.product-reviews .comments .label-comment {
	font-size: 15px;
	font-weight: 600;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	line-height: 25px;
}

.product-reviews .comments .comment-total span {
	display: block;
	font-size: 15px;
	float: left;
	line-height: 25px;
}

.product-reviews .comments .comment-list li {
	width: 100%;
	list-style: none;
	display: table;
	margin-bottom: 20px;
}

.product-reviews .comments .comment-list li .left img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.product-reviews .comments .comment-list li .left {
	display: table-cell;
	width: 65px;
	height: auto;
	vertical-align: top;
	text-align: left;
}

/* make review */

.product-reviews .reviews {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	margin-top: 45px
}

.product-reviews .rating-bar {
	border: 0;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px
}

.product-reviews .rating-bar span {
	float: left;
	margin-right: 15px;
	line-height: 25px
}

.product-reviews .rating-bar .rating-stars {
	float: left;
	height: 30px;
	line-height: 30px
}

.product-reviews .rating-bar input {
	display: none
}

.product-reviews .rating-bar label:before {
	font-size: 22px;
	display: inline-block;
	    font-family: "FontAwesome";
	content: "\f006";
	cursor: pointer;
	padding: 2px;
}

.product-reviews .rating-bar label {
	color: #ddd;
	float: right;
	margin-bottom: 0!important;
	line-height: 25px
}

.product-reviews .rating-bar label:hover:before {
	font-family: "FontAwesome";
	content: "\f006"!important;
}

.product-reviews .rating-bar input:checked~label:before, .product-reviews .rating-bar:not(:checked) label:hover, .product-reviews .rating-bar:not(:checked) label:hover~label:before {
	font-family: "FontAwesome";
	content: "\f005"!important;
}

.product-reviews .rating-bar input:checked+label:hover, .product-reviews .rating-bar input:checked~label:hover, .product-reviews .rating-bar label:hover~input:checked~label:before, .product-reviews .rating-bar input:checked~label:hover~label:before {
	font-family: "FontAwesome";
	content: "\f005"!important;
}

.product-reviews .rating-bar input:checked~label, .product-reviews .rating-bar:not(:checked) label:hover, .product-reviews .rating-bar:not(:checked) label:hover~label {
	color: #fbc12a
}

.product-reviews .rating-bar input:checked+label:hover, .product-reviews .rating-bar input:checked~label:hover, .product-reviews .rating-bar label:hover~input:checked~label, .product-reviews .rating-bar input:checked~label:hover~label {
	color: #FFD700
}

.product-reviews .invalid-rating label {
	color: #dc3545
}

.product-reviews .form-textarea {
	resize: none
}

.product-reviews .review-list {
	padding: 0;
	margin: 0;
	margin-top: 60px
}

.product-reviews .review-list li {
	width: 100%;
	list-style: none;
	display: table;
	margin-bottom: 20px
}

.product-reviews .review-list li .left {
	display: table-cell;
	width: 65px;
	height: auto;
	vertical-align: top;
	text-align: left
}

.product-reviews .review-list li .left img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.product-reviews .review-list li .right {
	display: table-cell;
	vertical-align: top
}

.product-reviews .review-list li .right .row-custom {
	margin-bottom: 5px
}

.product-reviews .review-list li .right .username {
	font-weight: 600;
	float: left;
	display: block;
	height: 24px;
	line-height: 26px
}

.product-reviews .review-list li .right .rating {
	float: left;
	position: relative;
	margin-left: 30px;
	height: 24px;
	line-height: 24px
}

.rating .icon-star-o {
	float: left;
	color: #ddd
}

.rating .icon-star {
	float: left;
	color: #fbc12a
}

.rating i {
	float: left;
	color: #fbc12a;
	color: #ffa800;
    font-size: 20px;
    line-height: 22px;
    padding: 1px;
}

.product-reviews .review-list li .right .date {
	font-size: 12px;
	color: #999
}

.reviews .review-total {
	margin-bottom: 20px
}

.reviews .review-total .rating {
	float: left;
	margin-right: 10px
}

.reviews .review-total span {
	float: left;
	line-height: 23px
}

.reviews .label-review {
	font-size: 15px;
	font-weight: 600;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	line-height: 26px
}

.product-reviews .comments {
	float: left;
	display: block;
	width: 100%
}

.product-reviews .comments .comment-list {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%
}

.product-reviews .comments .comment-list li {
	width: 100%;
	list-style: none;
	display: table;
	margin-bottom: 20px
}

.product-reviews .comments .comment-list li .left {
	display: table-cell;
	width: 65px;
	height: auto;
	vertical-align: top;
	text-align: left
}

.product-reviews .comments .comment-list li .left img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.product-reviews .comments .comment-list li .right {
	display: table-cell;
	vertical-align: top
}

.product-reviews .comments .comment-list li .right .row-custom {
	margin-bottom: 0px;
}

.product-reviews .comments .comment-list li .right .username {
	font-weight: 600;	
	display: block
}

.product-reviews .comments .comment-list li .right a {
	font-size: 12px
}

.product-reviews .comments .comment-list li .right .date {
	font-size: 12px;
	color: #999
}

.product-reviews .comments .comment-list li .right .btn-reply {
	margin-left: 15px
}

.product-reviews .comments .comment-total {
	margin-bottom: 30px;
	margin-top: 45px
}

.product-reviews .comments .label-comment {
	font-size: 15px;
	font-weight: 600;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	line-height: 25px
}

.product-reviews .comments .comment-total span {
	display: block;
	font-size: 15px;
	float: left;
	line-height: 25px
}

/* add product */

form label {
	text-transform: capitalize;
	color: #333;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
}

form input.error {
	border: 1px solid rgba(220, 53, 69, 0.40)!important;
}

form select.error {
	border: 1px solid rgba(220, 53, 69, 0.40)!important;
}

form label.error {
	color: #d43f3a !important;
	font-size: 12px;
	display: none!important;
}

.dm-uploaded-files {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

.dm-uploaded-files li {
	position: relative;
	float: left;
	text-align: center;
	border-radius: 4px;
	width: 148px;
	height: 148px;
	margin-right: 9px;
	margin-bottom: 9px;
}

.dm-uploaded-files li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	border: 1px solid #e3e4e6;
}

.dm-uploaded-files li .btn-img-delete {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 100%;
	background-color: #f86969;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.badge {
	display: inline-block;
	padding: .85em 1.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* edit product details */

.form-box-head {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	max-width: 100%;
	padding: 10px 0;
	padding: 15px;
}

.form-box {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	max-width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #edf4f9;
	background-color: #fafafc;
}

.form-box-head .title {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}

.form-box-body {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	max-width: 100%;
	padding: 15px;
}

.form-add-product .form-group {
	margin-bottom: 1.2rem;
}

.map-container iframe {
	width: 100%;
	max-width: 100%;
	display: block;
	height: 350px
}

/* featured product item */

.food_cls {
	height: 220px;
}

.img-product-container {
	height: 200px;
}

input.input_number {
	width: 100%;
	margin-right: 20px;
	color: #222;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #22222247;
	font-size: 12px;
	padding: 5px;
}

.btn_div {
	width: 100%;
	float: left;
}

.item-meta_2 {
	width: 100%;
	float: left;
	margin: 2px;
	text-align: center;
	display: inline-block;
}

button.wNrY5O {
	width: 30%;
	float: left;
	background: linear-gradient(#fff, #f9f9f9);
	display: inline-block;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	font-size: 16px;
	border-radius: 2PX;
	padding-top: 0px;
	line-height: 1;
	height: 30px;
	font-size: 22px;
}

.input_value {
	width: 30%;
	float: left;
}

input._2csFM9 {
	width: 100%;
	border-radius: 3px;
	padding: 2px;
	font-size: 12px;
	height: 30px;
	border: 1px solid #c2c2c2;
	text-align: center;
}

.col-12.col-md-3.sidebar-products {
	border: 1px solid #dedbdb;
	background: none;
}

/*popup css start*/

.modal-header {
	border-bottom: none;
}

button.btn.btn-danger.btn-sell-now:hover {
	background-color: #f15721;
	border: 5px solid #f15721;
	box-shadow: 0px 6px 12px 0px #fff !important;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	/* text-align: center; */
}

/* .modal-dialog {
	max-width: 500px;
	margin: 9.75rem auto;
} */

/* .modal-content {
	height: 400px;
	padding-top: 40px;
	background-image:url(../../../uploads/icons/Pickup%20and%20Delivery.jpg);
	background: #efeded !important;
	box-shadow: 0px 0px 12px 1px #595453;
	border: 5px solid #f15721;
} */

h3.or_css {
	font-size: 20px;
	text-align: center;
	font-weight: 800;
	background-color: #f15721;
	border-radius: 60%;
	width: 16%;
	color: #fff;
	padding: 20px 20px 20px 20px;
	margin-left: 43%;
}

button.btn.btn-danger.btn-sell-now {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	background-color: #f15721;
	box-shadow: 0px 6px 12px 0px #7C6963 !important;
	border: 5px solid #fff;
	border-radius: 40px 40px 40px 40px;
	padding: 10px 50px;
}

i.fa.fa-truck {
	margin-left: 20px;
}

i.fa.fa-car {
	margin-left: 20px;
}

/*new*/

.plus-minus-input {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.plus-minus-input .input-group-field {
	text-align: center;
	margin-left: 0PX;
	margin-right: 0px;
	padding: 3px;
	width: 81px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button, .plus-minus-input .input-group-field::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.plus-minus-input .input-group-button .circle {
	border-radius: 0%;
	padding: 0.25em 0.8em;
}

.input-group.plus-minus-input {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
}

.input-group-button {
	width: 30%;
}

button.button.hollow.circle {
	width: 100%;
	float: left;
	background: no-repeat;
	border: 1px solid #a9a9a9;
	padding-top: 4px;
}

input.input-group-field {
	width: 30%;
}

.border_bottom {
	border-bottom: 1px solid #f15721;
}

.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.Add_to_cart_cls {
	margin-left: 10px;
}

/*popup css end*/
.space_prod {
    padding-top: 10px;
    background-color: #fff0;
    padding-bottom: 1px;
}

.space_prod .product-buttons button.btn.btn-normal {
    padding: 10px 12px;
    right: 0px;
    /*display: block;*/
    margin-top: 0px;
    background-color: #2b4290;
}
.css-70qvj9.e1ufqjyx3 {
	/* display: flex; */
	-webkit-box-align: center;
	align-items: center;
}

span.css-4jky3p.esdkp3p1 {
	text-decoration: line-through;
}

@media (max-width: 575px) {
	.input_type_cls {
		width: 50%;
		float: left;
	}
	.space_prod .product-buttons {
    margin-bottom: 0;
    width: 100%;
}

.space_prod .product-buttons button.btn.btn-normal{
max-width: 100%;
    min-width: 30%;
    padding: 10px 12px;
    right: 0px;
    display: block;
    margin-top: 0px;
    margin: auto;
}

	/*.space_prod {
    position: fixed;
    width: 100%;
    z-index: 10;
    margin: 0;
    background: rgba(240, 242, 245, 1);
    padding: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    box-shadow: 0 -10px 30px -5px rgba(0, 0, 0, 0.15);
    bottom: 50px;
    left: 0;
}*/
	.Add_to_cart_cls {
		margin-left: 0px;
		width: 48%;
	}
}

@media (max-width: 384px) {
	.Add_to_cart_cls {
		width: 100%;
	}
}

/* products */

div#listitemcol4 {
	border-left: 1px solid #ccc;
	padding-top: 20px;
}

@media only screen and (max-width: 640px) {
	a.btn.btn-normal {
		padding: 10px 13px !important;
	}
	button.btn.btn-normal.btn-outline {
		padding: 10px 31px 10px 15px !important;
	}
}

@media only screen and (max-width: 598px) {
	a.btn.btn-normal {
		padding: 10px 13px !important;
	}
	button.btn.btn-normal.btn-outline {
		padding: 10px 20px 10px 15px !important;
	}
}

@media only screen and (max-width: 568px) {
	div#listitemcol4 {
		border-left: none !important;
		border-top: 1px solid #ccc !important
	}
}

@media only screen and (max-width: 598px) {
	.col-sm-4 {
		border-left: none !important;
		border-top: 1px solid #ccc !important;
		padding-top: 9px;
	}
	.col-sm-4.category-contain{ border: none !important; }
}

/* service category */

.css-t1z7ei {
	width: auto;
	background: white;
	z-index: 7;
	padding-left: 16px;
	padding-right: 16px;
	display: inline-block;
	-webkit-letter-spacing: 0.02rem;
	-moz-letter-spacing: 0.02rem;
	-ms-letter-spacing: 0.02rem;
	letter-spacing: 0.02rem;
	position: relative;
	bottom: 1px;
}

.title_line {
	color: #333;
	margin: 8px;
	padding-bottom: 8px;
	float: none;
	margin: 0 auto;
	text-align: center;
	clear: both;
	position: relative;
}

.title_2 {
	display: block;
	font-size: 1.50rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 1.8125rem;
	margin: 0;
}

.title_line:before {
	content: "";
	display: block;
	margin-top: 16px;
}

.title_line:after {
	border-bottom: 1px solid;
	border-color: #333;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 40%;
	margin-top: -6px;
}

@media only screen and (max-width: 736px) {
	.collection-banner .collection3>div:first-child {
		margin-bottom: 15px;
		margin-right: 15px;
	}
}

/* start selling */

.form-add-product .form-group {
	margin-bottom: 1.2rem;
}

.map-container iframe {
	width: 100%;
	max-width: 100%;
	display: block;
	height: 350px
}

/* prduct item df */
.food_cls 
{
	height: 220px;
}

.img-product-container 
{
	height: 200px;
}

input.input_number 
{
	width: 100%;
	margin-right: 20px;
	color: #222;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #22222247;
	font-size: 12px;
	padding: 5px;
}

.btn_div 
{
	width: 100%;
	float: left;
}

.item-meta_2 
{
	width: 100%;
	float: left;
	margin: 2px;
	text-align: center;
	display: inline-block;
}

button.wNrY5O 
{
	width: 30%;
	float: left;
	background: linear-gradient(#fff, #f9f9f9);
	display: inline-block;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	font-size: 16px;
	border-radius: 2PX;
	padding-top: 0px;
	line-height: 1;
	height: 30px;
	font-size: 22px;
}

.input_value 
{
	width: 30%;
	float: left;
}

input._2csFM9 
{
	width: 100%;
	border-radius: 3px;
	padding: 2px;
	font-size: 12px;
	height: 30px;
	border: 1px solid #c2c2c2;
	text-align: center;
}

.col-12.col-md-3.sidebar-products 
{
	border: 1px solid #dedbdb;
	background: none;
}
/*popup css start*/

.modal-header 
{
	border-bottom: none;
}

button.btn.btn-danger.btn-sell-now:hover 
{
	background-color: #f15721;
	border: 5px solid #f15721;
	box-shadow: 0px 6px 12px 0px #fff !important;
}


/* .modal-content 
{
	height: 400px;
	padding-top: 40px;
	background-image:url(../../../uploads/icons/Pickup%20and%20Delivery.jpg);
	background: #efeded !important;
	box-shadow: 0px 0px 12px 1px #595453;
	border: 5px solid #f15721;
} */

h3.or_css 
{
	font-size: 20px;
	text-align: center;
	font-weight: 800;
	background-color: #f15721;
	border-radius: 60%;
	width: 16%;
	color: #fff;
	padding: 20px 20px 20px 20px;
	margin-left: 43%;
}

button.btn.btn-danger.btn-sell-now 
{
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	background-color: #f15721;
	box-shadow: 0px 6px 12px 0px #7C6963 !important;
	border: 5px solid #fff;
	border-radius: 40px 40px 40px 40px;
	padding: 10px 50px;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -15px;
}
i.fa.fa-truck 
{
	margin-left: 20px;
}

i.fa.fa-car 
{
	margin-left: 20px;
}
/*new*/

.plus-minus-input {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.plus-minus-input .input-group-field 
{
	text-align: center;
	margin-left: 0PX;
	margin-right: 0px;
	padding: 3px;
	width: 81px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field::-webkit-outer-spin-button 
{
	-webkit-appearance: none;
	appearance: none;
}

.plus-minus-input .input-group-button .circle 
{
	border-radius: 0%;
	padding: 0.25em 0.8em;
}

.input-group.plus-minus-input 
{
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
}

.input-group-button 
{
	width: 30%;
}

button.button.hollow.circle 
{
	width: 100%;
	float: left;
	background: no-repeat;
	border: 1px solid #a9a9a9;
	padding-top: 4px;
}

input.input-group-field 
{
	width: 30%;
}

.border_bottom 
{
	border-bottom: 1px solid #f15721;
}

.popup 
{
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup .show 
{
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

/* profile user info */
.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #CFCFCF;
}
.last-seen-online i {
    color: #85cc84;
}
@media (max-width: 1280px){
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -10px;
}
}
@media (max-width: 1024px){
div#button {
    /*display: block;*/
}
div#button1 {
    text-align: left !important;
	 margin-bottom: 10px;
}
button.btn.btn-normal,a.btn.btn-normal {
    max-width: 100%;
    min-width: 	35px;
    padding: 10px 12px;
    right: 0px;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -20px;
}
}

@media (max-width: 991px){
.account-sidebar {
    width: 100% !important;
}

.dashboard.mb-4{ padding: 0 !important; margin: 0 !important; }


button.btn.btn-normal {
    max-width: 100%;
    min-width: 60px;
    padding: 10px 12px;
    right: 0px;
    margin: auto;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: 0px;
    float: none !important;
}
}


@media (max-width: 966px){
button.btn.btn-normal {
    min-width: 80px; 
    max-width: 100%;   
    right: 0px !important;    
    display: block;
    margin: auto;
}
.fl-right {
    float:none !important;    
}
.account-sidebar {
    /*width: 76%;*/
}
.nav {   
    /*display: block;  */  
}
.collection-mobile-back {   
    padding: 10px;    
}
.dashboard-left {
    padding: 0px;
}
.dashboard-left .block-content {
    border: none;
    margin-top: 0px;   
}
.dashboard-left .block-content ul li {   
    padding-top: 10px;
}
.dashboard-left .block-content ul li:hover {
    background-color: #e8f0f3;
}
.nav>li>a {    
    padding: 0px 22px 0px 0px;
}
}
@media (max-width: 853px){
.product-right .form-row select#variation266 {   
    margin: auto;
    margin-right: auto;
}
}
@media (max-width: 800px){
.account-sidebar {
    width: 94%;
}
.layout-header2 .main-menu-block .cart-block {
    margin-left: 15px;
    margin-right: 0px;
}
.product-right .form-row select#variation266 {
    margin: auto;
    margin-right: auto;
}
}

@media (max-width: 767px){
	.dashboard.mb-4{ padding: 0 !important; margin: 0 !important; }
}

@media (max-width: 768px){
.account-sidebar {
    width: 99%;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -10px;
}
}
@media (max-width: 736px){
.account-sidebar {
    width: 23%;
}
.product-right .form-row select#variation266 {
    margin: auto;
    margin-right: auto;
    width: 50%;
}
}


@media (max-width: 690px){
	

}

@media (max-width: 690px){
.account-sidebar {
    width: 24%;
} 
}

@media (max-width: 667px){
.account-sidebar {
    width: 25%;
}
}
@media (max-width: 640px){
.account-sidebar {
    width: 26%;
}
}
@media (max-width: 603px){
.account-sidebar {
    width: 28%;
}
.layout-header2 .main-menu-block .logo-block {
    min-width: 100px;
}
.layout-header2 .containerhead {
    width: 100%;
    padding-right: 0px;     
}
}
@media (max-width: 598px){
.checkoutpages h4 {
    color: #1c3481;
    text-align: left !important;
}
}
@media (max-width: 568px){
.account-sidebar {
    width: 30%;
}
}
@media (max-width: 577px){
div#button1 {
    margin-bottom: 10px;
}
button.btn.btn-normal {
    max-width: 100%;
    min-width: 85px;
    padding: 10px 12px;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -10px;
}
div#centralModalInfoone2 .btn-normal {
    margin: 0px 8px 0 !important;
}
div#centralModalInfoone1 .btn-normal {
    margin: 0px 8px 0 !important;
}
div#centralModalInfoone2 button.btn.btn-normal {
    max-width: 100px !important;
    padding: 10px 12px;
}
div#centralModalInfoone1 button.btn.btn-normal {
    max-width: 100px !important;
    padding: 10px 12px;
}
}
@media (max-width: 533px){
.account-sidebar {
    width: 32%;
}
}
@media (max-width: 480px){
.account-sidebar {
    width: 36%;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -5px;
}
.btn.btn-customs {
    margin-top: 15px;
}
}
@media (max-width: 414px){
.account-sidebar {
    width: 42%;
}
}

@media (max-width: 384px){
	.account-sidebar {
    width: 46%;
}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: -10px;
}
}
@media (max-width: 375px){
	.account-sidebar {
    width: 47%;
}
} 

@media (max-width: 320px){
.btn-normal {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: none;
}
.checkout-page .btn-link, .product-accordion .btn-link, .checkout-page .btn-link, .product-accordion .btn-link a {
    color: #707070 !important;
    font-size: 12px;
}
.btn-customs {
        font-size: 12px;
}
.list-right {
    width: auto !important;
    height: 25px !important;
    max-width: 100% !important;
    margin-left: 0px !important;
}
    }

    @media (max-width: 320px){
.btn-normal {
    /*font-size: 9px !important;*/
    font-weight: 500;
    text-transform: none;
}
.checkout-page .btn-link, .product-accordion .btn-link, .checkout-page .btn-link, .product-accordion .btn-link a {
    color: #707070 !important;
    font-size: 9px;
}
.btn-customs {
        font-size: 9px;
}
.qty-box {
    width: 120px !important;
    margin: auto !important;
}
    }

/* pending product */
.product-list-pagination {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px
}

.product-list-pagination .pagination {
	text-align: left !important
}

.pagination {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	margin: 0 3px;
	border: 1px solid #eaeaf1;
	color: #63636a;
	height: 36px;
	text-align: center;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: auto;
	min-width: 36px;
	font-size: .875rem;
	line-height: 36px;
	border-radius: 1px !important;
	margin-bottom: 3px
}

.pagination .active a {
	color: #fff !important;
	background-color: #00baf2;
}

.pagination .prev a {
	line-height: 36px
}

.pagination .next a {
	line-height: 36px
}

.pagination .page-first a {
	line-height: 36px
}

.pagination .page-last a {
	line-height: 36px
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
	color: #fff;
	background-color: #1c3481;
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 50%;
	padding: 0;
	width: 2em;
	text-align: center;
	line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
	bottom: 0
}
.bootstrap-touchspin>input {
	width: 92px;
	border-color: #e4e4e4 !important;
	border-radius: .125rem;
	height: 38px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #222 !important;
	font-size: 11px !important;
	padding-right: 10px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
	position: relative;
	bottom: -2px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
	position: relative;
	top: -2px
}

.bootstrap-touchspin .icon-arrow-up {
	border-radius: 0 2px 0 0 !important
}

.bootstrap-touchspin .icon-arrow-down {
	border-radius: 0 0 2px 0 !important
}

.bootstrap-touchspin>input {
	border-color: #a9a9a9 !important;
	/* border-radius: 5px !important;*/
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	color: #ffffff !important;
	background-color: #00baf2 !important;
	padding: 1px;
}

/* ///////////////wallet */
.wallet-wrapper {
	background: white;
	padding: 30px;
	box-shadow: 0 0 10px 0 #dddddd;
	margin: 30px 0;
}

.wallet-wrapper label {
	color: #1c3481;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 600;
}

.wallet-wrapper input {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: inherit;
}

.wallet-wrapper .btn-normal {
	background-color: #1c3481;
	margin: 7px 0px;
}

.title6 h4 {
	color: #00baf2;
}

.title6 h4:before,
.title6 h4:after {
	background-color: #00baf2;

}

.text-grayl {
	color: #888888 !important;
}



/* sales */
.custom-control-label::before {
	background-color: white;
	border: 1px solid #a2a2a2;
}

.custom-control-label::before,
.custom-control-label::after {
	top: -0.75rem;
}

.dark-data.blue {
	color: #1c3481;
	text-transform: capitalize;
}

.sales-wrap thead th {
	text-transform: capitalize;
}

.sales-wrap tr td h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.sales-wrap tr td button {
	display: block;
	margin-bottom: 10px;
}

.sales-wrap .dropdown-toggle {
	background: #1c3481 !important;
	margin-bottom: 30px !important;
	text-transform: capitalize !important;
	border-radius: 0 !important;
}

.left-sidebar {
	box-shadow: 0 0 10px 0 #dddddd;
	background-color: white;

}

.left-sidebar .heading {
	padding: 15px 20px;
	background: #1c3481;
	color: white;
	margin-bottom: 0;
}

.left-sidebar .inner {
	padding: 5px 10px;
}

.left-sidebar h3,
.heading {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 20px;
	color: #1c3481;
	text-transform: uppercase;
}

.left-sidebar ul li {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #dddddd;
}
.left-sidebar ul li:last-child {
	border-bottom: none;
}

.left-sidebar ul li a {
	color: #717171;
	font-size: 17px;
	text-transform: capitalize;
	transition: 0.5s;
}

.left-sidebar ul li a.active,
.left-sidebar ul li a:hover {
	margin-left: 5px;
	transition: 0.5s;
	color: #1c3481;
}

.table-staus-report td {
	font-weight: 500;
	text-transform: capitalize;
}

.tb-format {
	display: flex;
	flex-wrap: wrap;
	background: white;
	padding: 15px;
}

.tb-format li {
	flex: 50%;
	font-size: 16px;
	margin-bottom: 7px;
	text-transform: capitalize;

}

.tb-format li:nth-child(odd) {
	font-weight: 600;
}

.total-div {
	display: inline-block;
	float: right;
}

.total-div ul {
	display: flex;
	flex-wrap: wrap;
}

.total-div ul li {
	flex: 50%;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.total-div ul li:nth-last-child(2),
.total-div ul li:nth-child() {
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

.product-table img {
	width: 50px;
}

.product-table .dropdown-menu ul li {
display: block;
}

.product-table .dropdown a  {
padding: 5px 15px;
display: block;
}
.product-table .dropdown a i {
	margin-right: 6px;         
}

/* product list */
.product-list-pagination {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px
}

.product-list-pagination .pagination {
	text-align: left !important
}

.pagination {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	margin: 0 3px;
	border: 1px solid #eaeaf1;
	color: #63636a;
	height: 36px;
	text-align: center;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: auto;
	min-width: 36px;
	font-size: .875rem;
	line-height: 36px;
	border-radius: 1px !important;
	margin-bottom: 3px
}

.pagination .active a {
	color: #fff !important;
	background-color: #00baf2;
}

.pagination .prev a {
	line-height: 36px
}

.pagination .next a {
	line-height: 36px
}

.pagination .page-first a {
	line-height: 36px
}

.pagination .page-last a {
	line-height: 36px
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
	color: #fff;
	background-color: #1c3481;
}

.dataTables_info {
	float: left;
	margin-top: 20px;
}

div#example_paginate {
	float: right;
	margin-top: 20px;padding-bottom: 10px;
}

div#example_paginate .paginate_button.current {
	background: #1c3481;
	color: white !important;
}

div#example_paginate .paginate_button {
	background: #f2f2f2;
	padding: 8px 18px;
	margin: 0 5px;
	border: 1px solid #ccc;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.table-responsive .table thead>* {
	background-color: rgb(28 52 129) !important;
}

.sales-wrap thead th {
	color: white !important;
}

.dataTables_length,
.dataTables_filter {
	display: inline-block;
}

.dataTables_filter {
	float: right;
}


.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 50%;
	padding: 0;
	width: 2em;
	text-align: center;
	line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
	bottom: 0
}

.bootstrap-touchspin>input {
	width: 92px;
	border-color: #e4e4e4 !important;
	border-radius: .125rem;
	height: 38px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #222 !important;
	font-size: 11px !important;
	padding-right: 10px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
	position: relative;
	bottom: -2px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
	position: relative;
	top: -2px
}

.bootstrap-touchspin .icon-arrow-up {
	border-radius: 0 2px 0 0 !important
}

.bootstrap-touchspin .icon-arrow-down {
	border-radius: 0 0 2px 0 !important
}

.bootstrap-touchspin>input {
	border-color: #a9a9a9 !important;
	/* border-radius: 5px !important;*/
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	color: #ffffff !important;
	background-color: #00baf2 !important;
	padding: 1px;
}

/* ///////////////wallet */
.wallet-wrapper {
	background: white;
	padding: 30px;
	box-shadow: 0 0 10px 0 #dddddd;
	margin: 30px 0;
}

.wallet-wrapper label {
	color: #1c3481;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 600;
}

.wallet-wrapper input {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: inherit;
}

.wallet-wrapper .btn-normal {
	background-color: #1c3481;
	margin: 7px 0px;
}

.title6 h4 {
	color: #00baf2;
}

.title6 h4:before,
.title6 h4:after {
	background-color: #00baf2;

}

.text-grayl {
	color: #888888 !important;
}



/* sales */
.custom-control-label::before {
	background-color: white;
	border: 1px solid #a2a2a2;
}

.custom-control-label::before,
.custom-control-label::after {
	top: -0.75rem;
}

.dark-data.blue {
	color: #1c3481;
	text-transform: capitalize;
}

.sales-wrap thead th {
	text-transform: capitalize;
}

.sales-wrap tr td h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.sales-wrap tr td button {
	display: block;
	margin-bottom: 10px;
}

.sales-wrap .dropdown-toggle {
	background: #1c3481 !important;
	margin-bottom: 30px !important;
	text-transform: capitalize !important;
	border-radius: 0 !important;
}

.left-sidebar {
	box-shadow: 0 0 10px 0 #dddddd;
	background-color: white;

}

.left-sidebar .heading {
	padding: 15px 20px;
	background: #1c3481;
	color: white;
	margin-bottom: 0;
}

.left-sidebar .inner {
	padding: 5px 10px;
}

.left-sidebar h3,
.heading {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 20px;
	color: #1c3481;
	text-transform: uppercase;
}

.left-sidebar ul li {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #dddddd;
}

.left-sidebar ul li:last-child {
	border-bottom: none;
}

.left-sidebar ul li a {
	color: #717171;
	font-size: 17px;
	text-transform: capitalize;
	transition: 0.5s;
}

.left-sidebar ul li a.active,
.left-sidebar ul li a:hover {
	margin-left: 5px;
	transition: 0.5s;
	color: #1c3481;
}

.table-staus-report td {
	font-weight: 500;
	text-transform: capitalize;
}

.tb-format {
	display: flex;
	flex-wrap: wrap;
	background: white;
	padding: 15px;
}

.tb-format li {
	flex: 50%;
	font-size: 16px;
	margin-bottom: 7px;
	text-transform: capitalize;

}

.tb-format li:nth-child(odd) {
	font-weight: 600;
}

.total-div {
	display: inline-block;
	float: right;
}

.total-div ul {
	display: flex;
	flex-wrap: wrap;
}

.total-div ul li {
	flex: 50%;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.total-div ul li:nth-last-child(2),
.total-div ul li:nth-child() {
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

.product-table img {
	width: 50px;
}

.product-table .dropdown-menu ul li {
	display: block;
}

.product-table .dropdown a {
	padding: 5px 15px;
	display: block;
}

.product-table .dropdown a i {
	margin-right: 6px;
}

.product-table .product-icons i {
	height: 22px;
	width: 22px;
	border-radius: 100%;
	background: #1c3481;
	color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}



.border-product select.form-control:not([size]):not([multiple]) {
width: auto;
}
.product-right .border-product:first-child{
	background: #4ccdf6;
} 
.product-right .border-product:first-child h5{
	color: #1c3481;
}
.theme-modal .modal-content.quick-view-modal{ padding: 5px; }
.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close{
	height: 30px;
    width: 30px;
    opacity: 0.9;
    /*background: #dc3545;*/
    border-radius: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*right: -25px;
    top: -25px;*/
    font-weight: 300;
    right: 0; top: 0;

}
button.close span {
    /*margin-top: -5px;*/
}
.p-name-title{
color: #1c3481;
font-weight: 600;
font-size: 25px;
padding: 10px;
text-transform: capitalize;
}
@media(max-width: 767px){
.product-right {
	max-width: 100%;
	overflow-x: auto;
}
.product-right .row {
	flex-wrap: unset;
}
.border-product .col-2 {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}

/* profile */

.dashboard.mb-4 .col-md-3{ margin: 5px 0; }

.product-list-pagination {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px
}

.product-list-pagination .pagination {
	text-align: left !important
}

.pagination {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	margin: 0 3px;
	border: 1px solid #eaeaf1;
	color: #63636a;
	height: 36px;
	text-align: center;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: auto;
	min-width: 36px;
	font-size: .875rem;
	line-height: 36px;
	border-radius: 1px !important;
	margin-bottom: 3px
}

.pagination .active a {
	color: #fff !important;
	background-color: #00baf2;
}

.pagination .prev a {
	line-height: 36px
}

.pagination .next a {
	line-height: 36px
}

.pagination .page-first a {
	line-height: 36px
}

.pagination .page-last a {
	line-height: 36px
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
	color: #fff;
	background-color: #1c3481;
}


.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 50%;
	padding: 0;
	width: 2em;
	text-align: center;
	line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
	bottom: 0
}

.bootstrap-touchspin>input {
	width: 92px;
	border-color: #e4e4e4 !important;
	border-radius: .125rem;
	height: 38px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #222 !important;
	font-size: 11px !important;
	padding-right: 10px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
	position: relative;
	bottom: -2px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
	position: relative;
	top: -2px
}

.bootstrap-touchspin .icon-arrow-up {
	border-radius: 0 2px 0 0 !important
}

.bootstrap-touchspin .icon-arrow-down {
	border-radius: 0 0 2px 0 !important
}

.bootstrap-touchspin>input {
	border-color: #a9a9a9 !important;
	/* border-radius: 5px !important;*/
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	color: #ffffff !important;
	background-color: #00baf2 !important;
	padding: 1px;
}

/* ///////////////wallet */
.wallet-wrapper {
	background: white;
	padding: 30px;
	box-shadow: 0 0 10px 0 #dddddd;
	margin: 30px 0;
}

.wallet-wrapper label {
	color: #1c3481;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 600;
}

.wallet-wrapper input {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: inherit;
}

.wallet-wrapper .btn-normal {
	background-color: #1c3481;
	margin: 7px 0px;
}

.title6 h4 {
	color: #00baf2;
}

.title6 h4:before,
.title6 h4:after {
	background-color: #00baf2;

}

.text-grayl {
	color: #888888 !important;
}



/* sales */
.custom-control-label::before {
	background-color: white;
	border: 1px solid #a2a2a2;
}

.custom-control-label::before,
.custom-control-label::after {
	top: -0.75rem;
}

.dark-data.blue {
	color: #1c3481;
	text-transform: capitalize;
}

.sales-wrap thead th {
	text-transform: capitalize;
}

.sales-wrap tr td h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.sales-wrap tr td button {
	display: block;
	margin-bottom: 10px;
}

.sales-wrap .dropdown-toggle {
	background: #1c3481 !important;
	margin-bottom: 30px !important;
	text-transform: capitalize !important;
	border-radius: 0 !important;
}

.left-sidebar {
	box-shadow: 0 0 10px 0 #dddddd;
	background-color: white;

}

.left-sidebar .heading {
	padding: 15px 20px;
	background: #1c3481;
	color: white;
	margin-bottom: 0;
}

.left-sidebar .inner {
	padding: 5px 10px;
}

.left-sidebar h3,
.heading {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 20px;
	color: #1c3481;
	text-transform: uppercase;
}

.left-sidebar ul li {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #dddddd;
}
.left-sidebar ul li:last-child {
	border-bottom: none;
}

.left-sidebar ul li a {
	color: #717171;
	font-size: 17px;
	text-transform: capitalize;
	transition: 0.5s;
}

.left-sidebar ul li a.active,
.left-sidebar ul li a:hover {
	margin-left: 5px;
	transition: 0.5s;
	color: #1c3481;
}

.table-staus-report td {
	font-weight: 500;
	text-transform: capitalize;
}

.tb-format {
	display: flex;
	flex-wrap: wrap;
	background: white;
	padding: 15px;
}

.tb-format li {
	flex: 50%;
	font-size: 16px;
	margin-bottom: 7px;
	text-transform: capitalize;

}

.tb-format li:nth-child(odd) {
	font-weight: 600;
}

.total-div {
	display: inline-block;
	float: right;
}

.total-div ul {
	display: flex;
	flex-wrap: wrap;
}

.total-div ul li {
	flex: 50%;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.total-div ul li:nth-last-child(2),
.total-div ul li:nth-child() {
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

.product-table img {
	width: 50px;
}

.product-table .dropdown-menu ul li {
display: block;
}

.product-table .dropdown a  {
padding: 5px 15px;
display: block;
}
.product-table .dropdown a i {
	margin-right: 6px;         
}

/* sale */
.swal-icon--error {
	border-color: #f27474;
	-webkit-animation: animateErrorIcon .5s;
	animation: animateErrorIcon .5s
}

.swal-icon--error__x-mark {
	position: relative;
	display: block;
	-webkit-animation: animateXMark .5s;
	animation: animateXMark .5s
}

.swal-icon--error__line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.swal-icon--error__line--left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.swal-icon--error__line--right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

@-webkit-keyframes animateErrorIcon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes animateErrorIcon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@-webkit-keyframes animateXMark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animateXMark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.swal-icon--warning {
	border-color: #f8bb86;
	-webkit-animation: pulseWarning .75s infinite alternate;
	animation: pulseWarning .75s infinite alternate
}

.swal-icon--warning__body {
	width: 5px;
	height: 47px;
	top: 10px;
	border-radius: 2px;
	margin-left: -2px
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
	position: absolute;
	left: 50%;
	background-color: #f8bb86
}

.swal-icon--warning__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -4px;
	bottom: -11px
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #f8d486
	}

	to {
		border-color: #f8bb86
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #f8d486
	}

	to {
		border-color: #f8bb86
	}
}

.swal-icon--success {
	border-color: #a5dc86
}

.swal-icon--success:after,
.swal-icon--success:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal-icon--success:before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.swal-icon--success:after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px;
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

.swal-icon--success__ring {
	width: 80px;
	height: 80px;
	border: 4px solid hsla(98, 55%, 69%, .2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.swal-icon--success__hide-corners {
	width: 5px;
	height: 90px;
	background-color: #fff;
	padding: 1px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal-icon--success__line {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.swal-icon--success__line--tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: animateSuccessTip .75s;
	animation: animateSuccessTip .75s
}

.swal-icon--success__line--long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: animateSuccessLong .75s;
	animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

.swal-icon--info {
	border-color: #c9dae1
}

.swal-icon--info:before {
	width: 5px;
	height: 29px;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px
}

.swal-icon--info:after,
.swal-icon--info:before {
	content: "";
	position: absolute;
	left: 50%;
	background-color: #c9dae1
}

.swal-icon--info:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px
}

.swal-icon {
	width: 80px;
	height: 80px;
	border-width: 4px;
	border-style: solid;
	border-radius: 50%;
	padding: 0;
	position: relative;
	box-sizing: content-box;
	margin: 20px auto
}

.swal-icon:first-child {
	margin-top: 32px
}

.swal-icon--custom {
	width: auto;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0
}

.swal-icon img {
	max-width: 100%;
	max-height: 100%
}

.swal-title {
	color: rgba(0, 0, 0, .65);
	font-weight: 600;
	text-transform: none;
	position: relative;
	display: block;
	padding: 13px 16px;
	font-size: 27px;
	line-height: normal;
	text-align: center;
	margin-bottom: 0
}

.swal-title:first-child {
	margin-top: 26px
}

.swal-title:not(:first-child) {
	padding-bottom: 0
}

.swal-title:not(:last-child) {
	margin-bottom: 13px
}

.swal-text {
	font-size: 16px;
	position: relative;
	float: none;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-weight: 400;
	color: rgba(0, 0, 0, .64);
	max-width: calc(100% - 20px);
	overflow-wrap: break-word;
	box-sizing: border-box
}

.swal-text:first-child {
	margin-top: 45px
}

.swal-text:last-child {
	margin-bottom: 45px
}

.swal-footer {
	text-align: right;
	padding-top: 13px;
	margin-top: 13px;
	padding: 13px 16px;
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.swal-button-container {
	margin: 5px;
	display: inline-block;
	position: relative
}

.swal-button {
	background-color: #7cd1f9;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer
}

.swal-button[not:disabled]:hover {
	background-color: #78cbf2
}

.swal-button:active {
	background-color: #70bce0
}

.swal-button:focus {
	outline: none;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
}

.swal-button[disabled] {
	opacity: .5;
	cursor: default
}

.swal-button::-moz-focus-inner {
	border: 0
}

.swal-button--cancel {
	color: #555;
	background-color: #efefef
}

.swal-button--cancel[not:disabled]:hover {
	background-color: #e8e8e8
}

.swal-button--cancel:active {
	background-color: #d7d7d7
}

.swal-button--cancel:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
}

.swal-button--danger {
	background-color: #e64942
}

.swal-button--danger[not:disabled]:hover {
	background-color: #df4740
}

.swal-button--danger:active {
	background-color: #cf423b
}

.swal-button--danger:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
}

.swal-content {
	padding: 0 20px;
	margin-top: 20px;
	font-size: medium
}

.swal-content:last-child {
	margin-bottom: 20px
}

.swal-content__input,
.swal-content__textarea {
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .14);
	padding: 10px 13px;
	border-radius: 2px;
	transition: border-color .2s
}

.swal-content__input:focus,
.swal-content__textarea:focus {
	outline: none;
	border-color: #6db8ff
}

.swal-content__textarea {
	resize: vertical
}

.swal-button--loading {
	color: transparent
}

.swal-button--loading~.swal-button__loader {
	opacity: 1
}

.swal-button__loader {
	position: absolute;
	height: auto;
	width: 43px;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	pointer-events: none;
	opacity: 0
}

.swal-button__loader div {
	display: inline-block;
	float: none;
	vertical-align: baseline;
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	margin: 2px;
	opacity: .4;
	border-radius: 7px;
	background-color: hsla(0, 0%, 100%, .9);
	transition: background .2s;
	-webkit-animation: swal-loading-anim 1s infinite;
	animation: swal-loading-anim 1s infinite
}

.swal-button__loader div:nth-child(3n+2) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s
}

.swal-button__loader div:nth-child(3n+3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

@-webkit-keyframes swal-loading-anim {
	0% {
		opacity: .4
	}

	20% {
		opacity: .4
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .4
	}
}

@keyframes swal-loading-anim {
	0% {
		opacity: .4
	}

	20% {
		opacity: .4
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .4
	}
}

.swal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, .4);
	z-index: 10000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s
}

.swal-overlay:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.swal-overlay--show-modal {
	opacity: 1;
	pointer-events: auto
}

.swal-overlay--show-modal .swal-modal {
	opacity: 1;
	pointer-events: auto;
	box-sizing: border-box;
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s;
	will-change: transform
}

.swal-modal {
	width: 478px;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	position: static;
	margin: 20px auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 10001;
	transition: opacity .2s, -webkit-transform .3s;
	transition: transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s, -webkit-transform .3s
}

@media (max-width:500px) {
	.swal-modal {
		width: calc(100% - 20px)
	}
}

@-webkit-keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	1% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	1% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
a#viewmore {
	padding-right: 15px;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}

a#viewmore:hover {
	color: #00aa02;
}

div#catblue {
	background-color: #28292a69;
}

div#cat {
	background-color: #28292a66;
}

.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
}


a.btn.btn-xs.btn-white.btn-outline {
	padding: 5px 10px;
	font-size: 10px;
	border: 1px solid #00aa02;
}

.product-notification a.btn.btn-xs.btn-white.btn-outline:hover {
	background-color: #00aa02;
	color: #222 !important;
}

a.btn.btn-xs.btn-white.btn-outline:hover {
	background-color: #00aa02;
	color: #fff !important;
}

div#headproduct {
    padding: 15px 0px;
}

.product .product-box .product-detail .detail-title .detail-left {
	float: left;
	display: contents;
}

.product .product-box .product-detail .detail-title .detail-left .price {
	color: #00aa02;
	font-size: calc(16px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 15px;
}

.profile-dropdown .dropdown-menu li {
	margin: 0 !important;
	display: block;
}

.profile-dropdown .dropdown-menu li:last-child {
	border-top: 1px solid #e6e6e6;
	margin-top: 0 !important;
}

.profile-dropdown .dropdown-menu li a {
	display: block;
	margin: 0px;
	padding: 4px 15px;
	line-height: 24px;
	color: #666 !important;
}

.span-message-count {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	font-size: 11px;
	background-color: #e34c5a;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.profile-dropdown .dropdown-menu li a:hover {
	background-color: #fafafa;
	color: #00baf2 !important;
}

.profile-dropdown .dropdown-menu li a i {
	margin-right: 5px;
	color: #666 !important;
	font-size: 15px !important;
}

.profile-dropdown .dropdown-menu li a:hover i:hover {
	margin-right: 5px;
	color: #00baf2 !important;
}

.profile-dropdown .a-profile img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 2px;
}

.profile-dropdown .notification {
	position: absolute !important;
	display: inline-block;
	font-size: 11px;
	background-color: #e34c5a;
	border-radius: 50%;
	top: 4px;
	left: 29px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.profile-dropdown .a-profile::after {
	display: none;
}

.profile-dropdown .username {
	display: inline-block;
	position: relative;
	line-height: 22px;
	top: 2px;
	color: #ffffff;
}

.profile-dropdown .icon-arrow-down {
	position: relative;
	top: 2px;
}
.product-list-pagination {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px
}

.product-list-pagination .pagination {
	text-align: left !important
}

.pagination {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	margin: 0 3px;
	border: 1px solid #eaeaf1;
	color: #63636a;
	height: 36px;
	text-align: center;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	width: auto;
	min-width: 36px;
	font-size: .875rem;
	line-height: 36px;
	border-radius: 1px !important;
	margin-bottom: 3px
}

.pagination .active a {
	color: #fff !important;
	background-color: #00baf2;
}

.pagination .prev a {
	line-height: 36px
}

.pagination .next a {
	line-height: 36px
}

.pagination .page-first a {
	line-height: 36px
}

.pagination .page-last a {
	line-height: 36px
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
	color: #fff;
	background-color: #1c3481;
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 50%;
	padding: 0;
	width: 2em;
	text-align: center;
	line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
	bottom: 0
}


.bootstrap-touchspin>input {
	width: 92px;
	border-color: #e4e4e4 !important;
	border-radius: .125rem;
	height: 38px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #222 !important;
	font-size: 11px !important;
	padding-right: 10px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
	position: relative;
	bottom: -2px
}

.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
	position: relative;
	top: -2px
}

.bootstrap-touchspin .icon-arrow-up {
	border-radius: 0 2px 0 0 !important
}

.bootstrap-touchspin .icon-arrow-down {
	border-radius: 0 0 2px 0 !important
}

.bootstrap-touchspin>input {
	border-color: #a9a9a9 !important;
	/* border-radius: 5px !important;*/
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	color: #ffffff !important;
	background-color: #00baf2 !important;
	padding: 1px;
}

/* ///////////////wallet */
.wallet-wrapper {
	background: white;
	padding: 30px;
	box-shadow: 0 0 10px 0 #dddddd;
	margin: 30px 0;
}

.wallet-wrapper label {
	color: #1c3481;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 600;
}

.wallet-wrapper input {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: inherit;
}

.wallet-wrapper .btn-normal {
	background-color: #1c3481;
	margin: 7px 0px;
}

.title6 h4 {
	color: #00baf2;
}

.title6 h4:before,
.title6 h4:after {
	background-color: #00baf2;

}

.text-grayl {
	color: #888888 !important;
}



/* sales */
/*
.sales-wrap img {
	width: 100px;
}
*/
.custom-control-label::before {
	background-color: white;
	border: 1px solid #a2a2a2;
}

.custom-control-label::before,
.custom-control-label::after {
	top: -0.75rem;
}

.dark-data.blue {
	color: #1c3481;
	text-transform: capitalize;
}

.sales-wrap thead th {
	text-transform: capitalize;
}

.sales-wrap tr td h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.sales-wrap tr td button {
	display: block;
	margin-bottom: 10px;
}

.sales-wrap .dropdown-toggle {
	background: #1c3481;
	margin-bottom: 30px;
	text-transform: capitalize;
	border-radius: 0;
}

.left-sidebar {
	box-shadow: 0 0 10px 0 #dddddd;
	background-color: white;

}

.left-sidebar .heading {
	padding: 15px 20px;
	background: #1c3481;
	color: white;
	margin-bottom: 0;
}

.left-sidebar .inner {
	padding: 15px 20px;
}

.left-sidebar h3,
.heading {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 20px;
	color: #1c3481;
	text-transform: uppercase;
}

.left-sidebar ul li {
	display: block;
	margin-bottom: 6px;
}

.left-sidebar ul li a {
	color: #717171;
	font-size: 17px;
	text-transform: capitalize;
	transition: 0.5s;
}

.left-sidebar ul li a.active,
.left-sidebar ul li a:hover {
	margin-left: 5px;
	transition: 0.5s;
	color: #1c3481;
}

.table-staus-report td {
	font-weight: 500;
	text-transform: capitalize;
}

.tb-format {
	display: flex;
	flex-wrap: wrap;
	background: white;
	padding: 15px;
}

.tb-format li {
	flex: 50%;
	font-size: 16px;
	margin-bottom: 7px;
	text-transform: capitalize;

}

.tb-format li:nth-child(odd) {
	font-weight: 600;
}

.total-div {
	display: inline-block;
	float: right;
}

.total-div ul {
	display: flex;
	flex-wrap: wrap;
}

.total-div ul li {
	flex: 50%;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.total-div ul li:nth-last-child(2),
.total-div ul li:nth-child() {
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

/* change password */
.error-message
{   
    color: red;
    background: #ff000026;
    padding: 10px;
    border-radius: 5px;
}
    

/* document verification */
.form-avatar {
    width: 180px;
    height: 180px;
    border-radius: .1875rem;
}
.btn-file-upload {
    position: relative;
    color: #fff!important;
    font-size: 13px!important;
    padding: 4px 16px!important;
    overflow: hidden!important;
    margin-right: 15px;
	margin-top: 10px;
}
.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

/* upload profile */
@media only screen and (max-width: 375px) and (min-height: 812px){
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		top: 92% !important;
		position: fixed !important;
		margin-top: -15px;
	}}
	@media only screen and (max-width: 320px) and (min-height: 480px){
	.category-header-2 .navbar-menu .category-left .icon-block ul .mobile-user {
		top: 87% !important;
		position: fixed !important;
		margin-top: -9px;
	}}
	/* wallet */
	.swal-icon--error {
		border-color: #f27474;
		-webkit-animation: animateErrorIcon .5s;
		animation: animateErrorIcon .5s
	 }

	 .swal-icon--error__x-mark {
		position: relative;
		display: block;
		-webkit-animation: animateXMark .5s;
		animation: animateXMark .5s
	 }

	 .swal-icon--error__line {
		position: absolute;
		height: 5px;
		width: 47px;
		background-color: #f27474;
		display: block;
		top: 37px;
		border-radius: 2px
	 }

	 .swal-icon--error__line--left {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 17px
	 }

	 .swal-icon--error__line--right {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 16px
	 }

	 @-webkit-keyframes animateErrorIcon {
		0% {
		   -webkit-transform: rotateX(100deg);
		   transform: rotateX(100deg);
		   opacity: 0
		}

		to {
		   -webkit-transform: rotateX(0deg);
		   transform: rotateX(0deg);
		   opacity: 1
		}
	 }

	 @keyframes animateErrorIcon {
		0% {
		   -webkit-transform: rotateX(100deg);
		   transform: rotateX(100deg);
		   opacity: 0
		}

		to {
		   -webkit-transform: rotateX(0deg);
		   transform: rotateX(0deg);
		   opacity: 1
		}
	 }

	 @-webkit-keyframes animateXMark {
		0% {
		   -webkit-transform: scale(.4);
		   transform: scale(.4);
		   margin-top: 26px;
		   opacity: 0
		}

		50% {
		   -webkit-transform: scale(.4);
		   transform: scale(.4);
		   margin-top: 26px;
		   opacity: 0
		}

		80% {
		   -webkit-transform: scale(1.15);
		   transform: scale(1.15);
		   margin-top: -6px
		}

		to {
		   -webkit-transform: scale(1);
		   transform: scale(1);
		   margin-top: 0;
		   opacity: 1
		}
	 }

	 @keyframes animateXMark {
		0% {
		   -webkit-transform: scale(.4);
		   transform: scale(.4);
		   margin-top: 26px;
		   opacity: 0
		}

		50% {
		   -webkit-transform: scale(.4);
		   transform: scale(.4);
		   margin-top: 26px;
		   opacity: 0
		}

		80% {
		   -webkit-transform: scale(1.15);
		   transform: scale(1.15);
		   margin-top: -6px
		}

		to {
		   -webkit-transform: scale(1);
		   transform: scale(1);
		   margin-top: 0;
		   opacity: 1
		}
	 }

	 .swal-icon--warning {
		border-color: #f8bb86;
		-webkit-animation: pulseWarning .75s infinite alternate;
		animation: pulseWarning .75s infinite alternate
	 }

	 .swal-icon--warning__body {
		width: 5px;
		height: 47px;
		top: 10px;
		border-radius: 2px;
		margin-left: -2px
	 }

	 .swal-icon--warning__body,
	 .swal-icon--warning__dot {
		position: absolute;
		left: 50%;
		background-color: #f8bb86
	 }

	 .swal-icon--warning__dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-left: -4px;
		bottom: -11px
	 }

	 @-webkit-keyframes pulseWarning {
		0% {
		   border-color: #f8d486
		}

		to {
		   border-color: #f8bb86
		}
	 }

	 @keyframes pulseWarning {
		0% {
		   border-color: #f8d486
		}

		to {
		   border-color: #f8bb86
		}
	 }

	 .swal-icon--success {
		border-color: #a5dc86
	 }

	 .swal-icon--success:after,
	 .swal-icon--success:before {
		content: "";
		border-radius: 50%;
		position: absolute;
		width: 60px;
		height: 120px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	 }

	 .swal-icon--success:before {
		border-radius: 120px 0 0 120px;
		top: -7px;
		left: -33px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 60px 60px;
		transform-origin: 60px 60px
	 }

	 .swal-icon--success:after {
		border-radius: 0 120px 120px 0;
		top: -11px;
		left: 30px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 0 60px;
		transform-origin: 0 60px;
		-webkit-animation: rotatePlaceholder 4.25s ease-in;
		animation: rotatePlaceholder 4.25s ease-in
	 }

	 .swal-icon--success__ring {
		width: 80px;
		height: 80px;
		border: 4px solid hsla(98, 55%, 69%, .2);
		border-radius: 50%;
		box-sizing: content-box;
		position: absolute;
		left: -4px;
		top: -4px;
		z-index: 2
	 }

	 .swal-icon--success__hide-corners {
		width: 5px;
		height: 90px;
		background-color: #fff;
		padding: 1px;
		position: absolute;
		left: 28px;
		top: 8px;
		z-index: 1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	 }

	 .swal-icon--success__line {
		height: 5px;
		background-color: #a5dc86;
		display: block;
		border-radius: 2px;
		position: absolute;
		z-index: 2
	 }

	 .swal-icon--success__line--tip {
		width: 25px;
		left: 14px;
		top: 46px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-animation: animateSuccessTip .75s;
		animation: animateSuccessTip .75s
	 }

	 .swal-icon--success__line--long {
		width: 47px;
		right: 8px;
		top: 38px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: animateSuccessLong .75s;
		animation: animateSuccessLong .75s
	 }

	 @-webkit-keyframes rotatePlaceholder {
		0% {
		   -webkit-transform: rotate(-45deg);
		   transform: rotate(-45deg)
		}

		5% {
		   -webkit-transform: rotate(-45deg);
		   transform: rotate(-45deg)
		}

		12% {
		   -webkit-transform: rotate(-405deg);
		   transform: rotate(-405deg)
		}

		to {
		   -webkit-transform: rotate(-405deg);
		   transform: rotate(-405deg)
		}
	 }

	 @keyframes rotatePlaceholder {
		0% {
		   -webkit-transform: rotate(-45deg);
		   transform: rotate(-45deg)
		}

		5% {
		   -webkit-transform: rotate(-45deg);
		   transform: rotate(-45deg)
		}

		12% {
		   -webkit-transform: rotate(-405deg);
		   transform: rotate(-405deg)
		}

		to {
		   -webkit-transform: rotate(-405deg);
		   transform: rotate(-405deg)
		}
	 }

	 @-webkit-keyframes animateSuccessTip {
		0% {
		   width: 0;
		   left: 1px;
		   top: 19px
		}

		54% {
		   width: 0;
		   left: 1px;
		   top: 19px
		}

		70% {
		   width: 50px;
		   left: -8px;
		   top: 37px
		}

		84% {
		   width: 17px;
		   left: 21px;
		   top: 48px
		}

		to {
		   width: 25px;
		   left: 14px;
		   top: 45px
		}
	 }

	 @keyframes animateSuccessTip {
		0% {
		   width: 0;
		   left: 1px;
		   top: 19px
		}

		54% {
		   width: 0;
		   left: 1px;
		   top: 19px
		}

		70% {
		   width: 50px;
		   left: -8px;
		   top: 37px
		}

		84% {
		   width: 17px;
		   left: 21px;
		   top: 48px
		}

		to {
		   width: 25px;
		   left: 14px;
		   top: 45px
		}
	 }

	 @-webkit-keyframes animateSuccessLong {
		0% {
		   width: 0;
		   right: 46px;
		   top: 54px
		}

		65% {
		   width: 0;
		   right: 46px;
		   top: 54px
		}

		84% {
		   width: 55px;
		   right: 0;
		   top: 35px
		}

		to {
		   width: 47px;
		   right: 8px;
		   top: 38px
		}
	 }

	 @keyframes animateSuccessLong {
		0% {
		   width: 0;
		   right: 46px;
		   top: 54px
		}

		65% {
		   width: 0;
		   right: 46px;
		   top: 54px
		}

		84% {
		   width: 55px;
		   right: 0;
		   top: 35px
		}

		to {
		   width: 47px;
		   right: 8px;
		   top: 38px
		}
	 }

	 .swal-icon--info {
		border-color: #c9dae1
	 }

	 .swal-icon--info:before {
		width: 5px;
		height: 29px;
		bottom: 17px;
		border-radius: 2px;
		margin-left: -2px
	 }

	 .swal-icon--info:after,
	 .swal-icon--info:before {
		content: "";
		position: absolute;
		left: 50%;
		background-color: #c9dae1
	 }

	 .swal-icon--info:after {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-left: -3px;
		top: 19px
	 }

	 .swal-icon {
		width: 80px;
		height: 80px;
		border-width: 4px;
		border-style: solid;
		border-radius: 50%;
		padding: 0;
		position: relative;
		box-sizing: content-box;
		margin: 20px auto
	 }

	 .swal-icon:first-child {
		margin-top: 32px
	 }

	 .swal-icon--custom {
		width: auto;
		height: auto;
		max-width: 100%;
		border: none;
		border-radius: 0
	 }

	 .swal-icon img {
		max-width: 100%;
		max-height: 100%
	 }

	 .swal-title {
		color: rgba(0, 0, 0, .65);
		font-weight: 600;
		text-transform: none;
		position: relative;
		display: block;
		padding: 13px 16px;
		font-size: 27px;
		line-height: normal;
		text-align: center;
		margin-bottom: 0
	 }

	 .swal-title:first-child {
		margin-top: 26px
	 }

	 .swal-title:not(:first-child) {
		padding-bottom: 0
	 }

	 .swal-title:not(:last-child) {
		margin-bottom: 13px
	 }

	 .swal-text {
		font-size: 16px;
		position: relative;
		float: none;
		line-height: normal;
		vertical-align: top;
		text-align: left;
		display: inline-block;
		margin: 0;
		padding: 0 10px;
		font-weight: 400;
		color: rgba(0, 0, 0, .64);
		max-width: calc(100% - 20px);
		overflow-wrap: break-word;
		box-sizing: border-box
	 }

	 .swal-text:first-child {
		margin-top: 45px
	 }

	 .swal-text:last-child {
		margin-bottom: 45px
	 }

	 .swal-footer {
		text-align: right;
		padding-top: 13px;
		margin-top: 13px;
		padding: 13px 16px;
		border-radius: inherit;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	 }

	 .swal-button-container {
		margin: 5px;
		display: inline-block;
		position: relative
	 }

	 .swal-button {
		background-color: #7cd1f9;
		color: #fff;
		border: none;
		box-shadow: none;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		padding: 10px 24px;
		margin: 0;
		cursor: pointer
	 }

	 .swal-button[not:disabled]:hover {
		background-color: #78cbf2
	 }

	 .swal-button:active {
		background-color: #70bce0
	 }

	 .swal-button:focus {
		outline: none;
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
	 }

	 .swal-button[disabled] {
		opacity: .5;
		cursor: default
	 }

	 .swal-button::-moz-focus-inner {
		border: 0
	 }

	 .swal-button--cancel {
		color: #555;
		background-color: #efefef
	 }

	 .swal-button--cancel[not:disabled]:hover {
		background-color: #e8e8e8
	 }

	 .swal-button--cancel:active {
		background-color: #d7d7d7
	 }

	 .swal-button--cancel:focus {
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
	 }

	 .swal-button--danger {
		background-color: #e64942
	 }

	 .swal-button--danger[not:disabled]:hover {
		background-color: #df4740
	 }

	 .swal-button--danger:active {
		background-color: #cf423b
	 }

	 .swal-button--danger:focus {
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
	 }

	 .swal-content {
		padding: 0 20px;
		margin-top: 20px;
		font-size: medium
	 }

	 .swal-content:last-child {
		margin-bottom: 20px
	 }

	 .swal-content__input,
	 .swal-content__textarea {
		-webkit-appearance: none;
		background-color: #fff;
		border: none;
		font-size: 14px;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, .14);
		padding: 10px 13px;
		border-radius: 2px;
		transition: border-color .2s
	 }

	 .swal-content__input:focus,
	 .swal-content__textarea:focus {
		outline: none;
		border-color: #6db8ff
	 }

	 .swal-content__textarea {
		resize: vertical
	 }

	 .swal-button--loading {
		color: transparent
	 }

	 .swal-button--loading~.swal-button__loader {
		opacity: 1
	 }

	 .swal-button__loader {
		position: absolute;
		height: auto;
		width: 43px;
		z-index: 2;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		text-align: center;
		pointer-events: none;
		opacity: 0
	 }

	 .swal-button__loader div {
		display: inline-block;
		float: none;
		vertical-align: baseline;
		width: 9px;
		height: 9px;
		padding: 0;
		border: none;
		margin: 2px;
		opacity: .4;
		border-radius: 7px;
		background-color: hsla(0, 0%, 100%, .9);
		transition: background .2s;
		-webkit-animation: swal-loading-anim 1s infinite;
		animation: swal-loading-anim 1s infinite
	 }

	 .swal-button__loader div:nth-child(3n+2) {
		-webkit-animation-delay: .15s;
		animation-delay: .15s
	 }

	 .swal-button__loader div:nth-child(3n+3) {
		-webkit-animation-delay: .3s;
		animation-delay: .3s
	 }

	 @-webkit-keyframes swal-loading-anim {
		0% {
		   opacity: .4
		}

		20% {
		   opacity: .4
		}

		50% {
		   opacity: 1
		}

		to {
		   opacity: .4
		}
	 }

	 @keyframes swal-loading-anim {
		0% {
		   opacity: .4
		}

		20% {
		   opacity: .4
		}

		50% {
		   opacity: 1
		}

		to {
		   opacity: .4
		}
	 }

	 .swal-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 0;
		overflow-y: auto;
		background-color: rgba(0, 0, 0, .4);
		z-index: 10000;
		pointer-events: none;
		opacity: 0;
		transition: opacity .3s
	 }

	 .swal-overlay:before {
		content: " ";
		display: inline-block;
		vertical-align: middle;
		height: 100%
	 }

	 .swal-overlay--show-modal {
		opacity: 1;
		pointer-events: auto
	 }

	 .swal-overlay--show-modal .swal-modal {
		opacity: 1;
		pointer-events: auto;
		box-sizing: border-box;
		-webkit-animation: showSweetAlert .3s;
		animation: showSweetAlert .3s;
		will-change: transform
	 }

	 .swal-modal {
		width: 478px;
		opacity: 0;
		pointer-events: none;
		background-color: #fff;
		text-align: center;
		border-radius: 5px;
		position: static;
		margin: 20px auto;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		z-index: 10001;
		transition: opacity .2s, -webkit-transform .3s;
		transition: transform .3s, opacity .2s;
		transition: transform .3s, opacity .2s, -webkit-transform .3s
	 }

	 @media (max-width:500px) {
		.swal-modal {
		   width: calc(100% - 20px)
		}
	 }

	 @-webkit-keyframes showSweetAlert {
		0% {
		   -webkit-transform: scale(1);
		   transform: scale(1)
		}

		1% {
		   -webkit-transform: scale(.5);
		   transform: scale(.5)
		}

		45% {
		   -webkit-transform: scale(1.05);
		   transform: scale(1.05)
		}

		80% {
		   -webkit-transform: scale(.95);
		   transform: scale(.95)
		}

		to {
		   -webkit-transform: scale(1);
		   transform: scale(1)
		}
	 }

	 @keyframes showSweetAlert {
		0% {
		   -webkit-transform: scale(1);
		   transform: scale(1)
		}

		1% {
		   -webkit-transform: scale(.5);
		   transform: scale(.5)
		}

		45% {
		   -webkit-transform: scale(1.05);
		   transform: scale(1.05)
		}

		80% {
		   -webkit-transform: scale(.95);
		   transform: scale(.95)
		}

		to {
		   -webkit-transform: scale(1);
		   transform: scale(1)
		}
	 }
	 .product-list-pagination {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		margin-top: 60px
	 }

	 .product-list-pagination .pagination {
		text-align: left !important
	 }

	 .pagination {
		width: 100%;
		display: block;
		position: relative;
		float: left;
		text-align: center
	 }

	 .pagination li {
		display: inline-block
	 }

	 .pagination li a {
		display: block;
		margin: 0 3px;
		border: 1px solid #eaeaf1;
		color: #63636a;
		height: 36px;
		text-align: center;
		-moz-transition: all .2s ease-in-out 0s;
		-webkit-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		width: auto;
		min-width: 36px;
		font-size: .875rem;
		line-height: 36px;
		border-radius: 1px !important;
		margin-bottom: 3px
	 }

	 .pagination .active a {
		color: #fff !important;
		background-color: #00baf2;
	 }

	 .pagination .prev a {
		line-height: 36px
	 }

	 .pagination .next a {
		line-height: 36px
	 }

	 .pagination .page-first a {
		line-height: 36px
	 }

	 .pagination .page-last a {
		line-height: 36px
	 }

	 .pagination li a:hover,
	 .pagination li a:focus,
	 .pagination li a:active {
		color: #fff;
		background-color: #1c3481;
	 }
	 
	 .bootstrap-touchspin .input-group-btn-vertical {
		position: absolute;
		right: 0;
		height: 100%;
		z-index: 11
	 }

	 .bootstrap-touchspin .input-group-btn-vertical>.btn {
		position: absolute;
		right: 0;
		height: 50%;
		padding: 0;
		width: 2em;
		text-align: center;
		line-height: 1
	 }

	 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
		border-radius: 0 4px 0 0;
		top: 0
	 }

	 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
		border-radius: 0 0 4px 0;
		bottom: 0
	 }
	 

	 .bootstrap-touchspin>input {
		width: 92px;
		border-color: #e4e4e4 !important;
		border-radius: .125rem;
		height: 38px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	 }

	 .bootstrap-touchspin .input-group-btn-vertical>.btn {
		background-color: transparent !important;
		border-color: transparent !important;
		color: #222 !important;
		font-size: 11px !important;
		padding-right: 10px
	 }

	 .bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
		position: relative;
		bottom: -2px
	 }

	 .bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
		position: relative;
		top: -2px
	 }

	 .bootstrap-touchspin .icon-arrow-up {
		border-radius: 0 2px 0 0 !important
	 }

	 .bootstrap-touchspin .icon-arrow-down {
		border-radius: 0 0 2px 0 !important
	 }

	 .bootstrap-touchspin>input {
		border-color: #a9a9a9 !important;
		/* border-radius: 5px !important;*/
	 }

	 .bootstrap-touchspin .input-group-btn-vertical>.btn {
		color: #ffffff !important;
		background-color: #00baf2 !important;
		padding: 1px;
	 }
/* ///////////////wallet */
	 .wallet-wrapper {
		background: white;
		padding: 30px;
		box-shadow: 0 0 10px 0 #dddddd;
		margin: 30px 0;
	 }

	 .wallet-wrapper label {
		color: #1c3481;
		font-size: 18px;
		text-transform: capitalize;
		margin-bottom: 12px;
		font-weight: 600;
	 }

	 .wallet-wrapper input {
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: inherit;
	 }

	 .wallet-wrapper .btn-normal {
		background-color: #1c3481;
		margin: 7px 0px;
	 }

	 .title6 h4 {
		color: #00baf2;
	 }

	 .title6 h4:before,
	 .title6 h4:after {
		background-color: #00baf2;

	 }
	 .text-grayl {
   color: #888888 !important;
}
/* post*/
.post-share {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-share .facebook {
    background-color: #3b5998;
}
 .post-share .btn-share {
    color: #fff;
    border-radius: .1875rem;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.post-share .twitter {
    background-color: #55acee;
}
.post-share .whatsapp {
    background: #2CB742;
}
.post-share .pinterest {
    background-color: #cc2127;
}
/* order summary */
.product-order .product-order-detail .order_detail h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
h5#price{
	color:#00aa02;
}
.product-order .total-sec ul li span {
    color: #00aa02;
}
.product-order .final-total h3 span {
     color: #00aa02;
}
.product-order .final-total h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

/* cart */
h2 span {
    color: #00aa02;
}

div#height{
max-height: 500px;
margin-bottom: 20px;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
    display: block;
}
.text-muted {
    color: #6c757d !important;
    /* display: block; */
}
.breadcrumb {
    background-color: #f3f3f3;
    }
	/*
.bootstrap-touchspin>input {
    width: 92px;
    border-color: #e4e4e4!important;
    border-radius: .125rem;
    height: 38px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.product-right.product-form-box .product-buttons {
    margin-bottom: 20px;
}
.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: calc(12px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #333;
}
.tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #00baf2;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #333;
    text-align: center;
    padding: 10px 13px 10px 13px;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: auto;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #00baf2 ;
    background-color: #fff !important ;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
ol.breadcrumb li {
    color: #333 !important;
}

html:not(.popup) .p-title {
    font-size: 30px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
html:not(.popup) .p-title h3::after {
    width: 90px;
    height: 1px;
    background: rgb(0 170 2);
    content: '';
    display: block;
    position: relative;
    margin-top: 10px;
}


.cart_detail{
	    font-weight: 600;
	    font-family: 'Roboto', sans-serif;
}

.product-right h4 {
    font-size: 15px;
    margin-bottom: 0px;        
}
div#cart_myval p{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1c3481;
}

.product-right.product-description-box.product-right .border-product {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.product-right.product-description-box.product-right h4 {
            font-size: 15px;
    margin-bottom: 0px;
    color: rgb(28 52 129) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

div#headproduct h4 {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.product-right h4 del {
    color: #777;
}
.product-right.product-description-box {
    border-top-color: #4ccdf6;
    border-bottom: 0;
}

.product-right h3 {
    font-weight: 500;
    margin-bottom: 0;
	color: #00aa02;
	font-family: 'Roboto', sans-serif;
    font-size: calc(15px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.payment-card-bottom img {
    width: 20px;
}
.product-right .payment-card-bottom ul li {
    padding-right: 7px;
}
.product-right .product-icon .product-social li a i {
    font-size: 22px;
}
.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #ddd;
    font-size: 25px;
    padding-left: 20px;
    margin-left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-normal {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.qty-box .input-group span button {
    background: #00baf2 !important;
    border: 1px solid #ddd;
    }
	.qty-box .input-group button i {
    font-weight: 900;
    color: #fff;
}
.qty-box .input-group button i {
    font-weight: 900;
    color: #fff; padding: 0.375rem 0.35rem;
}
button.btn.quantity-right-plus {
    padding: 0.30rem 0.25rem;
}
button.btn.quantity-left-minus {
    padding: 0.30rem 0.25rem;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.qty-box .input-group {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
@media only screen and (max-width: 1024px) {
.product-right.product-form-box .product-buttons a.btn.btn-normal {
    padding: 10px 8px;
    
    font-size: 14px;
}

}
@media only screen and (max-width: 966px) {
.qty-box .input-group {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: center;
}
.product-right h3 {    
    /*padding-top: 20px;*/ margin-bottom: 0 !important;
}
.media {    
    display: inline-flex;  
}
div#headproduct {
    display: none;
}
}

@media only screen and (max-width: 768px) {
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-right h3 { /*padding-top: 20px;*/}
}


@media only screen and (max-width: 991px){
.qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div#product_box {
    width: 100%;
}
div#cart_product {
    /*width: 50%;*/
    margin: 0px auto;
}
div#headproduct .col-lg-5 {
    width: 37%;
}
div#headproduct .col-lg-2 {
    width: 21%;
}
div#headproduct .col-lg-2 h4 {
    margin-right: 0px !important;
}

.product-description-box .border-product{ padding: 10px; }

div#cartp_show .col-lg-2.p_img {width: 100px; padding: 0 5px;}
div#cartp_show .col-lg-4 {flex: 1;padding: 0 5px; text-align: left;}
div#cartp_show .col-lg-3 { width: 142px;padding: 0 5px;}
div#cartp_show .col-lg-2.p_price {width: 90px;padding: 0 5px;}
div#cartp_show .col-lg-1 {width: 50px;padding: 0 5px;}

}

/* payment */
.bg-light {
    background-color: #fff!important;
}
.theme-card {
    border-right: 1px solid #222;
   border-image: linear-gradient(to top, #fff, #00aa02,#fff) 1;
}
#process {
  margin-bottom: 40px;
  overflow-x: hidden;
}

#process .section-heading {
  margin: 0px auto;
}

.steps-pane img {
  height: 100px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 140px;
  width: 140px;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 140px;
  width: 140px;
  background: #f6f6f6;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
}

@media(min-width: 900px) {
  .steps-timeline {
    border-top: 5px double #00baf2;
    padding-top: 20px;
    margin-top: 85px;
    margin-left: 3%;
    margin-right: 3%;width:100%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 32%;
    margin-top: -80px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #00aa02;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #00aa02;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: 33%;
  }
  .theme-card {
    border-bottom: 1px solid #222;
    border-image: linear-gradient(to right, #fff, #00aa02,#fff) 35;
    border-right: none;
}
}

@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #00baf2;
    margin-left: 35px; width:100%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid ;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #00aa02;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #00aa02;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 290px;
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
.product .product-box .product-imgbox {
   height: 200px;
  }
}
@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
  .product .product-box .product-imgbox {
   height: 200px;
  }
  .display_content{
	display: inline-block;
}
.space_prod {
    padding-top: 10px;
    padding-bottom: 10px;
}
button.btn.btn-normal {
    max-width: 100%;
    min-width: 35px;
    padding: 10px 12px;
    right: 0px;
    display: block;
    margin-top: 0px;

}
button.btn.btn-normal.btn-filter-price.float-left {
    margin-left: 0px;
}
div#cart_product {
    width: 100%;
    margin: 0px auto;
}
}
@media (max-width: 533px) {
	div#cartp_show {
    display: block;
}
div#cartp_show .col-lg-2.p_img {
    width: 100%;
}

div#cartp_show .col-lg-4 {
    width: 100%; text-align: center;
}
div#cartp_show .col-lg-3 {
    width: 100%;
}
div#cartp_show .col-lg-1 {
    width: 100%;
}
div#cartp_show .col-lg-2.p_price {
    width: 100%;
}
}
@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.back-orange {
  background: #00aa02;
}

.back-blue {
  background: rgb(0, 186, 242);
}

/* payment method */
.list-right {
    width: auto !important;
    height: 26px !important;
    max-width: 100% !important;
	margin-left: 25px !important;
}

.bg-light {
    background-color: #fff!important;
}
.theme-card {
    border-right: 1px solid #222;
   border-image: linear-gradient(to top, #fff, #00aa02,#fff) 1;
}
@media only screen and (max-width:999px){
.theme-card {
    border-bottom: 1px solid #222;
    border-image: linear-gradient(to right, #fff, #00aa02,#fff) 35;
    border-right: none!important;
}
}
/* pickup time */
.list-right {
    width: auto !important;
    height: 26px !important;
    max-width: 100% !important;
	margin-left: 25px !important;
}
@media only screen and (max-width:384px){
.product .product-box .product-imgbox {
    height: 170px;
}
.product .product-box .product-imgbox .new-label3 {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 90px;
    }
     div#accordionExample .custom-control-label {
        margin-top: 10px;
}
}
@media (max-width: 320px){
.list-right {
    width: auto !important;
    height: 25px !important;
    max-width: 100% !important;
    margin-left: 0px !important;
}
.product .product-box .product-imgbox {
    height: 150px;
}
.add_qty {    
    border-radius: 0;
    padding: 3px 0px;
    margin-right: 0px;
}
.product .product-box .product-imgbox .new-label3 {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 70px;
}
.product .product-box .product-imgbox .new-label3 {
    padding: 10px 0px;
    text-transform: capitalize;
}
    }
    
.bg-light {
    background-color: #fff!important;
}
.theme-card {
    border-right: 1px solid #222;
   border-image: linear-gradient(to top, #fff, #00aa02,#fff) 1;
}
@media only screen and (max-width:999px){
.theme-card {
    border-bottom: 1px solid #222;
    border-image: linear-gradient(to right, #fff, #00aa02,#fff) 35;
    border-right: none!important;
}
}

/* shipping  */
.cart-form-billing-address {
    display: none;
   
}
form input.error {
    border: 1px solid rgba(220, 53, 69, 0.70)!important;
    box-shadow: 0 5px 10px #e8d5d7;
}

.bg-light {
    background-color: #fff!important;
}
.theme-card {
    border-right: 1px solid #222;
   border-image: linear-gradient(to top, #fff, #00aa02,#fff) 1;
}
.checkout-page .checkout-title h3 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
@media only screen and (max-width:999px){
.theme-card {
    border-bottom: none;
    border-image: linear-gradient(to right, #fff, #00aa02,#fff) 35;
    border-right: none!important;
}
}

/* ERROR 404 */


a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#container {
	margin: 10px;
	border: 1px solid #fff0;
	box-shadow: 0 0 8px #fff0;
}

/* MESSAGES */

.row-col-messages{
	background-color: #fff;
   /* box-shadow: 0 5px 30px #e2e6f1;*/
    border: 1px solid #e0e5f3;
    margin: 30px 0;
    border-radius: 10px;
}

.col-message-sidebar{ padding: 0; }
.col-message-content{ padding: 15px; }

.messages-head {
        display: block;
        padding: 10px;
        /*border-bottom: 2px solid #f0f0f0;*/
        /*border: 1px solid #eaeaea;*/
        background-color: #1c3481; color: #fff;
        border-radius: 4px 4px 0 0
    }

    .messages-head .sender-head {
        display: table;
        width: 100%
    }

    .messages-head .sender-head .left {
        display: table-cell;
        width: 75px;
        vertical-align: middle;
        padding-top: 0;
    }

    .messages-head .sender-head .right {
        display: table-cell;
        vertical-align: middle;
        /*padding-top: 10px*/
    }

    .messages-head .sender-head .left .img-profile {
        float: left;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #eee
    }

    .messages-head .sender-head .right .username {
        font-weight: 600
    }

    .messages-head .select-checkbox {
        display: inline-block;
        float: left;
        margin-top: 1px
    }

    .messages-head .p-last-seen {
        margin-bottom: 10px
    }

    .messages-content {
        display: block
    }

    .message-sidebar-custom-scrollbar{ height: 100%; }
    .messages-sidebar {
        display: block;
        height: 100%;
        border-right: 0;
        padding: 15px;
        background-color: #f1f4fd;
    }

    .messages-sidebar .conversation-item-link {
        display: block;
        width: 100%;
        float: left;
        position: relative;
        color: #222!important
    }

    .messages-sidebar .conversation-item {
        width: 100%;
        float: left;
        display: table;
        position: relative;
        padding: 10px 15px;
        margin-bottom: 2px;
        border-radius: 3px
    }

    .messages-sidebar .conversation-item .conversation-item-link {
        display: block;
        width: 100%
    }

    .messages-sidebar .active-conversation-item {
        background-color: #fff;
        border-radius: 8px;
    	box-shadow: 0 4px 10px #d9e1ef;
    }

    .messages-sidebar .conversation-item:hover {
        background-color: #f2f2f2
    }

    .messages-sidebar .conversation-item .left {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: 40px;
        padding-left: 4px
    }

    .messages-sidebar .conversation-item .left .custom-checkbox {
        top: -6px
    }

    .messages-sidebar .conversation-item .middle {
        display: table-cell;
        vertical-align: top;
        position: relative;
        width: 75px
    }

    .messages-sidebar .conversation-item .middle img {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

    .messages-sidebar .conversation-item .right {
        display: table-cell;
        vertical-align: middle;
        position: relative
    }

    .messages-sidebar .conversation-item .right .row-custom {
        margin-bottom: 4px
    }

    .messages-sidebar .conversation-item .right .time {
        float: right;
        color: #62696E;
        font-size: 12px
    }

    .messages-sidebar .conversation-item .right .username {
        float: left;
        line-height: 20px;
        font-weight: 600
    }

    .messages-sidebar .conversation-item .right .username .to {
        margin-right: 5px;
        color: #777
    }

    .messages-sidebar .conversation-item .right .badge-new {
        float: left;
        margin-left: 15px;
        margin-top: 2px;
        margin-bottom: 0!important
    }

    .messages-sidebar .conversation-item .right .subject {
        color: #777;
        font-size: 13px;
        margin-bottom: 0
    }

    .messages-content .messages-list {
        width: 100%;
        height: 400px;
        display: block;
        position: relative;
        float: left;
        max-height: 620px;
        overflow: hidden;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 0 0 4px 4px;
        background-color: #fbfcff;
    }

    .messages-content .messages-list .message-list-item {
        width: 100%;
        display: block;
        position: relative;
        float: left;
        margin: 10px 0
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received {
        display: table;
        max-width: 600px;
        float: left
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received .user-avatar {
        display: table-cell;
        width: 55px;
        vertical-align: top;
        text-align: left
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received .user-avatar .message-user .img-profile {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received .user-message {
        display: table-cell;
        vertical-align: top
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received .user-message .message-text {
        background-color: #fff;
        padding: .625rem;
        text-align: left;
        border-radius: .1875rem;
        word-break: break-word;
        border-radius: 8px;
    box-shadow: 0 4px 10px #d9e1ef;
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-received .user-message .time {
        float: right;
        color: #899095;
        font-size: 10px
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent {
        display: table;
        max-width: 600px;
        float: right
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent .user-avatar {
        display: table-cell;
        width: 55px;
        vertical-align: top;
        text-align: right
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent .user-avatar .message-user .img-profile {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message {
        display: table-cell;
        vertical-align: top
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message .message-text {
        background-color: #1c3481;
        padding: .55rem;
        text-align: left;
        border-radius: .1875rem;
        color: #fff;
        word-break: break-word;
        border-radius: 8px;
    	box-shadow: 0 4px 10px #d9e1ef;
    }

    .messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message .time {
        float: right;
        color: #899095;
        font-size: 10px
    }

    .messages-content .message-list-item .message-user .username {
        font-size: .875rem;
        font-weight: 600;
        line-height: 22px
    }

    .delete-conversation-link {
        color: #888;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: 15px;
        font-size: 13px;
        z-index: 10;
        opacity: 0
    }

    .delete-conversation-link i {
        margin: 0!important
    }

    .messages-sidebar .conversation-item:hover .delete-conversation-link {
        opacity: 1
    }

    .messages-content .message-reply {
        display: block;
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .messages-content .message-reply form{
    	display: flex; flex-wrap: wrap; justify-content: space-between;
    }
    .messages-content .message-reply form .form-group{ margin-bottom: 0; }
    .messages-content .message-reply form .msg_box{ flex: 1; margin-right: 20px; }
    

    .messages-content .message-reply textarea {
        height: 56px;
        resize: none;
        border-radius: 4px;
        padding: 15px 20px;
        border: 1px solid #ced4da
    }
	 @media(min-width:992px) {
        .row-col-messages .col-lg-3 
        {
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%
        }
        .row-col-messages .col-lg-9 
        {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%
        }
	}
	
	/* ORDER */
	.swal-icon--error {
		border-color: #f27474;
		-webkit-animation: animateErrorIcon .5s;
		animation: animateErrorIcon .5s
	}

	.swal-icon--error__x-mark {
		position: relative;
		display: block;
		-webkit-animation: animateXMark .5s;
		animation: animateXMark .5s
	}

	.swal-icon--error__line {
		position: absolute;
		height: 5px;
		width: 47px;
		background-color: #f27474;
		display: block;
		top: 37px;
		border-radius: 2px
	}

	.swal-icon--error__line--left {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 17px
	}

	.swal-icon--error__line--right {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 16px
	}

	@-webkit-keyframes animateErrorIcon {
		0% {
			-webkit-transform: rotateX(100deg);
			transform: rotateX(100deg);
			opacity: 0
		}

		to {
			-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
			opacity: 1
		}
	}

	@keyframes animateErrorIcon {
		0% {
			-webkit-transform: rotateX(100deg);
			transform: rotateX(100deg);
			opacity: 0
		}

		to {
			-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
			opacity: 1
		}
	}

	@-webkit-keyframes animateXMark {
		0% {
			-webkit-transform: scale(.4);
			transform: scale(.4);
			margin-top: 26px;
			opacity: 0
		}

		50% {
			-webkit-transform: scale(.4);
			transform: scale(.4);
			margin-top: 26px;
			opacity: 0
		}

		80% {
			-webkit-transform: scale(1.15);
			transform: scale(1.15);
			margin-top: -6px
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1);
			margin-top: 0;
			opacity: 1
		}
	}

	@keyframes animateXMark {
		0% {
			-webkit-transform: scale(.4);
			transform: scale(.4);
			margin-top: 26px;
			opacity: 0
		}

		50% {
			-webkit-transform: scale(.4);
			transform: scale(.4);
			margin-top: 26px;
			opacity: 0
		}

		80% {
			-webkit-transform: scale(1.15);
			transform: scale(1.15);
			margin-top: -6px
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1);
			margin-top: 0;
			opacity: 1
		}
	}

	.swal-icon--warning {
		border-color: #f8bb86;
		-webkit-animation: pulseWarning .75s infinite alternate;
		animation: pulseWarning .75s infinite alternate
	}

	.swal-icon--warning__body {
		width: 5px;
		height: 47px;
		top: 10px;
		border-radius: 2px;
		margin-left: -2px
	}

	.swal-icon--warning__body,
	.swal-icon--warning__dot {
		position: absolute;
		left: 50%;
		background-color: #f8bb86
	}

	.swal-icon--warning__dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-left: -4px;
		bottom: -11px
	}

	@-webkit-keyframes pulseWarning {
		0% {
			border-color: #f8d486
		}

		to {
			border-color: #f8bb86
		}
	}

	@keyframes pulseWarning {
		0% {
			border-color: #f8d486
		}

		to {
			border-color: #f8bb86
		}
	}

	.swal-icon--success {
		border-color: #a5dc86
	}

	.swal-icon--success:after,
	.swal-icon--success:before {
		content: "";
		border-radius: 50%;
		position: absolute;
		width: 60px;
		height: 120px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.swal-icon--success:before {
		border-radius: 120px 0 0 120px;
		top: -7px;
		left: -33px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 60px 60px;
		transform-origin: 60px 60px
	}

	.swal-icon--success:after {
		border-radius: 0 120px 120px 0;
		top: -11px;
		left: 30px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 0 60px;
		transform-origin: 0 60px;
		-webkit-animation: rotatePlaceholder 4.25s ease-in;
		animation: rotatePlaceholder 4.25s ease-in
	}

	.swal-icon--success__ring {
		width: 80px;
		height: 80px;
		border: 4px solid hsla(98, 55%, 69%, .2);
		border-radius: 50%;
		box-sizing: content-box;
		position: absolute;
		left: -4px;
		top: -4px;
		z-index: 2
	}

	.swal-icon--success__hide-corners {
		width: 5px;
		height: 90px;
		background-color: #fff;
		padding: 1px;
		position: absolute;
		left: 28px;
		top: 8px;
		z-index: 1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.swal-icon--success__line {
		height: 5px;
		background-color: #a5dc86;
		display: block;
		border-radius: 2px;
		position: absolute;
		z-index: 2
	}

	.swal-icon--success__line--tip {
		width: 25px;
		left: 14px;
		top: 46px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-animation: animateSuccessTip .75s;
		animation: animateSuccessTip .75s
	}

	.swal-icon--success__line--long {
		width: 47px;
		right: 8px;
		top: 38px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: animateSuccessLong .75s;
		animation: animateSuccessLong .75s
	}

	@-webkit-keyframes rotatePlaceholder {
		0% {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		5% {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		12% {
			-webkit-transform: rotate(-405deg);
			transform: rotate(-405deg)
		}

		to {
			-webkit-transform: rotate(-405deg);
			transform: rotate(-405deg)
		}
	}

	@keyframes rotatePlaceholder {
		0% {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		5% {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		12% {
			-webkit-transform: rotate(-405deg);
			transform: rotate(-405deg)
		}

		to {
			-webkit-transform: rotate(-405deg);
			transform: rotate(-405deg)
		}
	}

	@-webkit-keyframes animateSuccessTip {
		0% {
			width: 0;
			left: 1px;
			top: 19px
		}

		54% {
			width: 0;
			left: 1px;
			top: 19px
		}

		70% {
			width: 50px;
			left: -8px;
			top: 37px
		}

		84% {
			width: 17px;
			left: 21px;
			top: 48px
		}

		to {
			width: 25px;
			left: 14px;
			top: 45px
		}
	}

	@keyframes animateSuccessTip {
		0% {
			width: 0;
			left: 1px;
			top: 19px
		}

		54% {
			width: 0;
			left: 1px;
			top: 19px
		}

		70% {
			width: 50px;
			left: -8px;
			top: 37px
		}

		84% {
			width: 17px;
			left: 21px;
			top: 48px
		}

		to {
			width: 25px;
			left: 14px;
			top: 45px
		}
	}

	@-webkit-keyframes animateSuccessLong {
		0% {
			width: 0;
			right: 46px;
			top: 54px
		}

		65% {
			width: 0;
			right: 46px;
			top: 54px
		}

		84% {
			width: 55px;
			right: 0;
			top: 35px
		}

		to {
			width: 47px;
			right: 8px;
			top: 38px
		}
	}

	@keyframes animateSuccessLong {
		0% {
			width: 0;
			right: 46px;
			top: 54px
		}

		65% {
			width: 0;
			right: 46px;
			top: 54px
		}

		84% {
			width: 55px;
			right: 0;
			top: 35px
		}

		to {
			width: 47px;
			right: 8px;
			top: 38px
		}
	}

	.swal-icon--info {
		border-color: #c9dae1
	}

	.swal-icon--info:before {
		width: 5px;
		height: 29px;
		bottom: 17px;
		border-radius: 2px;
		margin-left: -2px
	}

	.swal-icon--info:after,
	.swal-icon--info:before {
		content: "";
		position: absolute;
		left: 50%;
		background-color: #c9dae1
	}

	.swal-icon--info:after {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-left: -3px;
		top: 19px
	}

	.swal-icon {
		width: 80px;
		height: 80px;
		border-width: 4px;
		border-style: solid;
		border-radius: 50%;
		padding: 0;
		position: relative;
		box-sizing: content-box;
		margin: 20px auto
	}

	.swal-icon:first-child {
		margin-top: 32px
	}

	.swal-icon--custom {
		width: auto;
		height: auto;
		max-width: 100%;
		border: none;
		border-radius: 0
	}

	.swal-icon img {
		max-width: 100%;
		max-height: 100%
	}

	.swal-title {
		color: rgba(0, 0, 0, .65);
		font-weight: 600;
		text-transform: none;
		position: relative;
		display: block;
		padding: 13px 16px;
		font-size: 27px;
		line-height: normal;
		text-align: center;
		margin-bottom: 0
	}

	.swal-title:first-child {
		margin-top: 26px
	}

	.swal-title:not(:first-child) {
		padding-bottom: 0
	}

	.swal-title:not(:last-child) {
		margin-bottom: 13px
	}

	.swal-text {
		font-size: 16px;
		position: relative;
		float: none;
		line-height: normal;
		vertical-align: top;
		text-align: left;
		display: inline-block;
		margin: 0;
		padding: 0 10px;
		font-weight: 400;
		color: rgba(0, 0, 0, .64);
		max-width: calc(100% - 20px);
		overflow-wrap: break-word;
		box-sizing: border-box
	}

	.swal-text:first-child {
		margin-top: 45px
	}

	.swal-text:last-child {
		margin-bottom: 45px
	}

	.swal-footer {
		text-align: right;
		padding-top: 13px;
		margin-top: 13px;
		padding: 13px 16px;
		border-radius: inherit;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	.swal-button-container {
		margin: 5px;
		display: inline-block;
		position: relative
	}

	.swal-button {
		background-color: #7cd1f9;
		color: #fff;
		border: none;
		box-shadow: none;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		padding: 10px 24px;
		margin: 0;
		cursor: pointer
	}

	.swal-button[not:disabled]:hover {
		background-color: #78cbf2
	}

	.swal-button:active {
		background-color: #70bce0
	}

	.swal-button:focus {
		outline: none;
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
	}

	.swal-button[disabled] {
		opacity: .5;
		cursor: default
	}

	.swal-button::-moz-focus-inner {
		border: 0
	}

	.swal-button--cancel {
		color: #555;
		background-color: #efefef
	}

	.swal-button--cancel[not:disabled]:hover {
		background-color: #e8e8e8
	}

	.swal-button--cancel:active {
		background-color: #d7d7d7
	}

	.swal-button--cancel:focus {
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
	}

	.swal-button--danger {
		background-color: #e64942
	}

	.swal-button--danger[not:disabled]:hover {
		background-color: #df4740
	}

	.swal-button--danger:active {
		background-color: #cf423b
	}

	.swal-button--danger:focus {
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
	}

	.swal-content {
		padding: 0 20px;
		margin-top: 20px;
		font-size: medium
	}

	.swal-content:last-child {
		margin-bottom: 20px
	}

	.swal-content__input,
	.swal-content__textarea {
		-webkit-appearance: none;
		background-color: #fff;
		border: none;
		font-size: 14px;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, .14);
		padding: 10px 13px;
		border-radius: 2px;
		transition: border-color .2s
	}

	.swal-content__input:focus,
	.swal-content__textarea:focus {
		outline: none;
		border-color: #6db8ff
	}

	.swal-content__textarea {
		resize: vertical
	}

	.swal-button--loading {
		color: transparent
	}

	.swal-button--loading~.swal-button__loader {
		opacity: 1
	}

	.swal-button__loader {
		position: absolute;
		height: auto;
		width: 43px;
		z-index: 2;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		text-align: center;
		pointer-events: none;
		opacity: 0
	}

	.swal-button__loader div {
		display: inline-block;
		float: none;
		vertical-align: baseline;
		width: 9px;
		height: 9px;
		padding: 0;
		border: none;
		margin: 2px;
		opacity: .4;
		border-radius: 7px;
		background-color: hsla(0, 0%, 100%, .9);
		transition: background .2s;
		-webkit-animation: swal-loading-anim 1s infinite;
		animation: swal-loading-anim 1s infinite
	}

	.swal-button__loader div:nth-child(3n+2) {
		-webkit-animation-delay: .15s;
		animation-delay: .15s
	}

	.swal-button__loader div:nth-child(3n+3) {
		-webkit-animation-delay: .3s;
		animation-delay: .3s
	}

	@-webkit-keyframes swal-loading-anim {
		0% {
			opacity: .4
		}

		20% {
			opacity: .4
		}

		50% {
			opacity: 1
		}

		to {
			opacity: .4
		}
	}

	@keyframes swal-loading-anim {
		0% {
			opacity: .4
		}

		20% {
			opacity: .4
		}

		50% {
			opacity: 1
		}

		to {
			opacity: .4
		}
	}

	.swal-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 0;
		overflow-y: auto;
		background-color: rgba(0, 0, 0, .4);
		z-index: 10000;
		pointer-events: none;
		opacity: 0;
		transition: opacity .3s
	}

	.swal-overlay:before {
		content: " ";
		display: inline-block;
		vertical-align: middle;
		height: 100%
	}

	.swal-overlay--show-modal {
		opacity: 1;
		pointer-events: auto
	}

	.swal-overlay--show-modal .swal-modal {
		opacity: 1;
		pointer-events: auto;
		box-sizing: border-box;
		-webkit-animation: showSweetAlert .3s;
		animation: showSweetAlert .3s;
		will-change: transform
	}

	.swal-modal {
		width: 478px;
		opacity: 0;
		pointer-events: none;
		background-color: #fff;
		text-align: center;
		border-radius: 5px;
		position: static;
		margin: 20px auto;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		z-index: 10001;
		transition: opacity .2s, -webkit-transform .3s;
		transition: transform .3s, opacity .2s;
		transition: transform .3s, opacity .2s, -webkit-transform .3s
	}

	@media (max-width:500px) {
		.swal-modal {
			width: calc(100% - 20px)
		}
	}

	@-webkit-keyframes showSweetAlert {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1)
		}

		1% {
			-webkit-transform: scale(.5);
			transform: scale(.5)
		}

		45% {
			-webkit-transform: scale(1.05);
			transform: scale(1.05)
		}

		80% {
			-webkit-transform: scale(.95);
			transform: scale(.95)
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1)
		}
	}

	@keyframes showSweetAlert {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1)
		}

		1% {
			-webkit-transform: scale(.5);
			transform: scale(.5)
		}

		45% {
			-webkit-transform: scale(1.05);
			transform: scale(1.05)
		}

		80% {
			-webkit-transform: scale(.95);
			transform: scale(.95)
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1)
		}
	}
	a#viewmore {
		padding-right: 15px;
		color: #333;
		font-weight: 500;
		font-size: 14px;
	}

	a#viewmore:hover {
		color: #00aa02;
	}

	div#catblue {
		background-color: #28292a69;
	}

	div#cat {
		background-color: #28292a66;
	}

	.collection-banner .collection-banner-main.banner-3 .collection-banner-contain h3 {
		color: #fff;
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 0;
	}

	a.btn.btn-xs.btn-white.btn-outline {
		padding: 5px 10px;
		font-size: 10px;
		border: 1px solid #00aa02;
	}

	a.btn.btn-xs.btn-white.btn-outline:hover {
		background-color: #00aa02;
	}

	.product .product-box .product-detail .detail-title .detail-left {
		float: left;
		display: contents;
	}

	.product .product-box .product-detail .detail-title .detail-left .price {
		color: #00aa02;
		font-size: calc(18px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 0px 15px;
	}

	.profile-dropdown .dropdown-menu li {
		margin: 0 !important;
		display: block;
	}

	.profile-dropdown .dropdown-menu li:last-child {
		border-top: 1px solid #e6e6e6;
		margin-top: 0 !important;
	}

	.profile-dropdown .dropdown-menu li a {
		display: block;
		margin: 0px;
		padding: 4px 15px;
		line-height: 24px;
		color: #666 !important;
	}

	.span-message-count {
		font-size: 13px;
		font-weight: 600;
		display: inline-block;
		font-size: 11px;
		background-color: #e34c5a;
		border-radius: 50%;
		height: 18px;
		width: 18px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		font-weight: 600;
	}

	.profile-dropdown .dropdown-menu li a:hover {
		background-color: #fafafa;
		color: #00baf2 !important;
	}

	.profile-dropdown .dropdown-menu li a i {
		margin-right: 5px;
		color: #666 !important;
		font-size: 15px !important;
	}

	.profile-dropdown .dropdown-menu li a:hover i:hover {
		margin-right: 5px;
		color: #00baf2 !important;
	}

	.profile-dropdown .a-profile img {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 2px;
	}

	.profile-dropdown .notification {
		position: absolute !important;
		display: inline-block;
		font-size: 11px;
		background-color: #e34c5a;
		border-radius: 50%;
		top: 4px;
		left: 29px;
		height: 18px;
		width: 18px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		font-weight: 600;
	}

	.profile-dropdown .a-profile::after {
		display: none;
	}

	.profile-dropdown .username {
		display: inline-block;
		position: relative;
		line-height: 22px;
		top: 2px;
		color: #ffffff;
	}

	.profile-dropdown .icon-arrow-down {
		position: relative;
		top: 2px;
	}
	.product-list-pagination {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		margin-top: 60px
	}

	.product-list-pagination .pagination {
		text-align: left !important
	}

	.pagination {
		width: 100%;
		display: block;
		position: relative;
		float: left;
		text-align: center
	}

	.pagination li {
		display: inline-block
	}

	.pagination li a {
		display: block;
		margin: 0 3px;
		border: 1px solid #eaeaf1;
		color: #63636a;
		height: 36px;
		text-align: center;
		-moz-transition: all .2s ease-in-out 0s;
		-webkit-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		width: auto;
		min-width: 36px;
		font-size: .875rem;
		line-height: 36px;
		border-radius: 1px !important;
		margin-bottom: 3px
	}

	.pagination .active a {
		color: #fff !important;
		background-color: #00baf2;
	}

	.pagination .prev a {
		line-height: 36px
	}

	.pagination .next a {
		line-height: 36px
	}

	.pagination .page-first a {
		line-height: 36px
	}

	.pagination .page-last a {
		line-height: 36px
	}

	.pagination li a:hover,
	.pagination li a:focus,
	.pagination li a:active {
		color: #fff;
		background-color: #1c3481;
	}
	
	.bootstrap-touchspin .input-group-btn-vertical {
		position: absolute;
		right: 0;
		height: 100%;
		z-index: 11
	}

	.bootstrap-touchspin .input-group-btn-vertical>.btn {
		position: absolute;
		right: 0;
		height: 50%;
		padding: 0;
		width: 2em;
		text-align: center;
		line-height: 1
	}

	.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
		border-radius: 0 4px 0 0;
		top: 0
	}

	.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
		border-radius: 0 0 4px 0;
		bottom: 0
	}

	.bootstrap-touchspin>input {
		width: 92px;
		border-color: #e4e4e4 !important;
		border-radius: .125rem;
		height: 38px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.bootstrap-touchspin .input-group-btn-vertical>.btn {
		background-color: transparent !important;
		border-color: transparent !important;
		color: #222 !important;
		font-size: 11px !important;
		padding-right: 10px
	}

	.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-up::before {
		position: relative;
		bottom: -2px
	}

	.bootstrap-touchspin .input-group-btn-vertical>.icon-arrow-down::before {
		position: relative;
		top: -2px
	}

	.bootstrap-touchspin .icon-arrow-up {
		border-radius: 0 2px 0 0 !important
	}

	.bootstrap-touchspin .icon-arrow-down {
		border-radius: 0 0 2px 0 !important
	}
	.bootstrap-touchspin .input-group-btn-vertical>.btn {
		color: #ffffff !important;
		background-color: #00baf2 !important;
		padding: 1px;
	}

	/* ///////////////wallet */
	.wallet-wrapper {
		background: white;
		padding: 30px;
		box-shadow: 0 0 10px 0 #dddddd;
		margin: 30px 0;
	}

	.wallet-wrapper label {
		color: #1c3481;
		font-size: 18px;
		text-transform: capitalize;
		margin-bottom: 12px;
		font-weight: 600;
	}

	.wallet-wrapper input {
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: inherit;
	}

	.wallet-wrapper .btn-normal {
		background-color: #1c3481;
		margin: 7px 0px;
	}

	.title6 h4 {
		color: #00baf2;
	}

	.title6 h4:before,
	.title6 h4:after {
		background-color: #00baf2;

	}

	.text-grayl {
		color: #888888 !important;
	}



	/* sales */
	/*
	.sales-wrap img {
		width: 100px;
	}
	*/
	.custom-control-label::before {
		background-color: white;
		border: 1px solid #e60e0e;
	}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
		border: 1px solid #a2a2a2;
	}

	.custom-control-label::before,
	.custom-control-label::after {
		    top: 0.25rem;
	}
	div#accordionExample .custom-control-label {
    position: relative;
    margin-bottom: -5px;
    margin-left: 12px;
    font-size: 	14px;
}
	.dark-data.blue {
		color: #1c3481;
		text-transform: capitalize;
	}

	.sales-wrap thead th {
		text-transform: capitalize;
	}

	.sales-wrap tr td h5 {
		text-transform: capitalize;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 8px;
	}

	.sales-wrap tr td button {
		display: block;
		margin-bottom: 10px;
	}

	.sales-wrap .dropdown-toggle {
		background: #1c3481;
		margin-bottom: 30px;
		text-transform: capitalize;
		border-radius: 0;
	}

	.left-sidebar {
		box-shadow: 0 0 10px 0 #dddddd;
		background-color: white;

	}

	.left-sidebar .heading {
		padding: 15px 20px;
		background: #1c3481;
		color: white;
		margin-bottom: 0;
	}

	.left-sidebar .inner {
		padding: 15px 20px;
	}

	.left-sidebar h3,
	.heading {
		margin-top: 0;
		margin-bottom: 18px;
		font-size: 20px;
		color: #1c3481;
		text-transform: uppercase;
	}

	.left-sidebar ul li {
		display: block;
		margin-bottom: 6px;
	}

	.left-sidebar ul li a {
		color: #717171;
		font-size: 17px;
		text-transform: capitalize;
		transition: 0.5s;
	}

	.left-sidebar ul li a.active,
	.left-sidebar ul li a:hover {
		margin-left: 5px;
		transition: 0.5s;
		color: #1c3481;
	}

	.table-staus-report td {
		font-weight: 500;
		text-transform: capitalize;
	}

	.tb-format {
		display: flex;
		flex-wrap: wrap;
		background: white;
		padding: 15px;
	}

	.tb-format li {
		flex: 50%;
		font-size: 16px;
		margin-bottom: 7px; font-size: 14px;
		text-transform: capitalize;

	}

	.tb-format li:nth-child(odd) {
		font-weight: 600;
	}

	.total-div {
		display: inline-block;
		float: right;
	}

	.total-div ul {
		display: flex;
		flex-wrap: wrap;
	}

	.total-div ul li {
		flex: 50%;
		font-size: 16px;
		text-transform: capitalize;
		margin-bottom: 5px;
	}

	.total-div ul li:nth-last-child(2),
	.total-div ul li:nth-child() {
		border-top: 1px solid #dddddd;
		margin-top: 10px;
	}



/*--------------------------- oranage csss */
@charset "UTF-8";
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/

.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #fe5722; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img, .product-item-container .second_img, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image {
  position: relative;
  display: block; }
  .lib-two-img .img-1, .product-item-container .second_img .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2, .product-item-container .second_img .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1, .product-item-container:hover .second_img .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2, .product-item-container:hover .second_img .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7] BANNER EFFECT
 [8] POPUP ADDED TO CART 
 [9] PAGE COMINGSOON
 ==============================================*/
/*============BACK TO TOP ==================*/
.back-to-top {
  cursor: pointer;
  background-color: #777;
  width: 45px;
  bottom: 35px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .back-to-top:hover {
    background-color: #fe5722; }
  .back-to-top i {
    font-size: 36px;
    margin: 1px 0 0 0 !important;
    color: #fff;
    display: inline-block; }
/*============SOCIAL ACCOUNTS ==================*/
.social-widgets {
  overflow: visible;
  position: fixed;
  z-index: 999;
  top: 50%;
  height: 0;
  width: 0; }
  .social-widgets.socialwidgets-left {
    left: 0; }
  .social-widgets.socialwidgets-right {
    right: 0; }

.socialwidgets-left .item {
  right: 0px; }
  .socialwidgets-left .active {
    z-index: 100;
    right: -310px; }
  .socialwidgets-left .tab-icon {
    right: -45px; }
  .socialwidgets-left .facebook.active {
    right: -260px; }
  .socialwidgets-left .twitter.active {
    right: -300px; }
  .socialwidgets-left .youtube.active {
    right: -450px; }

.socialwidgets-right .item {
  left: 0px; }
  .socialwidgets-right .active {
    z-index: 100;
    left: -310px; }
  .socialwidgets-right .tab-icon {
    left: -45px; }
  .socialwidgets-right .facebook.active {
    left: -260px; }
  .socialwidgets-right .twitter.active {
    left: -300px; }
  .socialwidgets-right .youtube.active {
    left: -450px; }

.social-widgets .item, .social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-widgets .items {
  top: -100px;
  position: relative; }

.social-widgets .item {
  position: absolute;
  top: 0; }

.social-widgets .item-01 {
  top: 0;
  z-index: 99; }

.social-widgets .item-02 {
  top: 45px;
  z-index: 98; }

.social-widgets .item-03 {
  top: 90px;
  z-index: 97; }

.social-widgets .tab-icon .fa {
  font-size: 18px;
  line-height: 45px; }

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em; }

.social-widgets .tab-icon:hover {
  text-decoration: none; }

.social-widgets .active .tab-icon {
  border-color: #e9e9e9;
  background: #fff; }

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white; }

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white; }

.social-widgets .youtube .tab-icon {
  background: #da2723;
  background-clip: content-box;
  color: white; }

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px; }

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold; }
  .social-widgets .title h5 {
    line-height: 45px;
    margin: 0; }

.social-widgets .facebook .tab-content {
  width: 260px; }

.social-widgets .twitter .tab-content {
  width: 300px; }

.social-widgets .twitter-widget {
  padding-top: 10px; }

.social-widgets .youtube .tab-content {
  width: 450px; }

.social-widgets .youtube .tab-content iframe {
  width: 100%; }

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 100; }

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px; }
/*============TOP PANEL ==================*/
.wrapper-boxed header.navbar-compact {
  width: auto; }

header.navbar-compact {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  header.navbar-compact .compact-hidden {
    display: none; }
/*============LARY LOADER ==================*/
.lazy {
  display: block;
  overflow: hidden;
  background: transparent url(../../images/lazy-loader.gif) no-repeat center center; }

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto; }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    display: inline-block; }

  .lazy.lazy-loaded img {
    opacity: 1; } }
/*============NONE RESPONSIVE BOOTSTRAP ==================*/
@media (min-width: 1200px) {
  .wrapper-fluid .fluid-sidebar {
    width: 83%; }
    .wrapper-fluid .fluid-allsidebar {
      width: 66%; }
    .wrapper-fluid .content-aside {
      width: 16.666667%; } }

@media (min-width: 1200px) {
  .wrapper-boxed {
    max-width: 1260px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .wrapper-full .container {
      width: 1200px; }
      .wrapper-full .products-list .product-grid-5 .product-card__gallery, .wrapper-full .products-list .product-grid-5 .countdown_box, .wrapper-full .products-list .product-grid-5 .order-num {
        display: none; }
    .wrapper-fluid .container {
      max-width: 1650px;
      padding: 0;
      width: 93%; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
        .wrapper-full .products-list .product-grid-5:nth-child(5n+1) {
          clear: both !important; } }
/*============@group Banners hover effect ==================*/
.banners-effect-1 .banners > div img {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in; }
  .banners-effect-1 .banners > div img:hover {
    opacity: 0.8; }

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1; }
  .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    content: "";
    z-index: 1; }

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0); }
  .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1; }

.banners-effect-4 .row-no-padding a, .banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-4 .row-no-padding a:before, .banners-effect-4 .banners > div a:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%; }

.banners-effect-4 .row-no-padding a:hover:before, .banners-effect-4 .banners > div a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-5 .banners > div a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
  .banners-effect-5 .banners > div a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out; }
  .banners-effect-5 .banners > div a:hover:before {
    border: 0 solid rgba(255, 255, 255, 0.7); }
  .banners-effect-5 .banners > div a:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s; }

.banners-effect-6 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-8 .banners > div a:before, .banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }

.banners-effect-8 .banners > div img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }

.banners-effect-8 .banners > div a:hover:before, .banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; }
  .banners-effect-11 .banners > div a:after {
    left: auto;
    right: 0;
    bottom: 0; }

.banners-effect-12 .banners > div img {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
/*============POPUP ADDED TO CART ==================*/
body > .alert {
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99); }

body > .alert .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; }

body > .alert .alert.fadeOut {
  top: -100%; }

@-webkit-keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@-moz-keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@-moz-keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }

@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }

@keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }
/*============ PAGE COMINGSOON ==================*/
.comingsoon-page {
  background: #142326;
  padding: 7em 0;
  color: #bdbdbd; }
  .comingsoon-page .container {
    max-width: 750px; }
  .comingsoon-page .comingsoon--title {
    margin: 0.5em 0 1em;
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 1em; }
  .comingsoon-page .comingsoon--content {
    margin: 1em 0;
    font-size: 14px; }
  .comingsoon-page .comingsoon--countdown {
    margin: 6em 0 8em; }
  .comingsoon-page .comingsoon--countdown .time-item {
    width: 125px;
    height: 125px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 15px;
    display: inline-block;
    padding: 30px; }
  .comingsoon-page .comingsoon--countdown .num-time {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 5px 0; }
  .comingsoon-page .comingsoon--countdown .name-time {
    font-size: 20px;
    text-transform: uppercase; }
  .comingsoon-page .comingsoon--newsletter {
    margin: 2em 0; }
  .comingsoon-page .comingsoon--newsletter .newsletter {
    background: none !important; }
  .comingsoon-page .comingsoon--newsletter .title-block {
    display: none; }
/*============ Quick Cart ==================*/
@media (min-width: 1200px) {
  .modal-lg {
    margin-top: 10%;
    width: 1050px; } }

.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none; }
  .modal-content .modal-header {
    padding: 10px 15px; }
  .modal-content .modal-title {
    font-weight: normal; }

@media (min-width: 1200px) {
      #previewModal .cart-popup-info {
        padding-top: 30px; } }
  #previewModal .cart-popup-info .product-name {
    font-size: 22px;
    font-weight: 400; }
  #previewModal .cart-popup-info .price-quantity {
    font-size: 24px;
    color: #555;
    font-weight: normal; }
  #previewModal .cart-popup-info .price-new {
    font-size: 24px; }
  #previewModal .cart-popup-action {
    background: #f2f2f2;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 3px; }
  #previewModal .cart-popup-action .btn {
    display: block;
    margin: 10px 0;
    border: none;
    width: 100%;
    font-size: 13px; }
  #previewModal .cart-popup-action .cart-popup-imgbottom {
    text-align: center;
    width: 100%;
    margin: 20px 0; }
  #previewModal .cart-popup-action .cart-popup-imgbottom .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 0; }
/*===============================================
 [SASS DIRECTORY ]
 [1] Pre-Loader 
 ==============================================*/
.loaded .so-loadeding {
  display: none; }

.so-loadeding {
  background: white url(../../images/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }
/*============START Pre-Loader CSS  ==================*/
.so-pre-loader {
  background: rgba(254, 87, 34, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }
  .so-pre-loader.no-pre-loader {
    background: none;
    position: absolute;
    height: auto; }
  .so-pre-loader .so-loader-background {
    background: #555;
    display: block;
    height: 100%; }
  .so-pre-loader .so-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px; }
  .so-pre-loader .so-loader-line {
    background: #fe5722;
    top: 0; }
  .so-pre-loader .spinner {
    width: 50px;
    height: 50px;
    background-color: white;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .so-pre-loader .spinner-bounce {
    width: 60px;
    height: 60px;
    position: relative; }
  .so-pre-loader .double-bounce1, .so-pre-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out; }
  .so-pre-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .so-pre-loader .spinner-cube {
    width: 40px;
    height: 40px;
    position: relative; }
  .so-pre-loader .cube1, .so-pre-loader .cube2 {
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out; }
  .so-pre-loader .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .so-pre-loader .spinner-bounce2 {
    width: 80px;
    text-align: center; }
  .so-pre-loader .spinner-bounce2 > div {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .so-pre-loader .spinner-bounce2 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .so-pre-loader .spinner-bounce2 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .so-pre-loader .spinner-circle {
    width: 60px;
    height: 60px;
    position: relative; }
  .so-pre-loader .spinner-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .so-pre-loader .spinner-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .so-pre-loader .spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .so-pre-loader .spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .so-pre-loader .spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .so-pre-loader .spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
  .so-pre-loader .spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .so-pre-loader .spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .so-pre-loader .spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .so-pre-loader .spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
  .so-pre-loader .spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .so-pre-loader .spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
  .so-pre-loader .spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .so-pre-loader .spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .so-pre-loader .spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .so-pre-loader .spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .so-pre-loader .spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .so-pre-loader .spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
  .so-pre-loader .spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .so-pre-loader .spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .so-pre-loader .spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .so-pre-loader .spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .so-pre-loader .spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .so-pre-loader .spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }
  .so-pre-loader .spinner-folding-cube {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .so-pre-loader .spinner-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .so-pre-loader .spinner-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .so-pre-loader .spinner-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .so-pre-loader .spinner-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
/* *************   END:: Pre-Loader CSS   ************* */
/* **************************************************** */
/* ************   START Loader Animation   ************ */
/* **************************************************** */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */
/*===============================================
 [SASS DIRECTORY ]
 [1] OVERLAY PATTER
 ==============================================*/
/*============OVERLAY PATTERN  ==================*/
/* 1. Overlay pattern ---------------------*/
body.no-bgbody {
  background-image: none; }

.pattern-1 {
  background-image: url(../../images/patterns/1.png); }

.pattern-2 {
  background-image: url(../../images/patterns/2.png); }

.pattern-3 {
  background-image: url(../../images/patterns/3.png); }

.pattern-4 {
  background-image: url(../../images/patterns/4.png); }

.pattern-5 {
  background-image: url(../../images/patterns/5.png); }

.pattern-6 {
  background-image: url(../../images/patterns/6.png); }

.pattern-7 {
  background-image: url(../../images/patterns/7.png); }

.pattern-8 {
  background-image: url(../../images/patterns/8.png); }

.pattern-9 {
  background-image: url(../../images/patterns/9.png); }

.pattern-10 {
  background-image: url(../../images/patterns/10.png); }

.pattern-11 {
  background-image: url(../../images/patterns/11.png); }

.pattern-12 {
  background-image: url(../../images/patterns/12.png); }

.pattern-13 {
  background-image: url(../../images/patterns/13.png); }

.pattern-14 {
  background-image: url(../../images/patterns/14.png); }

.pattern-15 {
  background-image: url(../../images/patterns/15.png); }

.pattern-16 {
  background-image: url(../../images/patterns/16.png); }

.pattern-17 {
  background-image: url(../../images/patterns/17.png); }

.pattern-18 {
  background-image: url(../../images/patterns/18.png); }

.pattern-19 {
  background-image: url(../../images/patterns/19.png); }

.pattern-20 {
  background-image: url(../../images/patterns/20.png); }

.pattern-21 {
  background-image: url(../../images/patterns/21.png); }

.pattern-22 {
  background-image: url(../../images/patterns/22.png); }

.pattern-23 {
  background-image: url(../../images/patterns/23.png); }

.pattern-24 {
  background-image: url(../../images/patterns/24.png); }

.pattern-25 {
  background-image: url(../../images/patterns/25.png); }

.pattern-26 {
  background-image: url(../../images/patterns/26.png); }

.pattern-27 {
  background-image: url(../../images/patterns/27.png); }

.pattern-28 {
  background-image: url(../../images/patterns/28.png); }

.pattern-29 {
  background-image: url(../../images/patterns/29.png); }

.pattern-30 {
  background-image: url(../../images/patterns/30.png); }

.pattern-31 {
  background-image: url(../../images/patterns/31.png); }

.pattern-32 {
  background-image: url(../../images/patterns/32.png); }

.pattern-33 {
  background-image: url(../../images/patterns/33.png); }

.pattern-34 {
  background-image: url(../../images/patterns/34.png); }

.pattern-35 {
  background-image: url(../../images/patterns/35.png); }

.pattern-36 {
  background-image: url(../../images/patterns/36.png); }

.pattern-37 {
  background-image: url(../../images/patterns/37.png); }

.pattern-38 {
  background-image: url(../../images/patterns/38.png); }

.pattern-39 {
  background-image: url(../../images/patterns/39.png); }

.pattern-40 {
  background-image: url(../../images/patterns/40.png); }

.pattern-41 {
  background-image: url(../../images/patterns/41.png); }

.pattern-42 {
  background-image: url(../../images/patterns/42.png); }

.pattern-43 {
  background-image: url(../../images/patterns/43.png); }

.pattern-44 {
  background-image: url(../../images/patterns/44.png); }

.pattern-45 {
  background-image: url(../../images/patterns/45.png); }

.bd-example-row .row + .row {
  margin-top: 1rem; }
  .bd-example-row .row > .col, .bd-example-row .row > [class^="col-"] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2); }
  .bd-example-row .flex-items-top, .bd-example-row .flex-items-middle, .bd-example-row .flex-items-bottom {
    min-height: 6rem;
    background-color: rgba(255, 0, 0, 0.1); }

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1); }

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15); }

.example-container {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.example-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.example-content-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
  .example-content-main {
    flex: 0 0 50%;
    max-width: 50%; } }
  @media (min-width: 992px) {
  .example-content-main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

.example-content-secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
  .example-content-secondary {
    flex: 0 0 50%;
    max-width: 50%; } }
  @media (min-width: 992px) {
  .example-content-secondary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

.bd-example-container {
  min-width: 16rem;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto; }

.bd-example-container-header {
  height: 3rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem; }

.bd-example-container-sidebar {
  float: right;
  width: 4rem;
  height: 8rem;
  background-color: #80bdff;
  border-radius: 0.25rem; }

.bd-example-container-body {
  height: 8rem;
  margin-right: 4.5rem;
  background-color: #957bbe;
  border-radius: 0.25rem; }

.bd-example-container-fluid {
  max-width: none; }

.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px;
  border: solid #f7f7f9;
  border-width: 0.2rem 0 0; }
  .bd-example::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 576px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: 0.3rem; } }
  .bd-example + .highlight, .bd-example + .clipboard + .highlight {
    margin-top: 0; }
  .bd-example + p {
    margin-top: 2rem; }
  .bd-example .pos-f-t {
    position: relative;
    margin: -1rem; }
  @media (min-width: 576px) {
    .bd-example .pos-f-t {
      margin: -1.5rem; } }
  .bd-example > .form-control + .form-control {
    margin-top: 0.5rem; }
  .bd-example > .nav + .nav, .bd-example > .alert + .alert, .bd-example > .navbar + .navbar, .bd-example > .progress + .progress, .bd-example > .progress + .btn {
    margin-top: 1rem; }
  .bd-example > .dropdown-menu:first-child {
    position: static;
    display: block; }
  .bd-example > .form-group:last-child {
    margin-bottom: 0; }

.bd-example > .close {
  float: none; }

.bd-example-type .table .type-info {
  color: #999;
  vertical-align: middle; }

.bd-example-type .table td {
  padding: 1rem 0;
  border-color: #eee; }

.bd-example-type .table tr:first-child td {
  border-top: 0; }

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0; }

.bd-example-bg-classes p {
  padding: 1rem; }

.bd-example > img + img {
  margin-left: 0.5rem; }

.bd-example > .btn-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.bd-example > .btn-toolbar + .btn-toolbar {
  margin-top: 0.5rem; }

.bd-example-control-sizing select, .bd-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 0.5rem; }

.bd-example-form .input-group {
  margin-bottom: 0.5rem; }

.bd-example > textarea.form-control {
  resize: vertical; }

.bd-example > .list-group {
  max-width: 400px; }

.bd-example .fixed-top, .bd-example .sticky-top {
  position: static;
  margin: -1rem -1rem 1rem; }
  .bd-example .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem; }
  @media (min-width: 576px) {
  .bd-example .fixed-top, .bd-example .sticky-top {
    margin: -1.5rem -1.5rem 1rem; }
    .bd-example .fixed-bottom {
      margin: 1rem -1.5rem -1.5rem; } }

.bd-example .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.bd-example-modal {
  background-color: #fafafa; }
  .bd-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block; }
  .bd-example-modal .modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto; }


.bd-example-tabs .nav-tabs {
  margin-bottom: 1rem; }

.bd-example-tooltips {
  text-align: center; }

.bd-example-tooltips > .btn {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.bs-tooltip-top-docs .arrow, .bs-tooltip-bottom-docs .arrow {
  left: 50%; }

.bs-tooltip-right-docs .arrow, .bs-tooltip-left-docs .arrow {
  top: 50%; }

.bd-example-popover-static {
  padding-bottom: 1.5rem;
  background-color: #f9f9f9; }

.bd-example-popover-static .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 1.25rem; }

.bs-popover-top-docs .arrow, .bs-popover-bottom-docs .arrow {
  left: 50%; }

.bs-popover-right-docs .arrow, .bs-popover-left-docs .arrow {
  top: 50%; }

.tooltip-demo a {
  white-space: nowrap; }

.bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1; }

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto; }

.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto; }

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid; }

.highlight {
  padding: 1rem;
  margin: 1rem -15px;
  background-color: #f7f7f9;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  @media (min-width: 576px) {
  .highlight {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0; } }

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0; }

.highlight pre code {
  font-size: inherit;
  color: #212529; }

.bd-clipboard {
  position: relative;
  display: none;
  float: right; }
  .bd-clipboard + .highlight {
    margin-top: 0; }

.btn-clipboard {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem; }
  .btn-clipboard:hover {
    color: #fff;
    background-color: #027de7; }

@media (min-width: 768px) {
  
  .bd-clipboard {
    display: block; } }

h2.sub-title {
  font-size: 23px;
  margin: 24px 0;
  color: #495057; }

.simple-list {
  margin: 10px 0 6px 0;
  padding: 0;
  clear: both; }
  .simple-list li {
    padding: 0 0 7px 18px;
    position: relative;
    list-style-type: none; }
  .simple-list li:before {
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f111";
    font-size: 0.53em;
    line-height: 1em; }

.simple-list ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -0.8em; }

.simple-list ul a {
  color: #495057; }
  .simple-list ul a:hover {
    color: #fe5722; }

.arrow-list > li {
  padding: 0;
  position: relative; }
  .arrow-list > li > a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px; }
  .arrow-list > li:before {
    display: none; }

.arrow-list li li:before {
  margin-right: 10px;
  font-size: 14px;
  font-family: 'FontAwesome';
  display: inline-block;
  top: 5px;
  content: '\f105'; }

.color {
  color: #fe5722; }

.divider--md1 {
  height: 31.5px; }

.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%; }

.item-article {
  font-size: 13px; }
  .item-article dl dt {
    color: #495057;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 4px 0; }
  .item-article dl dd {
    margin-bottom: 15px; }
  .item-article .title-decimal {
    font-size: 20px;
    color: #fe5722;
    line-height: 44px;
    position: relative;
    padding: 0px 0 0px 69px; }
  @media (min-width: 1200px) {
    .item-article .title-decimal {
      font-size: 26px; } }
  .item-article .title-decimal:before {
    content: attr(data-content);
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    line-height: 40px;
    background: #fe5722;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 0; }
  .item-article .decimal-list {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
    counter-reset: myCounter;
    display: inline-block;
    width: 100%; }
  .item-article .decimal-list ol {
    counter-reset: sub-myCounter 0; }
  .item-article .decimal-list > li {
    padding: 0;
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
    overflow: hidden; }
  .item-article .decimal-list > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #495057;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    float: left;
    font-size: 15px;
    margin-right: 10px; }
  .item-article .decimal-list > li > *:first-child {
    line-height: 26px;
    margin-bottom: 0; }
  .item-article .decimal-list > li ol {
    margin: 0;
    padding: 10px 0 0 15px;
    list-style: none; }
  .item-article .decimal-list > li ol > li > *:first-child {
    line-height: 25px; }
  .item-article .decimal-list > li ol > li:before {
    counter-increment: sub-myCounter;
    content: counter(myCounter) "." counter(sub-myCounter);
    font-size: 17px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 10px; }
  .item-article .tags {
    margin: 15px 0; }
  .item-article .tags .label {
    border: none;
    border-radius: 2px;
    margin: 0 2px 5px 0;
    font-size: 11px;
    padding: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400; }
  .item-article .swatch-item {
    width: 100%;
    min-height: 100px;
    position: relative;
    background: #333;
    color: #fff;
    margin-bottom: 24px;
    padding: 20px; }
  .item-article .swatch-item.color-brand-primary {
    background: #234269; }
  .item-article .swatch-item.color-brand-secondary {
    background: #f87831; }
  .item-article .swatch-item.color-brand-warning {
    background: #f0ad4e; }
  .item-article .swatch-item.color-brand-danger {
    background: #d9534f; }
  .item-article .swatch-item.color-brand-info {
    background: #5bc0de; }
  .item-article .swatch-item.color-brand-success {
    background: #5cb85c; }
  .item-article .swatch-item.color-gray-darker {
    background: #212529; }
  .item-article .swatch-item.color-gray-dark {
    background: #343a40; }
  .item-article .swatch-item.color-gray {
    background: #495057; }
  .item-article .swatch-item.color-gray-light {
    background: #adb5bd;
    color: #495057; }
  .item-article .swatch-item.color-gray-lighter {
    background: #ced4da;
    color: #495057; }
  .item-article .swatch-item.color-gray-lightest {
    background: #e9ecef;
    color: #495057; }
  .item-article .button, .item-article .btn {
    padding: 9px 20px;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    border: none; }
  .item-article .button:hover, .item-article .btn:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }
  .item-article .btn-primary {
    background: #234269; }
  .item-article .btn-warning {
    background: #f0ad4e; }
  .item-article .btn-success {
    background: #5cb85c; }
  .item-article .btn-danger {
    background: #d9534f; }
  .item-article .btn-info {
    background: #5bc0de; }
  .item-article .nav-tabs {
    border: 0;
    margin-bottom: 32px; }
  .item-article .nav-tabs .dropdown-menu {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .item-article .nav-tabs > li.active > a, .item-article .nav-tabs > li.active > a:hover, .item-article .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 0;
    background: #fe5722; }
  .item-article .nav-tabs > li.active > a:before, .item-article .nav-tabs > li.active > a:hover:before, .item-article .nav-tabs > li.active > a:focus:before {
    border: 10px solid #fe5722;
    border-color: #fe5722 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px; }
  .item-article .nav-tabs > li > a {
    background: #eaeaea;
    border-radius: 2px;
    border: 0;
    color: #2d2d2d;
    text-transform: uppercase;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    position: relative; }
  .item-article .nav-tabs > li > a:hover {
    background: #ddd; }
  .item-article .nav-pills > li > a {
    border-radius: 3px; }
  .item-article .nav-pills .dropdown-menu {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .item-article .nav-pills > li.active > a, .item-article .nav-pills > li.active > a:focus, .item-article .nav-pills > li.active > a:hover {
    color: #fff;
    background: #fe5722; }
  .item-article .dropcap {
    display: block;
    float: left;
    font-size: 3.5em;
    line-height: 1em;
    margin: 0 5px 0 0; }
  .item-article .color-custom {
    color: #fe5722; }
  .item-article .color-white {
    color: #fff; }
  .item-article .color-dark {
    color: #000; }
  .item-article .bg-custom {
    background: #fe5722; }
  .item-article .bg-black {
    background: #000; }
  .item-article a.underline {
    text-decoration: underline; }
  .item-article a.underline:hover {
    text-decoration: none; }
/*===============================================
 [SASS DIRECTORY ]
 [1] PAGE ACCOUNT
 [2] PAGE INFORMATION
 [3] PAGE CHECKOUT
 [4] LANGUAGE CURENTY 
 [5] CSS FEAFURE MENU DEMO
 ==============================================*/
/*============PAGE ACCOUNT ==================*/
.account-login .well, .affiliate-login .well {
  min-height: 395px;
  background: #fff; }

.account-account #content > h2, .affiliate-account #content > h2 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */ }
  .account-account #content .list-unstyled, .affiliate-account #content .list-unstyled {
    margin-bottom: 30px; }

.account-address #content .table-responsive .table > tbody > tr > td {
  line-height: 24px;
  padding: 10px; }

.custom-border {
  padding: 10px 20px; }
/* @group List Box */
.list-box {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.btn-link:focus, .btn-link:hover {
  text-decoration: none; }

.list-box li {
  border-bottom: 1px solid #ececec; }

.list-box li:last-child {
  border-bottom: 0; }

.list-box li a {
  display: inline-block;
  word-wrap: break-word;
  padding: 8px 0;
  margin-right: 5px;
  color: #495057; }
  .list-box li a:hover {
    color: #fe5722; }
/* @end */
/*============PAGE CHECKOUT ==================*/
.checkout-cart .panel-group .panel, .checkout-checkout .panel-group .panel {
  border-radius: 0; }

.table-responsive .table thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
  .table-responsive .table tbody td.text-left a {
    font-weight: bold;
    color: #666; }
  .table-responsive .table tbody td.text-left:hover a {
    color: #fe5722; }

.checkout-cart .btn-block input {
  min-width: 40px;
  text-align: center; }

.checkout-cart .bg-page-404 .text-center {
  width: 100%; }
  .checkout-cart .bg-page-404 .text-center > div {
    display: none; }
  .checkout-cart .bg-page-404 .col-sm-5 img {
    display: none; }
/*============LANGUAGE CURENCCY ==================*/
/*============ CSS FEAFURE MENU DEMO ==================*/
/*===============================================
 [SASS DIRECTORY ]
 ==============================================*/
.page-extra {
  margin-top: 40px; }

.custom-scoll {
  display: none; }

.content-aside {
  margin-bottom: 30px; }

.banner-sidebar a img {
  width: 100%; }

#sosearchpro.so-search {
  width: 100%;
  padding: 0; }

.sohomepage-slider .form-group {
  margin-bottom: 0; }

.content-aside .module.banner-left {
  border: none; }

#content div.so-deal .extraslider-inner .item {
  border: none; }
/*============MODULE DEFAULT ==================*/
.module.sohomepage-slider .so-homeslider {
  direction: ltr; }

.module .so-extraslider .extraslider-inner {
  border: none;
  padding-bottom: 0; }

#content .sohomepage-slider .sohomeslider-description h2 {
  margin: 0; }

#content .module h2 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px; }
  #content .module h3.modtitle {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  #content .module h3.modtitle span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }

.content-aside .module {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 3px; }
  .content-aside .module h3.modtitle {
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f5f5f5;
    margin: 0;
    padding: 15px; }
  .content-aside .module h3.modtitle span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .content-aside .module .modcontent {
    padding: 15px 20px; }
  .content-aside .module#blog-search {
    border: none; }
/************************************************************************************************
 EXTRASLIDER BESTSELER
 *************************************************************************************************/
.best-seller {
  position: relative;
  margin: 0; }
  .best-seller .so-extraslider {
    margin: 0; }
  .best-seller .so-extraslider .extraslider-inner {
    border: 1px solid #eee;
    padding-bottom: 0; }
  .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 18px 0 8px; }
  @media (min-width: 1200px) {
      .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
        padding-left: 10px; } }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 2px; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
    float: left;
    width: 85px; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
    border: 0; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
      box-shadow: none;
      opacity: 0.8; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
    background: transparent;
    position: static;
    color: #666; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
      color: #444; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
      padding: 0 0 5px 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
        text-transform: capitalize;
        font-size: 15px;
        font-weight: normal; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
          color: #fe5722; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
      margin-left: 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
        color: #e74c3c;
        font-size: 16px;
        font-weight: bold; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
          font-size: 12px;
          color: #999; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
      padding: 0; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .item-title a {
    color: #fe5722; }
  .best-seller .so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
    margin-bottom: 0; }
  .best-seller .so-extraslider .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    right: 5px; }
  .best-seller .so-extraslider .owl2-controls .owl2-nav > div {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 0;
    cursor: pointer;
    color: #999;
    background-color: transparent;
    margin-top: 0;
    position: static;
    float: left; }
  .best-seller .so-extraslider .owl2-controls .owl2-nav > div:hover {
    color: #fe5722; }
  .best-seller .so-extraslider .owl2-controls .owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px; }
  .best-seller .so-extraslider .owl2-controls .owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 28px; }
/*============MODULE NEWLETTER POPUP ==================*/
.newsletter #signup .show-error {
  float: left;
  padding-top: 7px;
  color: #f55 !important; }

.module.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 0px;
  padding: 0;
  background-repeat: no-repeat !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .module.main-newsleter-popup .so-custom-popup {
      width: 85% !important; }
      .module.main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; } }
  @media (max-width: 767px) {
    .module.main-newsleter-popup .so-custom-popup:before {
      content: "";
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; } }
  .module.main-newsleter-popup .so-custom-popup .popup-close {
    width: 31px;
    height: 31px;
    line-height: 30px;
    border-radius: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #fff;
    background-color: #fe5722;
    border: none;
    right: 0;
    top: -31px; }
  .module.main-newsleter-popup .so-custom-popup .popup-close:hover {
    background-color: #ec3a01; }
  .module.main-newsleter-popup .modcontent {
    position: relative; }
  .module.main-newsleter-popup .so-custom-popup .modcontent {
    padding: 10px; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 15px 10px;
    text-align: center; }
  @media (min-width: 1200px) {
      .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 75px 30px 50px 52%;
        margin: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 75px 30px 50px 52%;
        margin: 0; } }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-weight: 700;
    font-size: 36px;
    color: #222;
    text-transform: capitalize; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 14px;
    color: #666;
    font-weight: 400; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 25px 0; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group {
    position: relative; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group .input-box {
    background-color: #fff;
    vertical-align: top;
    padding-right: 120px; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content{
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 20px;
    border: none;
    background-color: #fff;
    border: 1px solid #ebebeb; }
    .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group .form-control:-ms-input-placeholder {
      color: #999; }
    .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group .form-control::-webkit-input-placeholder {
      color: #999; }
    .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-group .form-control:focus {
      z-index: 0; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    border: 0 none;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
    color: #fff;
    background-color: #ec3a01; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: 400;
    color: #666;
    padding-bottom: 20px;
    font-size: 12px; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup:hover {
    cursor: pointer; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 10px 0;
    margin: 0; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .socials {
    text-align: center;
    margin-top: 0; }
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .socials li {
    position: relative;
    display: inline-block; }
    .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .socials li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ebebeb;
      display: inline-block;
      margin: 0 5px;
      color: #555;
      font-size: 14px;
      transition: all 0.2s ease-in-out 0s; }
      .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .socials li a:hover {
        color: #fff;
        background-color: #fe5722;
        border-color: #fe5722; }
      .main-newsleter-popup .show-error {
        display: inline-block;
        margin-left: 0 !important;
        position: relative;
        top: -10px;
        width: 100%; }
/*============ MODULE LOGIN POPUP ==================*/
body #so_sociallogin .block-popup-login .tt_popup_login {
  border: none;
  background-color: #fe5722;
  height: 42px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong {
    font-size: 16px;
    font-weight: 700;
    background-color: #fe5722;
    line-height: 42px;
    position: static;
    background-position: 20px center;
    padding-left: 70px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong:before {
    display: none; }
  body #so_sociallogin .block-popup-login .close-login {
    background-image: none;
    text-indent: 0;
    font-size: 24px;
    color: #fff;
    top: 7px;
    right: 5px; }
  body #so_sociallogin .block-popup-login .block-content .login-customer h2 {
    font-size: 16px;
    font-weight: 700; }
  body #so_sociallogin .block-popup-login .block-content .input-text {
    border-radius: 0; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup {
    font-size: 14px;
    padding: 0 20px;
    background-color: #666;
    border-radius: 4px; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup:hover {
    background-color: #fe5722; }
  body #so_sociallogin .block-popup-login .block-content .action.login {
    background-image: none;
    padding: 0 20px;
    background-color: #666;
    border-radius: 4px; }
  body #so_sociallogin .block-popup-login .block-content .action.login:hover {
    background-color: #fe5722; }
/*============ BREADCRUMB ==================*/
.breadcrumbs {
  /* background-color: #efefef;
   margin-bottom: 60px;*/
  /*ul.breadcrumb{
   float: $right;
   width: auto;
   }*/ }
  .breadcrumbs .current-name {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
    margin: 25px 0;
    display: none; }

ul.breadcrumb {
  margin: 23px 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  width: 100%;
  line-height: 100%; }
  ul.breadcrumb li {
    display: inline-block;
    padding: 0 17px 0 8px;
    margin-right: 7px;
    position: relative; }
  ul.breadcrumb li:before {
    display: none; }
  ul.breadcrumb li:not(:last-child):after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 13px;
    top: 0px;
    right: 0;
    position: absolute; }
  ul.breadcrumb li a {
    display: block;
    padding: 0;
    color: #999;
    text-decoration: none !important;
    font-size: 14px; }
  ul.breadcrumb li:last-child {
    padding: 5px 0px; }
  ul.breadcrumb li:last-child a {
    color: #fe5722; }
  ul.breadcrumb li:hover a {
    color: #fe5722; }
/*=========== BLOCK SIDEBAR ==================*/
.content-aside .product-simple {
  position: relative; }
  .content-aside .product-simple .modcontent {
    padding: 15px 10px; }
  .content-aside .product-simple .so-quickview {
    display: none; }
  .content-aside .product-simple .so-extraslider {
    margin: 0; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
    right: 10px;
    top: 18px;
    min-width: 60px; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #222;
    margin: 0 5px;
    display: inline-block;
    float: left;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot span {
      display: none; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot:hover {
      background-color: #fe5722; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot.active {
      width: 30px;
      background-color: #fe5722; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
    top: 1px;
    position: absolute;
    right: 0px !important; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next {
    background-color: #222;
    border: none;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
      color: #fff;
      font-family: 'FontAwesome';
      display: block;
      text-indent: 0 !important;
      width: 100%;
      height: 100%;
      font-size: 18px; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next {
      right: 0; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
        content: "\f054"; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
      left: 0; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
        content: "\f053"; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #fe5722; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
        color: #fff; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div {
    margin-top: 0;
    line-height: 28px !important; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div:before {
      position: static;
      font-weight: 400; }
  .content-aside .product-simple .so-extraslider:hover .owl2-controls {
    /*@include transform(scale(1));          
     @include effect-block-show();*/ }
  .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eaeaea; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
      width: 80px;
      float: left; }
      .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
        margin-top: 0px;
        margin-left: 95px;
        background: transparent;
        color: #666; }
      .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
        line-height: 100%;
        margin-bottom: 7px;
        padding: 0; }
        .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a {
          /* [4] */
          /* [6] */
          /* [6] */
          /* [7] */
          font-size: 14px;
          font-size: 1.4rem;
          /* [8] */
          font-weight: 400;
          text-transform: capitalize;
          color: #222; }
          .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a:hover {
            color: #fe5722; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    /*============ MODULE MEGAMENU HORIZONTAL  ==================*/

.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998; }
  .container-megamenu ul.megamenu li .sub-menu .content {
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px; }
  .container-megamenu ul.megamenu li.menu-layouts .sub-menu .content {
    padding: 30px 30px 10px 30px; }
/*---mega menu horizontal level 1--*/
.container-megamenu.horizontal ul.megamenu > li {
  float: left;
  margin-right: 30px; }
  .container-megamenu.horizontal ul.megamenu > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 100%;
    height: auto; }
  .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 600; }
  .container-megamenu.horizontal ul.megamenu > li.active > a, .container-megamenu.horizontal ul.megamenu > li.active_menu > a {
    color: #fe5722; }

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/ }
  .container-megamenu.horizontal .title-feature, .container-megamenu.horizontal ul.megamenu .title-submenu, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu, .container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
    line-height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 6px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    border-bottom: 1px solid #eaeaea; }
  .container-megamenu.horizontal .content-feature li a, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item, .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #464646; }
  .container-megamenu.horizontal .content-feature li a:hover, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item:hover, .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu:hover {
    color: #fe5722; }
  .container-megamenu.horizontal ul.megamenu > li > a strong img {
    position: absolute;
    top: -8px;
    right: 0px;
    height: auto; }
  .container-megamenu.horizontal .content-feature li.detail {
    margin-top: 20px; }
  .container-megamenu.horizontal .content-feature li.detail .lc {
    text-transform: capitalize;
    font-size: 11px;
    line-height: 100%; }
  .container-megamenu.horizontal ul.megamenu .sub-menu .content > .border {
    border: none;
    padding-top: 0; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul, .container-megamenu.horizontal ul.megamenu .title-submenu {
    padding: 0; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li::before, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .hover-menu a::before {
    display: none; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner-w {
    margin: 0 -15px; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner {
    width: 50%;
    padding: 0 15px;
    float: left; }
  .container-megamenu.horizontal .shoppage {
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 15px; }
  .container-megamenu.horizontal .shoppage .title-shoppage {
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    padding-bottom: 15px; }
  .container-megamenu.horizontal .shoppage ul li {
    transition: all 0.2s ease-in-out; }
  .container-megamenu.horizontal .shoppage ul li:hover {
    padding-left: 10px; }
  .container-megamenu.horizontal .shoppage ul .submenuitem {
    color: #777; }
  .container-megamenu.horizontal .shoppage ul a {
    display: inline-block;
    padding: 4px 0;
    position: relative; }
  .container-megamenu.horizontal .shoppage .submenu-shop {
    position: relative; }
  .container-megamenu.horizontal .shoppage .submenu-shop .fa-angle-right {
    position: absolute;
    right: 0;
    margin: 5px 15px; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label {
    right: -25px;
    left: auto;
    margin-top: -14px; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label-new {
    background-color: #0f8db3; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label-new:after {
    color: #0f8db3; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label-hot {
    background-color: #ef7c0a; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label-hot:after {
    color: #ef7c0a; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label {
    position: absolute;
    top: 80%;
    right: -30px;
    padding: 2px 4px;
    margin-top: -20px;
    color: #fff;
    line-height: 1.3;
    font-size: 8px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out; }
  .container-megamenu.horizontal .shoppage .submenu-shop .menu-label:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    font-size: 16px;
    position: absolute;
    bottom: -9px;
    left: 3px; }
  .container-megamenu.horizontal .shoppage .submenu-shop:hover ul {
    display: block; }
  .container-megamenu.horizontal .shoppage .submenu-shop ul {
    display: none;
    width: 210px;
    position: absolute;
    z-index: 10;
    left: 90%;
    top: -15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px;
    padding: 20px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-image: initial;
    border-radius: 2px; }
  .container-megamenu.horizontal .shoppage .submenu-shop ul:before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -11px;
    border-right-color: #e6e6e6;
    border-left-width: 0; }
  .container-megamenu.horizontal .shoppage .submenu-shop ul:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -10px;
    border-right-color: #fff;
    border-left-width: 0; }
  .container-megamenu.horizontal .sub-menu .content-feature .title-feature {
    margin-bottom: 20px; }
  .container-megamenu.horizontal .sub-menu .content-feature li {
    float: left;
    width: 33.33%;
    text-align: center; }
  .container-megamenu.horizontal .sub-menu .content-feature li a img {
    margin-bottom: 8px; }
    .container-megamenu.horizontal .sub-menu .content-feature li a span {
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-size: 12px;
      color: #666;
      font-weight: 600;
      line-height: 100%;
      margin-top: 8px; }
    .container-megamenu.horizontal .sub-menu .content-feature li a:hover span {
      color: #fe5722; }
  .container-megamenu.horizontal .sub-menu .demo-detail ul li {
    width: 33.33%; }
  .container-megamenu.horizontal .sub-menu .feature-blog a {
    text-align: center; }
  .container-megamenu.horizontal .sub-menu .feature-blog a img {
    margin-bottom: 10px; }
  .container-megamenu.horizontal .sub-menu .feature-blog a span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0px; }
  .container-megamenu.horizontal .sub-menu .feature-blog a:hover span {
    color: #fe5722; }
  .container-megamenu.horizontal .sub-menu .feature-blog .clearfix {
    margin: 20px; }
  @media (min-width: 1200px) {
    .container-megamenu.horizontal ul.megamenu .full-width > .sub-menu {
      max-width: 1170px;
      right: auto !important;
      left: 0; } }
  .container-megamenu.horizontal ul.megamenu .item-style1 .subcategory li a {
    float: left;
    text-align: left; }
  .container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li {
    text-align: left;
    display: inline; }
    .container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li a {
      text-align: left; }
  .container-megamenu.horizontal ul.megamenu .item-style2 {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     } 
     }*/ }
  .container-megamenu.horizontal ul.megamenu .blog-item .sub-menu .content {
    padding: 30px 25px; }
  .container-megamenu.horizontal ul.megamenu .quicklink-menu {
    margin-left: -30px;
    margin-right: -30px; }
  .container-megamenu.horizontal ul.megamenu .quicklinks-menu {
    background-color: #ddd;
    display: inline-flex;
    width: 100%;
    padding: 25px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li {
    float: left;
    line-height: 100%; }
    .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li span {
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 14px;
      font-size: 1.4rem;
      /* [8] */
      color: #222;
      font-weight: 700; }
    .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li a {
      margin-left: 5px; }
/*============ MODULE MEGAMENU VERTICAL  ==================*/
/*--- mega menu vertical ---*/
.container-megamenu ul.megamenu li .sub-menu .content .hover-menu a::before {
  display: none; }

.container-megamenu.vertical ul.megamenu > li.click::before, .container-megamenu.vertical ul.megamenu > li.hover::before {
  padding: 0; }

.common-home .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a > b.fa {
  margin-top: 3px; }

.vertical ul.megamenu > li.click::before, .vertical ul.megamenu > li.hover::before {
  padding: 0; }

.container-megamenu.vertical {
  z-index: 990; }
  .container-megamenu.vertical .megamenuToogle-wrapper {
    background-color: transparent; }
  .container-megamenu.vertical #menuHeading {
    margin: 0; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern {
    position: relative; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: 700;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    line-height: 40px;
    padding: 0px 0px 0px 20px !important;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    display: block; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
    float: left;
    padding-top: 11px;
    margin: 0px 9px 0 0; }
    .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div > span {
      box-shadow: none; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:hover {
    cursor: pointer; }
  .container-megamenu.vertical .vertical-wrapper .megamenu-pattern {
    position: relative;
    z-index: 1; }
  @media (min-width: 992px) {
    .container-megamenu.vertical .vertical-wrapper ul.megamenu {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
      background-color: #fff;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
        cursor: pointer;
        padding: 0 15px 0 15px;
        border: none;
        margin: 0;
        position: relative; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.id16-item, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.id6-item {
          display: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
          color: #666;
          display: block;
          font-size: 14px;
          font-weight: 400;
          padding: 9px 0;
          line-height: 22px;
          position: relative;
          text-transform: capitalize;
          background: none;
          height: auto; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
            color: #ffffff; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
        padding: 15px 15px 15px 50px;
        line-height: 100%; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
          left: 14px;
          top: 16px;
          position: absolute;
          font-size: 14px;
          color: #666; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view {
          color: #666;
          font-size: 14px; } }

.container-megamenu.vertical ul.megamenu > li > a strong {
  font-weight: 400; }
  .container-megamenu.vertical .vertical-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    /*---------------- SUB MENU VERTICAL -----------------*/ }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner img {
    width: 100%; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-right: 10px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content > .border {
    padding: 0;
    border: none; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content > .row {
    padding-top: 5px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content {
    padding: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul > li {
    margin-bottom: 15px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul li a.main-menu {
      color: #222;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 14px;
      font-size: 1.4rem;
      /* [8] */
      margin: 0 0 0px;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      border: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li {
        padding: 0;
        display: inline; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li a {
          /* [4] */
          /* [6] */
          /* [6] */
          /* [7] */
          font-size: 14px;
          font-size: 1.4rem;
          /* [8] */
          font-weight: 400;
          display: block;
          line-height: 28px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li:before {
          display: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li:hover a {
          color: #00baf2; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .link:hover img {
    opacity: 0.8; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .img-vbanner a:hover img {
    opacity: 0.8; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .title-submenu {
    font-weight: 700;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 3px 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .menu ul li {
    line-height: 100%;
    display: inline; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .menu ul li a {
      font-size: 14px;
      line-height: 28px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .sub-menu .content {
        padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .sub-menu .content .col-sm-7 {
      padding-right: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .sub-menu .content .col-sm-5 {
      padding-left: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner {
    float: right;
    padding-right: 15px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner a {
      margin-bottom: 0px;
      display: block; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner a.last {
      margin-bottom: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .categories {
    padding: 15px 0 0 30px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .categories .static-menu .menu > ul > li {
      margin-bottom: 0px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.item-style2 {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     > .row{
     }
     } 
     }  */ }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
    padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul {
      margin: 0px 0;
      padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li {
      padding: 0;
      position: relative; border-bottom: 1px solid #e5e5e5; padding: 5px 0px;}
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:last-child {
      border: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li > a {
      line-height: 30px;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      padding: 0 20px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li b {
      float: right;
      line-height: 27px;
      font-size: 16px;
      margin: 0 20px;
      position: absolute;
      top: 0;
      right: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:hover > a {
        color: #ffffff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul {
      width: 250px;
      padding: 0px 0;
      top: 0;
      margin: 0;
      left: 100%; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul:after {
        display: none; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul li:last-child {
        border: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul li > a {
          font-weight: normal;
          line-height: 30px; }

/*============ MODULE FILTER ==================*/
.module.so_filter_wrap .so-filter-option.so-filter-price .content_scroll {
  margin: 20px 0 10px 10px; }
  .module.so_filter_wrap .modcontent {
    background-color: #fff;
    margin: 0; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options {
    margin-bottom: 10px;
    padding: 0px; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading {
    padding: 0;
    margin-bottom: 0px;
    background-color: transparent; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading .so-filter-heading-text {
      float: left;
      color: #222;
      font-weight: 700;
      text-transform: uppercase;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 14px;
      font-size: 1.4rem;
      /* [8] */
      padding: 0; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts {
    border: none; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container {
      padding: 0; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select {
      margin: 0; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select ~ .opt-select {
      border-top: 1px solid #eaeaea; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container {
      padding: 5px 0; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container label {
      margin-bottom: 0;
      font-size: 14px; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container .option-count {
      padding: 0; }
      .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container .option-count span {
        color: #666;
        font-size: 14px; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container:hover label, .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container:hover .option-count span {
      color: #fe5722; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    overflow: inherit; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 12px;
    text-transform: capitalize; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select.so-filter-option-sub {
    /*margin: 0 -20px;
     padding: 0 20px;*/ }
    .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select.so-filter-option-sub:hover {
      background-color: #fff; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
    border-radius: 100%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 49%;
    padding: 0 5px;
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group {
    border: 1px solid #ddd;
    background-color: #fff; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .form-control {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: transparent;
    border-radius: 0; }
    .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default:hover {
      background: transparent;
      color: #fe5722; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-square-o {
    position: relative;
    top: 0px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input .fa-check-square-o {
    color: #fe5722; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
    text-align: left;
    padding: 0;
    /*.content_scroll {
     margin: 30px 0 20px;
     }*/ }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max {
    display: block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
    min-width: 60px;
    width: 49%;
    padding: 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    display: inline-block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
      position: relative;
      top: 1px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 45px;
    min-width: 45px; }
  .module.so_filter_wrap .modcontent .noUi-handle {
    border: 1px solid #eaeaea;
    width: 15px;
    height: 15px;
    left: -15px;
    right: 15px !important;
    top: -4px; }
  .module.so_filter_wrap .modcontent .noUi-handle:hover {
    cursor: e-resize; }
  .module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    height: 8px;
    background: #fe5722;
    border-radius: 4px; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #555;
    box-shadow: none;
    height: 8px;
    border-radius: 4px; }
  .module.so_filter_wrap .modcontent .noUi-target {
    border: none; }
  .module.so_filter_wrap .modcontent .clear_filter {
    padding: 10px 0 20px 0px; }
  .module.so_filter_wrap .modcontent #btn_resetAll {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #777; }
  .module.so_filter_wrap .modcontent #btn_resetAll:hover {
    background-color: #fe5722; }
  .module.so_filter_wrap .modcontent #btn_resetAll .fa.fa-times {
    color: #fe5722; }

.so-filter-content-opts-container .option-count {
  background-color: #ccc !important;
  min-width: 24px;
  text-align: center;
  margin-top: 3px; }
  .so-filter-content-opts-container .option-count:not(.opt_close):after {
    display: none;
    border-right-color: #777; }

.so_filter_wrap .modcontent .so-filter-heading i {
  float: right; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right; }

.so-filter-content-opts-container .option-count span {
  color: #666; }

#content .filter-horizontal {
  margin-bottom: 30px; }
  #content .filter-horizontal .so-filter-heading {
    padding: 0 15px; }
  #content .filter-horizontal .so-filter-content-opts-container {
    padding: 15px; }
  #content .filter-horizontal .so-filter-content-opts-container .so-filter-iscroll {
    padding: 10px 0; }
  #content .filter-horizontal ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  #content .filter-horizontal li.so-filter-options {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-right: 1px solid #eaeaea;
    margin: 0; }
  #content .filter-horizontal li.so-filter-options:last-child {
    border-right: none; }
  #content .filter-horizontal li.so-filter-options .so-filter-heading {
    margin-bottom: 0; }
  #content .filter-horizontal .clear_filter {
    padding: 20px;
    border-top: 1px solid #eaeaea; }
  #content .filter-horizontal h3.modtitle {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0; }
  #content .filter-horizontal .modcontent {
    border: 1px solid #eaeaea; }
  #content .filter-horizontal .modcontent ul li.so-filter-options {
    border-radius: 0;
    padding: 10px 0; }
/*============ MODULE TAGS ===================*/
.block-tags {
  margin-top: 20px; }
  .block-tags .so-popular-tag a {
    float: left;
    font-size: 13px !important;
    padding: 8px 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    line-height: 100%;
    background-color: #fff; }
  .block-tags .so-popular-tag a:hover {
    color: #fff;
    background-color: #fe5722;
    border-color: #fe5722; }
/*============MODULE CATEGORY ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.box-category > ul {
  padding: 0; }
  .box-category > ul > li {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea; }
  .box-category > ul > li > a {
    display: block;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 47px 14px 15px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0; }
  .box-category > ul > li:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none; }
  .box-category > ul > li:last-child > a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .box-category > ul > li:hover > a {
    color: #fe5722; }
  .box-category > ul > li:hover .head a {
    color: #fff; }
  .box-category > ul > li ul {
    margin-left: 20px; }
  .box-category > ul > li a.accordion-toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #dbdbdb;
    color: #fff; }
  .box-category > ul > li a.accordion-toggle:hover {
    background-color: #fe5722; }

.box-category ul li a.active {
  color: #fe5722; }

.box-category ul li .head .show:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome'; }

.box-category ul li .head .accordion-toggle:before {
  content: "\f105";
  font: normal normal normal 14px/1 'FontAwesome'; }

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 8px;
  line-height: 20px;
  right: 15px;
  text-align: center; }
  .box-category ul li .head a:hover {
    color: #fff; }

.box-category ul li ul li {
  padding: 0px 0px 0px 5px; }

.box-category ul ul {
  margin-bottom: 20px; }

.box-category ul ul li a {
  padding: 3px 0; }

.box-category ul li ul li a:before {
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  content: "\f105";
  margin: 0 5px 0; }

.box-category ul li ul li a:hover:before {
  margin-right: 10px; }
/* ============== Page categories ============== */
.page-categories {
  margin-top: 30px; }
  .page-categories ul {
    margin: 0 -6px; }
  .page-categories ul li {
    float: left;
    padding: 0 6px; }
  .page-categories ul li .cate {
    text-align: center;
    margin-bottom: 30px; }
  .page-categories ul li .cate .cate-img {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 7px; }
    .page-categories ul li .cate .cate-img:hover {
      opacity: 0.8; }
  .page-categories ul li .cate a {
    color: #000;
    font-size: 14px; }
    .page-categories ul li .cate a:hover {
      color: #fe5722; }
/*================ So Sticky ===============*/
@media (max-width: 1199px) {
  #content #so-groups {
    display: none; } }

#content #so-groups > a span {
  background-color: #fe5722; }
  #content #so-groups > a:hover {
    background-color: #ec3a01; }

#content .so-groups-sticky {
  background-color: #fe5722; }
  #content .so-groups-sticky.left {
    left: 0;
    right: auto; }
  #content .so-groups-sticky.right {
    right: 0;
    left: auto; }
  #content .so-groups-sticky .popup-header {
    padding: 25px 70px 25px 40px; }
  #content .so-groups-sticky .popup-header .popup-close {
    right: 20px;
    left: auto;
    color: #fff;
    font-size: 22px;
    opacity: 1; }
  #content .so-groups-sticky .product-thumb .button-group button, #content .so-groups-sticky .form-content .form-box #button-search {
    background-color: #fe5722 !important; }
  #content .so-groups-sticky .product-thumb .button-group button:hover, #content .so-groups-sticky .form-content .form-box #button-search:hover {
    background-color: #ec3a01 !important; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .caption h4 a:hover {
    color: #fe5722; }
  #content .so-groups-sticky .form-content .form-box .price .price-new, #content .so-groups-sticky .form-content .form-box .price span.price {
    color: #222; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .image .bt-sale, #content .so-groups-sticky .popup-header {
    background-color: #fe5722; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .caption {
    height: auto;
    max-height: auto;
    min-height: auto; }
  #content .so-groups-sticky .popup-close, #content .so-groups-sticky .popup-close i.fa {
    font-size: 16px; }
  #content .so-groups-sticky .popup-header > span > i {
    margin-right: 10px;
    margin-left: auto; }
  #content .so-groups-sticky .nav-secondary ul li a:hover {
    color: #fe5722; }
  #content .so-groups-sticky .form-content .form-box input.field:hover, #content .so-groups-sticky .form-content .form-box select.field:hover {
    cursor: pointer; }

#so-groups .form-content .form-box a.account-url:hover .account-txt {
  color: #fe5722; }

#so-groups .form-content .form-box input + i {
  font-size: 16px;
  margin-top: -9px; }
  #so-groups .form-content .form-box input + i:hover {
    color: #fe5722; }

#so-groups .form-content .form-box .product-thumb .caption h4 {
  margin-bottom: 0; }
  #so-groups .form-content .form-box .product-thumb .caption h4 a {
    font-weight: 400; }

#so-groups > a {
  position: relative;
  height: 43px; }
  #so-groups > a.sticky-backtop {
    border-bottom: none; }
  #so-groups > a span {
    background-color: #fe5722;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 100%;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    white-space: nowrap;
    width: auto; }
  #so-groups > a:hover span {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    width: auto; }

.so-onepagecheckout .checkout-cart td.quantity .input-group {
  min-width: 95px; }

#so-groups .popup-content {
  max-height: 415px;
  overflow-y: scroll; }

#so-groups .cart-bottom p {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }

#so-groups div.nav-secondary li span.nav-action i.fa {
  height: 47px;
  line-height: 47px; }

#content .so-onepagecheckout .secondary-title i.fa {
  margin-right: 10px;
  margin-left: auto;
  background-color: #fe5722; }

.so-onepagecheckout .price {
  font-size: 14px; }

body #sosearchpro .dropdown-menu .media-body .box-price .price-new {
  color: #fe5722; }
  body #sosearchpro .dropdown-menu .media-body .box-price .price {
    font-size: 13px;
    color: #fe5722; }
  body #sosearchpro .dropdown-menu .media-body .box-price span {
    font-weight: normal;
    font-size: 13px;
    color: #666; }
/*====== so countdown popup =====*/
#content #so_popup_countdown .modal-header {
  background-color: #fe5722; }
  #content #so_popup_countdown .modal-header .close {
    font-size: 23px;
    right: 15px;
    top: 33px; }

#so_popup_countdown .modal-footer #so_countdown_timer {
  top: 65px; }

@media (min-width: 1200px) {
    body #so_popup_countdown.modal.in .modal-dialog {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto !important;
      margin: 0 auto;
      transition: none; } }
  body #so_popup_countdown .modal-footer #so_countdown_timer {
    /*width: 56px;
     height: 56px;*/ }
  body #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
    line-height: 18px;
    padding-top: 8px; }

#so_popup_countdown .list-cates {
  background: url(../../images/bg-popupc.jpg) no-repeat;
  background-size: 100%; }
  #so_popup_countdown .list-cates ul {
    width: 64%;
    /*float: $right;
     padding: side-values(40px 20px 0 0);*/
    float: right;
    padding: 40px 20px 0 0;
    text-align: center; }
  #so_popup_countdown .list-cates ul li {
    display: inline-block;
    margin: 0 14px;
    text-align: center; }
  #so_popup_countdown .list-cates ul li a {
    font-size: 14px;
    font-weight: 500; }
    #so_popup_countdown .list-cates ul li a .icon {
      width: 87px;
      height: 87px;
      background-color: #f7e7de;
      background-image: url(../../images/icon/css_sprites.png);
      background-repeat: no-repeat;
      border-radius: 50%;
      display: block;
      margin-bottom: 10px; }
    #so_popup_countdown .list-cates ul li a .icon.icon1 {
      background-position: -9px -9px; }
    #so_popup_countdown .list-cates ul li a .icon.icon2 {
      background-position: -9px -219px; }
    #so_popup_countdown .list-cates ul li a .icon.icon3 {
      background-position: -9px -429px; }
    #so_popup_countdown .list-cates ul li a .icon.icon4 {
      background-position: -9px -639px; }
    #so_popup_countdown .list-cates ul li a .icon.icon5 {
      background-position: -9px -849px; }
    #so_popup_countdown .list-cates ul li a .icon.icon6 {
      background-position: -9px -1059px; }
    #so_popup_countdown .list-cates ul li a .icon.icon7 {
      background-position: -9px -1269px; }
    #so_popup_countdown .list-cates ul li a:hover .icon {
      background-color: #fe5722; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon1 {
      background-position: -9px -114px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon2 {
      background-position: -9px -324px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon3 {
      background-position: -9px -534px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon4 {
      background-position: -9px -744px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon5 {
      background-position: -9px -954px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon6 {
      background-position: -9px -1164px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon7 {
      background-position: -9px -1374px; }
  #so_popup_countdown .list-cates ul li.item5, #so_popup_countdown .list-cates ul li.item6, #so_popup_countdown .list-cates ul li.item7 {
    margin-top: 25px; }
  #so_popup_countdown .list-cates .customer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    padding: 12px 40px 12px 50%; }
  #so_popup_countdown .list-cates .customer a {
    color: #fe5722; }
  #so_popup_countdown .list-cates .customer a:hover {
    color: #ec3a01; }

.hidden-popup-countdown {
  overflow: visible; }
  .hidden-popup-countdown #so_popup_countdown {
    display: none !important; }

.hidden-popup-countdown .modal-backdrop {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop:first-child {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop {
  display: block !important; }

body .mfp-close {
  right: 0;
  left: auto; }

#product-quick .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.so-fb-message-style-default .so-fb-message-head {
  height: 30px;
  line-height: 30px;
  padding: 0 5px; }

.popup-recent .space .col-sm-4:nth-child(3n+1) {
  clear: both; }

.so-show-demos-preview {
  top: 70% !important; }
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============ SIMPLE BLOG ==================*/
.blog-header {
  margin: 0 0 20px; }
  .blog-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    color: #495057; }

.blog-cate ul {
  margin-bottom: 0;
  padding: 10px 0; }
  .blog-cate ul li.list-group-item {
    border: none;
    padding: 5px 15px; }

.blog-listitem .blog-item .blog-item-inner {
  display: block;
  margin-bottom: 30px;
  transition: all 0.2s; }
  .blog-listitem .blog-item .blog-item-inner:hover .blog-content h4 > a {
    color: #fe5722; }
  .blog-listitem .blog-item .blog-item-inner .article-image {
    position: relative; }
  .blog-listitem .blog-item .blog-item-inner .article-image:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 85px solid transparent;
    top: 0;
    position: absolute;
    z-index: 2;
    border-left: 80px solid #fff;
    left: 0; }
  .blog-listitem .blog-item .blog-item-inner .article-image .article-date {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 3px;
    line-height: 20px; }
    .blog-listitem .blog-item .blog-item-inner .article-image .article-date .date {
      font-size: 14px;
      color: #909090;
      display: block; }
    .blog-listitem .blog-item .blog-item-inner .article-image .article-date .date b {
      font-size: 24px;
      color: #909090;
      display: block; }
  .blog-listitem .blog-item .blog-item-inner .article-image:hover img {
    opacity: 0.8;
    transition: all 0.2s ease-in-out 0s; }
  .blog-listitem .blog-item .blog-item-inner .itemBlogContent {
    padding: 15px; }
  .blog-listitem .blog-item .blog-item-inner .blog-meta {
    display: inline-block;
    padding: 0px 0 10px;
    border-bottom: 1px solid #ebebeb;
    vertical-align: top;
    width: 100%;
    font-size: 13px; }
  .blog-listitem .blog-item .blog-item-inner .author, .blog-listitem .blog-item .blog-item-inner .comment_count, .blog-listitem .blog-item .blog-item-inner .blog-date {
    color: #b3b3b3;
    display: inline-block;
    margin-right: 15px; }
  .blog-listitem .blog-item .blog-item-inner .author i, .blog-listitem .blog-item .blog-item-inner .comment_count i, .blog-listitem .blog-item .blog-item-inner .blog-date i {
    margin-right: 8px; }
  .blog-listitem .blog-item .blog-item-inner .author a, .blog-listitem .blog-item .blog-item-inner .comment_count a, .blog-listitem .blog-item .blog-item-inner .blog-date a {
    color: #b3b3b3; }
  .blog-listitem .blog-item .blog-item-inner .blog-content {
    clear: both;
    display: inline-block;
    width: 100%; }
  .blog-listitem .blog-item .blog-item-inner .blog-content h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; }
  .blog-listitem .blog-item .blog-item-inner .blog-content .article-description {
    margin: 5px 0 15px 0; }
  .blog-listitem .blog-item .blog-item-inner .blog-content .readmore {
    font-size: 14px;
    margin-top: 10px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .readmore .fa {
      margin-right: 8px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .readmore > a {
      color: #fe5722; }
  .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogImg {
    width: 320px;
    margin: 0 15px 0 0;
    float: left; }
  @media (max-width: 767px) {
        .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogImg {
          width: auto; } }
  .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogContent {
    width: auto;
    float: none;
    overflow: hidden;
    clear: none;
    padding: 0; }
  @media (max-width: 767px) {
        .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogContent {
          float: left;
          margin-top: 15px; } }
  @media (min-width: 1200px) {
    .blog-listitem .blog-grid-2:nth-child(2n+1) {
      clear: both !important; } }
  .blog-listitem .blog-grid-2 .blog-item-inner {
    background: none;
    box-shadow: none !important; }
  .blog-listitem .blog-grid-2 .blog-item-inner .itemBlogContent {
    padding: 10px 0; }
  .blog-listitem .blog-grid-2 .article-description {
    display: none; }
  @media (min-width: 1200px) {
    .blog-listitem .blog-grid-3:nth-child(3n+1) {
      clear: both !important; } }
  .blog-listitem .blog-grid-3 .blog-item-inner {
    background: none;
    box-shadow: none !important; }
  .blog-listitem .blog-grid-3 .blog-item-inner .itemBlogContent {
    padding: 10px 0; }
  .blog-listitem .blog-grid-3 .article-description {
    display: none; }
  @media (min-width: 1200px) {
    .blog-listitem .blog-grid-4:nth-child(4n+1) {
      clear: both !important; } }
  .blog-listitem .blog-grid-4 .article-description {
    display: none; }
  .blog-listitem .blog-list .blog-item-inner {
    padding: 0px;
    background: none;
    margin-bottom: 35px; }
  .blog-listitem .blog-list .blog-item-inner .itemBlogImg {
    margin-bottom: 15px; }
  .blog-listitem .blog-list .blog-item-inner .itemBlogContent {
    padding: 0; }
/*============ARTICLE INFO==================*/
div.article-info .article-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #495057;
  font-weight: bold;
  margin-bottom: 5px; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  div.article-info .article-sub-title span {
    display: block;
    float: left;
    color: #777;
    padding: 0 10px;
    font-size: 13px; }
  div.article-info .article-sub-title span.article-author {
    padding-left: 0; }
  div.article-info .article-sub-title span.article-author a {
    color: #777;
    font-size: 13px; }
    div.article-info .article-sub-title span.article-author a:hover {
      color: #fe5722; }
  div.article-info .article-sub-title span.article-comment {
    border-right: 0; }
  div.article-info .article-sub-title .article-share {
    display: none; }
  div.article-info .article-image {
    margin-bottom: 30px; }
  div.article-info .article-description {
    margin-bottom: 30px; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    box-shadow: none;
    margin-top: 40px; }
  div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9; }
  div.article-info .related-comment .article-reply .author {
    font-weight: bold;
    font-size: 16px; }
  div.article-info .related-comment .article-reply .article-reply {
    background: #f4f3f3; }
  div.article-info .related-comment .panel-body {
    padding: 0;
    border: 0; }
  div.article-info .related-comment .panel-body .form-group #comments {
    padding: 0;
    border: 0;
    overflow: hidden; }
  div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212; }
  @media (min-width: 992px) {
      div.article-info .related-comment #button-comment {
        padding: 10px 52px; } }
  div.article-info .panel-default {
    border-radius: 0;
    clear: both; }
  div.article-info .itemFullText {
    text-align: justify; }

.panel--related img {
  transition: 0.3s all ease-in-out; }
  .panel--related .img-responsive:hover {
    opacity: 0.8; }
  .panel--related .caption h4 {
    font-size: 14px;
    margin: 10px 0; }

.article--style1 .article-info .article-image {
  width: 50%;
  margin-right: 30px;
  float: left; }

.article--style2 .article--mainimage {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .article--style2 .article--maintitle {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 10px 15px;
    color: #f3f3f3;
    background: -webkit-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff',GradientType=1);
    /* IE6-9 */ }
  .article--style2 .article--maintitle .article-title {
    text-transform: uppercase; }
  .article--style2 .article--maintitle h3 {
    margin-bottom: 5px;
    font-size: 21px; }

.article--style3 .article--mainimage {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .article--style3 .article--maintitle .article-title {
    text-transform: uppercase; }
  .article--style3 .article--maintitle h3 {
    margin-bottom: 5px; }

.article--style4 .article--maincontent {
  padding: 20px !important;
  position: relative;
  z-index: 2;
  margin-top: -100px;
  background: #fff; }

.article--style5 .article--mainimage {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .article--style5 .article--maintitle {
    position: absolute;
    z-index: 5;
    transform: translateY(-130%);
    width: 1170px; }
  .article--style5 .article--maintitle h3 {
    margin-bottom: 0; }
  .article--style5 .article--maintitle .article-title {
    text-transform: uppercase;
    bottom: 0;
    z-index: 5;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #f3f3f3;
    margin-bottom: 10px; }
  .article--style5 .article--maintitle .article-sub-title {
    bottom: 0;
    z-index: 5;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    min-width: 45%;
    padding: 10px;
    color: #f3f3f3; }
  .article--style5 .article--maintitle .article-title, .article--style5 .article--maintitle .article-sub-title {
    background: -webkit-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #111 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff',GradientType=1);
    /* IE6-9 */ }
/*============ARTICLE COMMENTS==================*/
.comments {
  margin-bottom: 30px; }

.comments.comments-level-1 {
  margin-left: 136px; }

.comments .pull-left {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  margin-right: 30px;
  position: relative;
  padding: 0; }

.comments .pull-left .fa {
  font-size: 46px;
  display: block;
  text-align: center;
  margin: 25px 0; }

.comments .pull-left img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; }

.comments .pull-left span {
  position: absolute;
  display: inline-block;
  top: 15%; }

.comments .media-body .media-title {
  color: #1fc0a0;
  padding-bottom: 14px; }

.comments .media-body .media-title .username {
  font-size: 18px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  display: inline-block;
  margin-right: 14px; }

.comments .media-body .media-title .time {
  font-size: 16px; }

.comments .media-body .media-title .time .fa {
  font-size: 20px;
  margin-right: 13px;
  position: relative;
  top: 3px; }

.comments .media-body .media-title .link:hover {
  text-decoration: none; }

@media (max-width: 745px) {
  .comments {
    margin-bottom: 28px; }

  .comments.comments-level-1 {
    margin-left: 70px; }

  .comments .pull-left {
    width: 70px;
    height: 70px;
    margin-right: 20px; }

  .comments .pull-left:before {
    font-size: 46px;
    line-height: 1em;
    top: 10px; }

  .comments .media-body .media-title time {
    display: block; }

  .comments .media-body .media-title time .icon {
    font-size: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 3px; } }
/*===============================================
 [SASS DIRECTORY ]
 [1] HEADING
 [2] LINK & COLUMN
 [3] BLOCK FORM
 [4] BLOCK TABLE
 ==============================================*/
.banners-effect-6 .banners > div a {
  border-radius: 3px; }

.media-date-added.idx8, .media-date-added.idx4 {
  display: none; }
/*================ HEADING ===================*/
html {
  width: 100%;
  outline: 0 !important;
  direction: ltr; }

body {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff; }

.owl2-carousel .owl2-item img {
  transform-style: inherit; }

#rightbutton{/*left: -62px;*/}
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6; }

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wrapper-boxed .typeheader-2.navbar-compact, .wrapper-boxed .typeheader-4.navbar-compact, .wrapper-boxed .typeheader-1.navbar-compact {
  width: 100%;
  max-width: 1650px; }
/*================  ===================*/
body.layout-3 #content .so-page-builder .container {
  padding: 0 15px; }

body.layout-5 {
  font-size: 13px; }
  body.layout-5.checkout-cart footer {
    margin-top: 30px; }
/*================ Layout Type  ===================*/
body.layout-3 #content .so-page-builder .container {
  padding: 0 15px; }

body.layout-5 {
  font-size: 13px; }
  body.layout-5.checkout-cart footer {
    margin-top: 30px; }

body.layout-4 {
  font-size: 13px; }

@media (min-width: 1200px) {
  body.layout-4 .container {
    max-width: 1680px;
    padding: 0;
    width: 93%; }
    body.layout-4 .col-md-3.content-aside {
      width: 16.66666667%; }
    body.layout-4 #content.col-sm-9, body.layout-4 #content.col-md-9 {
      width: 83.33333333%; }

  body.layout-4 .wrapper-boxed, body.layout-4 .wrapper-iframed, body.layout-4 .wrapper-rounded {
    max-width: 1680px; }
    body.layout-4 .wrapper-boxed .container, body.layout-4 .wrapper-iframed .container, body.layout-4 .wrapper-rounded .container {
      width: 95%; } }

@media (min-width: 1200px) {
  body.layout-2 .container, body.layout-1 .container {
    max-width: 1650px;
    padding: 0;
    width: 93%; }
    body.layout-2 .col-md-3.content-aside, body.layout-1 .col-md-3.content-aside {
      width: 16.66666667%; }
    body.layout-2 #content.col-sm-9, body.layout-1 #content.col-sm-9, body.layout-2 #content.col-md-9, body.layout-1 #content.col-md-9 {
      width: 83.33333333%; }

  body.layout-2 .wrapper-boxed, body.layout-1 .wrapper-boxed, body.layout-2 .wrapper-iframed, body.layout-1 .wrapper-iframed, body.layout-2 .wrapper-rounded, body.layout-1 .wrapper-rounded {
    max-width: 1650px; }
    body.layout-2 .wrapper-boxed .container, body.layout-1 .wrapper-boxed .container, body.layout-2 .wrapper-iframed .container, body.layout-1 .wrapper-iframed .container, body.layout-2 .wrapper-rounded .container, body.layout-1 .wrapper-rounded .container {
      width: 95%; } }

@media (min-width: 1200px) and (max-width: 1650px) {
  body.layout-4 .content-main-w .main-left, body.layout-4 .col-md-3.content-aside {
    width: 21%; }
    body.layout-4 .fluid-allsidebar {
      width: 58%; }
    body.layout-4 .content-main-w .main-right, body.layout-4 #content.col-sm-9, body.layout-4 #content.col-md-9 {
      width: 79%; } }

@media (min-width: 1200px) and (max-width: 1650px) {
  body.layout-2 .content-main-w .main-left, body.layout-1 .content-main-w .main-left, body.layout-2 .col-md-3.content-aside, body.layout-1 .col-md-3.content-aside {
    width: 21%; }
    body.layout-2 .content-main-w .main-right, body.layout-1 .content-main-w .main-right, body.layout-2 #content.col-sm-9, body.layout-1 #content.col-sm-9, body.layout-2 #content.col-md-9, body.layout-1 #content.col-md-9 {
      width: 79%; } }
/*========= page builder =============*/
#content .so-page-builder .container {
  overflow: visible;
  /*padding: 0 15px;*/ }
/*================ LINK & COLUMN ===================*/
.textColor {
  color: #fe5722; }

ul, ul.menu, ol.menu, ul.blank, .our-member .respl-item .info-member ul, .why-list {
  list-style: none;
  margin: 0;
  padding: 0; }

option {
  padding: 2px 5px;
  border-width: 1px; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.over {
  overflow: visible; }

.align-center {
  display: table;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }
.cart_text{color: #fff; margin-left:5px;
    font-family: Raleway,sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;}
span.cart_text:hover {
    /* color: #1c3481; */
    /*color: #00baf2;*/
 }
/*
a 
{
  color: #666; font-size:14px; 
}
*/
/*a i{
  color: #fff; font-size:14px; }*/
  a:hover {
    color: #1c3481;
    text-decoration: none; }
 a i:hover {
    /*color: #1c3481;*/
    /*color: #00baf2;*/

    text-decoration: none; }

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

ol {
  counter-reset: item;
  padding: 0 0 0 15px; }

sup {
  color: #f00;
  font-size: 100%;
  top: -4px; }

.list-inline {
  display: inline-block;
  margin: 0; }
  .container-megamenu .list-inline a {
    display: inline-block; }

.clearfix {
  clear: both; }

.img-thumbnail.pull-left {
  margin-right: 30px; }
  .img-thumbnail.pull-right {
    margin-left: 30px; }

.margin-zero {
  margin: 0; }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #rightbutton{left: 0px !important;}
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  #rightbutton{left: 0px !important;}
  .col-lg-15 {
    width: 20%;
    float: left; } }
/*================ FORM ===================*/
legend {
  font-size: 18px;
  padding: 7px 0px; }
/* @group 2. Inputs
 -------------------*/


*:focus {
  outline: none; }

input#input-captcha {
  margin-bottom: 15px; }

select:focus, textarea:focus, textarea:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="datetime"]:focus, input[type="datetime"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:hover, input[type="date"]:focus, input[type="date"]:hover, input[type="month"]:focus, input[type="month"]:hover, input[type="time"]:focus, input[type="time"]:hover, input[type="week"]:focus, input[type="week"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="url"]:focus, input[type="url"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, input[type="color"]:focus, input[type="color"]:hover, .uneditable-input:focus, .uneditable-input:hover {
  
  /* IE6-9 */ }

textarea {
  max-width: 100%; }


/* @end */
/* @group 3. Dropdown 
 -------------------*/
.shopping_cart .fa-check-circle {
  display: none; }
  .shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px; }
  .shopping_cart .dropdown-menu .content-item {
    max-height: 245px;
    overflow: auto; }
  .shopping_cart .btn-shopping-cart .added_items {
    color: #222; }

.header-top-right .top-link > li {
  position: relative; }

header .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-out;
  margin-top: 10px;
  padding: 0;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  left: auto;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0px; }
  header .dropdown-menu > li .btn-block {
    padding: 5px 0;
    line-height: 22px;
    color: #495057; }
  header .dropdown-menu > li .btn-block:hover {
    color: #fe5722; }
  header .dropdown-menu > li:hover button {
    color: #fe5722; }
  header .dropdown-menu .btn-block {
    border: none;
    background: transparent;
    text-align: left; }

.dropdown-menu > li > a {
  padding: 5px 0px;
  line-height: 22px;
  color: #495057; }
  .dropdown-menu > li > a:hover {
    color: #fe5722; }

.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  color: #666;
  font-weight: normal;
  color: #495057;
  position: relative;
  z-index: 1; }
  .btn-group .btn-link:hover {
    color: #fe5722; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent; }

.nav-header {
  color: #667280; }

@media (min-width: 1199px) {
  header .account:hover .dropdown-menu, header .header-top .top-link > li:hover .dropdown-menu, header .btn-group:hover .dropdown-menu, header .dropdown:hover .dropdown-menu, header .btn-shopping-cart:hover .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }

@media (max-width: 1024px) {
  header .open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }

.size-img-cart {
  width: 80px; }

.dropdown-menu {
  background: #fff;
  padding: 5px 0;
  margin-top: 0;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  font-size: 12px; }

#cart .dropdown-menu {
  margin-right: 15px;
  padding: 0; }
  #cart .dropdown-menu:after {
    left: auto;
    right: 49px; }

#sosearchpro .dropdown-menu {
  top: 100%;
  display: none; }
  @media (min-width: 1200px) {
    #sosearchpro .dropdown-menu {
      min-width: 300px; } }
  #sosearchpro .dropdown-menu .media-left {
    float: left; }
  #sosearchpro .dropdown-menu .media-body a {
    color: #495057;
    float: none; }
  #sosearchpro .dropdown-menu .media-body a:hover {
    color: #fe5722; }
  #sosearchpro .dropdown-menu:after {
    display: none; }
/* @end */
/* @group 4. Buttons 
 ------------------*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
/*
.button, .btn {
  padding: 9px 20px;
  background: #495057;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #fe5722;
  border-color: #fe5722; }
  .button:hover, .btn:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }
  .button:hover, .btn:hover {
    background: #495057;
    border-color: #495057; }

.btn-warning {
  background: #f0ad4e; }

.btn-success {
  background: #5cb85c; }

.btn-info {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  visibility: visible; }

.btn-primary {
  background: #999;
  text-transform: uppercase; }

.btn-danger {
  background: #d9534f;
  border-radius: 5px; }

.button .fa, .btn .fa {
  margin: 0 5px; }

.button.inverse, .btn.inverse {
  background-color: #495057; }

.button.inverse:hover, .btn.inverse:hover {
  background-color: #fe5722;
  color: #fff; }

.button-continue-shopping {
  display: block;
  float: left; }

.button-checkout {
  display: block;
  float: right; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }
*/
/* @end */
/*
.btn-inline {
  display: inline-block; }
*/
/*================ POPUP ADDED TO CART ===================*/
/*
.alert {
  clear: both;
  position: relative;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  color: #fff;
  border-radius: 0;
  min-height: 60px;
  box-sizing: border-box;
  border: none;
  font-weight: 600;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99); }

.alert i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 60px;
  font-size: 40px;
  -webkit-animation: alert-icon-anim 1s;
  -moz-animation: alert-icon-anim 1s;
  -ms-animation: alert-icon-anim 1s;
  -o-animation: alert-icon-anim 1s;
  animation: alert-icon-anim 1s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }

.alert i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0; }

.alert a:hover {
  text-decoration: underline; }

.alert button.close {
  position: absolute;
  top: 50%;
  line-height: 1;
  right: 15px;
  color: #fff;
  opacity: 0.7;
  background: none;
  border: none;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #fff; }

.alert.fadeOut {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.alert.fadeOut .alert {
  top: 100%; }

@media (max-width: 479px) {
  .alert {
    padding-right: 30px; }

  .alert button.close {
    right: 5px; } }

.alert-success {
  background-color: #4caf50; }

.alert-success i {
  background: #388e3c; }

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #c8e6c9; }

.alert-danger {
  background-color: #f44336; }

.alert-danger i {
  background: #d32f2f; }

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
  color: #ffcdd2; }

.alert-info {
  background-color: #03a9f4; }

.alert-info i {
  background: #0288d1; }

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
  color: #b3e5fc; }

.alert-warning {
  background-color: #ff5722; }

.alert-warning i {
  background: #e64a19; }

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #ffccbc; }
*/
/*================ TABLE ===================*/
/*
.table thead > tr > th {
  background: #eee; }

table.std th, table.std td {
  vertical-align: middle;
  border: #eaeaea;
  padding: 10px;
  text-align: center; }

table.std th {
  white-space: nowrap;
  background: #f5f5f5; }

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap; }

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #eaeaea;
  width: 100%; }

table th {
  border: #eaeaea;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.delivery_option table td {
  text-align: center; }

table tfoot td {
  text-align: right; }

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
*/
/*================ PAGINATION ===================*/
/*
.pagination > li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top; }
  .pagination > li span, .pagination > li a {
    padding: 0 12px;
    line-height: 30px;
    z-index: 1; }
  .pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #fe5722;
    border-color: #fe5722; }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #fe5722; }
  .pagination > li.active span, .pagination > li:hover span {
    color: #fe5722;
    background: transparent;
    border-color: #fe5722; }
  .pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #fe5722;
    border-color: #fe5722; }
  .pagination > li:last-child {
    margin-right: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  color: #666; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }
*/
/*===== remove bootstrap style in chrome ===*/
/*
@media (min-width: 768px) {
  .newsletter .form-inline .form-group {
    display: block; } }
*/
/*===============================*/
/*
.overflow_auto, .table-responsive {
  direction: ltr; }

.overflow_auto {
  overflow: auto; }

.hidden-scorll {
  overflow: hidden; }

.checkout-checkout .check-newsletter #newsletter {
  margin-top: 6px; }

.information-information footer, .information footer {
  margin-top: 30px; }
*/
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404 
 ==============================================*/
/*============ CONTACT PAGE ==============*/
/*
#map-canvas {
  border: 5px solid #f3f3f3;
  height: 485px;
  width: 100%;
  margin: 0px 0 10px; }

.info-contact .name-store h3 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase; }
  .info-contact .text {
    padding-left: 30px; }
  .info-contact .comment {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px; }

.contact-form legend {
  border: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }
*/
/*============ PAEG ABOUT US ==============*/
/*
.title-about-us {
  background: url("../../images/bg-title-about.png") repeat-x left 12px;
  margin-bottom: 17px; }
*/
/*.layout-2 {
 .happy-about-us .owl2-controls,
 .happy-about-us .happy-ab .title-happy-about,
 .happy-about-us .owl2-controls .owl2-nav,
 .title-about-us h2 {
 background: #f5f5f5;
 }
 }*/
/*
.title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 0 25px 6px 0;
  font-weight: 300;
  color: #333; }
*/
/*
.welcome-about-us .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px; }
  .welcome-about-us img:hover {
    opacity: 0.7; }
  .welcome-about-us .des-about-us {
    margin-left: 300px;
    line-height: 18px; }

.our-member {
  clear: both;
  padding-top: 30px; }
  .our-member img:hover {
    opacity: 0.7; }
  .our-member .title-about-us {
    background: url("../../images/bg-title-about.png") repeat-x left 12px;
    margin-bottom: 17px;
    text-align: center; }
  .our-member .title-about-us h2 {
    padding: 0 15px 6px 15px;
    font-size: 22px;
    font-weight: 300;
    color: #333; }
  .our-member .short-des {
    text-align: center;
    color: #909090;
    margin-bottom: 35px; }
  .our-member .overflow-owl-slider {
    padding-top: 50px; }
  .our-member .respl-item {
    border: 1px solid #ddd;
    margin-bottom: 30px; }
  .our-member .respl-item .item-inner {
    padding: 20px;
    display: inline-block; }
  .our-member .respl-item .w-image-box {
    float: left;
    overflow: hidden; }
  .our-member .respl-item .info-member {
    text-align: left;
    margin-left: 185px; }
  .our-member .respl-item .info-member li {
    float: left; }
  .our-member .respl-item .info-member li .fa {
    width: 29px;
    height: 29px;
    border: 1px solid #999;
    line-height: 27px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block; }
    .our-member .respl-item .info-member li .fa:hover {
      color: #fe5722;
      border-color: #fe5722; }
  .our-member .respl-item .info-member li .fa-f:before {
    content: "\f09a";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-t:before {
    content: "\f099";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-s:before {
    content: "\f17e";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-g:before {
    content: "\f0d5";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member .cl-name > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444 !important; }
  .our-member .respl-item .info-member .cl-name > a:hover {
    color: #fe5722 !important; }
  .our-member .respl-item .info-member .cl-job {
    padding: 5px 0px;
    text-transform: uppercase; }
  .our-member .respl-item .info-member .cl-des {
    color: #909090;
    margin-bottom: 15px; }

.why-list li {
  position: relative;
  padding-left: 29px; }
  .why-list li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../../images/icon-whylist.png"); }
  .why-list li a {
    display: block;
    padding: 5px 0 7px;
    background-image: url("../../images/border-bottom-bs.png") repeat-x left bottom; }
  .why-list li:last-child > a {
    background: none; }

.happy-about-us {
  direction: ltr;
  clear: both;
  padding-top: 10px; }
  .happy-about-us .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px; }
  .happy-about-us .happy-ab .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -5px; }
  .happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 20px;
    position: relative;
    top: -2px;
    color: #444; }
  .happy-about-us .happy-ab .ct-why {
    padding: 0 10px 0 25px;
    position: relative; }
  .happy-about-us .happy-ab .ct-why .client-say {
    font-size: 107.69%;
    color: #909090;
    margin-bottom: 10px; }
  .happy-about-us .happy-ab .ct-why .client-info-about {
    color: #000; }
  .happy-about-us .happy-ab .ct-why .client-info-about .name {
    font-size: 18px;
    color: #fe5722; }
  .happy-about-us .owl2-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px; }
  .happy-about-us .owl2-controls .owl2-prev, .happy-about-us .owl2-controls .owl2-next {
    border: none;
    display: inline-block;
    width: 26px !important;
    height: 26px !important;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent !important;
    top: 0px;
    margin: 0 3px;
    position: relative; }
  .happy-about-us .owl2-controls .owl2-prev {
    background-image: url("../../images/btn-prev-hp.png") !important;
    margin-right: 3px;
    right: 0px !important;
    left: inherit !important; }
  .happy-about-us .owl2-controls .owl2-nav {
    width: 68px;
    display: inline-block;
    height: 26px;
    background: #fff; }
  .happy-about-us .owl2-controls .owl2-next {
    background-image: url("../../images/btn-next-hp.png") !important;
    right: 0px !important; }
  .happy-about-us .item > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    left: 0px;
    top: 6px; }
  .happy-about-us .owl2-dots {
    display: none !important; }
*/
/*============ PAGE 404  ==============*/

/*============ PAGE COMMING SOON  ==============*/

/* PAGE - FAQ & Gallery
 =======================================================*/

/*===============================================
 [SASS DIRECTORY ]
 [1] BOX SALE,NEW
 [2] RATE
 [3] TODAY'S DEALS 
 [4] PRODUCT CATEGORY
 [5] TOOLBAR
 [6] PRODUCT LIST GRID SIMPLE
 [7] QUICKVIEW
 [8] Category  Featured
 ==============================================*/
/*============ BOX SALE,NEW ==============*/

  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  font-weight: 700;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  text-transform: uppercase;
  z-index: 2;
  padding: 0;
  margin-bottom: 5px; }

.label-sale {
  background-color: #fe5722;
  right: 20px; }

.label-new {
  background-color: #53d542;
  left: 20px; }

.label-percent {
  padding: 2px 5px;
  background: #fe5722;
  font-size: 13px;
  font-weight: normal; }

.product-options label {
  padding: 0;
  color: #666; }
  .product-options .label {
    font-weight: normal;
    font-size: 11px; }
  .product-options .radio {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
  .product-options .active .fa {
    display: block; }
  .product-options .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center; }
/*============ BOX RATING ==============*/

/*==================== COUNT DOWN BOX ====================*/
.countdown_box {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  width: 210px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }
  .countdown_box .countdown_inner {
    width: 100%;
    text-align: center; }
  .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
    display: inline-block;
    color: #fff;
    width: 25%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin: 0 3px;
    width: 40px;
    text-align: center;
    padding: 6px 0;
    line-height: 18px; }
  .countdown_box .time-item .num-time {
    font-size: 18px;
    font-weight: 500; }
  .countdown_box .time-item .name-time {
    font-size: 10px;
    font-weight: 300;
    text-transform: capitalize; }
  .countdown_box .time-item:last-child {
    border: none; }
/*====================PRODUCT CATEGORY ====================*/
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top; }
  .products-category .category-info .form-group {
    margin: 0; }
  .products-category .category-info .form-group > p {
    margin: 0; }

.title-category {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 18px;
  font-size: 1.8rem;
  /* [8] */
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px; }
  .title-category:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #fe5722;
    bottom: -2px;
    left: 0; }

.products-category .form-group .short-by {
  margin-right: 10px; }
/*REFINE SEARCH CATEGORY*/
.refine-search__content::after {
  display: block;
  clear: both;
  content: ""; }
  .refine-search__content .refine-loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 49px;
    height: 120px;
    width: 80px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #f4f4f4; }
  .refine-search__content .refine-loadmore > span {
    display: inline-block;
    padding: 0 5px; }
  .refine-search__content .refine-loadmore:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: white; }
  .refine-search__content .refine-search__subitem {
    width: 120px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px; }

.refine-search .thumbnail {
  margin-bottom: 10px; }
  .refine-search a {
    color: #495057;
    display: block; }
  .refine-search a:hover {
    color: #fe5722; }
/*TOOLBAR LISTING TOP*/
#content.col-sm-6 .product-compare {
  display: none; }

.filters-panel {
  border-radius: 0px;
  margin-bottom: 30px; }
  .filters-panel::after {
    display: block;
    clear: both;
    content: ""; }
  .filters-panel.product-filter-top {
    margin-top: 15px; }
  .filters-panel.product-filter-bottom {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px; }
  .filters-panel .pagination {
    margin: 0; }
  .filters-panel .product-compare {
    margin-right: 0 !important; }
  .filters-panel .list-view {
    display: inline-block; }
  .filters-panel .list-view .btn-gridview {
    border: none;
    color: #495057;
    float: left;
    padding: 0 5px;
    font-size: 12px; }
  .filters-panel .list-view button.btn {
    margin: 0px;
    margin-right: 2px;
    float: left;
    width: 33px;
    height: 33px;
    line-height: 34px;
    background: #666;
    text-align: center;
    padding: 0;
    border-radius: 0px !important;
    border: none; }
  .filters-panel .list-view button.btn i {
    color: #fff; }
  .filters-panel .list-view button.btn:hover, .filters-panel .list-view button.btn.active {
    background: #fe5722;
    box-shadow: none;
    color: #fff; }
  .filters-panel .list-view button.btn:hover i, .filters-panel .list-view button.btn.active i {
    color: #fff; }
  .filters-panel .list-view button.btn:focus {
    border-radius: 0;
    outline: none; }
  .filters-panel .list-view .fa {
    font-size: 14px; }
  .filters-panel label {
    font-size: 12px;
    font-weight: normal;
    color: #444; }
  .filters-panel .btn-default {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    font-size: 12px; }
  .filters-panel .btn-default:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }
  .filters-panel .form-control, .filters-panel .btn {
    height: 33px;
    line-height: 33px;
    padding: 0px 12px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 0px;
    background-color: #fff; }
  .filters-panel .form-group {
    margin-left: 10px; }
  .filters-panel .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/icon/bg-select.png) no-repeat center right;
    border: 1px solid #e5e5e5;
    height: 33px;
    line-height: 33px;
    padding: 0px 20px 0 10px;
    background-color: #fff; }
  .filters-panel .form-group select.form-control:hover {
    cursor: pointer; }
  .filters-panel .short-by-show.text-center .form-group {
    display: none; }

.box-pagination .pagination > li {
  margin: 0 3px; }
  .box-pagination .pagination > li:hover span, .box-pagination .pagination > li.active span, .box-pagination .pagination > li:hover a, .box-pagination .pagination > li.active a {
    border-color: #fe5722;
    background-color: #fe5722;
    color: #fff; }
  .box-pagination .pagination > li span, .box-pagination .pagination > li a {
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    padding: 0; }
  .box-pagination .pagination {
    display: block; }
/*================ PRODUCT LIST ===================*/
.products-list {
  /*====================PRODUCT GRID ====================*/
  /*----------------PRODUCT Table ------------------*/
  /*----------------PRODUCT LIST ------------------*/ }
  .products-list .rating .rating-box, .products-list .ratings .rating-box {
    vertical-align: top;
    line-height: 27px; }
  .products-list .rate-history {
    margin-top: 5px; }
  .products-list .product-layout {
    transition: all 0.5s ease 0s;
    display: block; }
  .products-list .product-layout .product-item-container .product-card__gallery {
    position: absolute;
    z-index: 560;
    top: 0;
    visibility: hidden;
    transition: all 0.3s ease-in 0s;
    margin: 10px; }
  .products-list .product-layout .product-item-container .product-card__gallery.product-card__left {
    transform: translateX(-100%);
    left: 0; }
  .products-list .product-layout .product-item-container .product-card__gallery.product-card__right {
    transform: translateX(100%);
    right: 0; }
  .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom {
    top: auto;
    bottom: 0;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
    .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img {
      width: 20px;
      height: 8px;
      background: #999;
      margin: 1px;
      margin-left: 1px;
      border: none; }
    .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active {
      border: none;
      width: 60px; }
    .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img {
      display: none; }
  .products-list .product-layout .product-item-container .product-card__gallery .item-img {
    padding: 1px;
    background: white;
    border: 1px solid #eaeaea;
    margin: 0 0 3px;
    cursor: pointer;
    opacity: 0.6; }
    .products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active {
      opacity: 1;
      border: 1px solid #ddd; }
  .products-list .product-layout .product-item-container .left-block {
    position: relative;
    overflow: hidden; }
  .products-list .product-layout .product-item-container:hover .product-card__gallery {
    visibility: visible;
    transform: translateX(0%); }
  .products-list .product-layout .product-item-container:hover .countdown_box {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s; }
  .products-list .product-grid .product-item-container {
    background-color: #f7f7f7;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
  .products-list .product-grid .product-item-container > .list-block, .products-list .product-grid .product-item-container .description {
    display: none; }
  .products-list .product-grid .product-item-container .left-block {
    position: relative; }
  .products-list .product-grid .product-item-container .left-block img {
    width: 100%; }
  .products-list .product-grid .product-item-container .left-block .product-image-container {
    text-align: center; }
    .products-list .product-grid .product-item-container .left-block .product-image-container a {
      display: inline-block; }
  .products-list .product-grid .product-item-container .left-block .button-group {
    padding: 0;
    position: absolute;
    z-index: 99; }
    .products-list .product-grid .product-item-container .left-block .button-group .loading span, .products-list .product-grid .product-item-container .left-block .button-group .loading .fa {
      visibility: hidden; }
    .products-list .product-grid .product-item-container .left-block .button-group .loading:before {
      content: "\f021";
      display: block;
      font-family: 'FontAwesome';
      position: absolute;
      color: #fff;
      left: 8px;
      font-size: 16px;
      -webkit-animation: spinner 2s infinite linear;
      animation: spinner 2s infinite linear; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button {
      border: none;
      display: block;
      margin-top: 5px;
      padding: 0;
      background-color: #666;
      border-radius: 3px;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      transform: all 0.3s ease 0s;
      position: relative;
      transition: all 0.3s ease-in-out 0s;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button span {
      color: #fff;
      display: inherit;
      font-size: 12px;
      font-weight: 300;
      height: auto;
      visibility: hidden;
      position: static;
      transition: all 0.15s ease-in-out 0s;
      white-space: nowrap; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button .fa {
      font-size: 12px;
      color: #fff;
      height: 30px;
      line-height: 30px;
      width: 30px;
      text-align: center;
      position: absolute;
      top: 0; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button.addToCart {
      transition-delay: 0.1s; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button.wishlist {
      transition-delay: 0.2s;
      margin-bottom: 5px; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button.compare {
      transition-delay: 0.3s;
      margin-bottom: 5px; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview {
      transition-delay: 0.4s; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover {
      background-color: #fe5722;
      width: auto;
      transition: all 0.15s ease-in-out 0s; }
    .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover span {
      visibility: visible;
      padding: 0 10px;
      text-indent: 20px;
      transform: translateX(0); }
  .products-list .product-grid .product-item-container .left-block .cartinfo--left {
    left: 10px;
    transform: translateY(50%);
    bottom: 50%; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--left .btn-button {
      -webkit-transform: translate(-50px, 0px);
      -moz-transform: translate(-50px, 0px);
      -ms-transform: translate(-50px, 0px);
      -o-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); }
    .products-list .product-grid .product-item-container .left-block .cartinfo--left .btn-button .fa {
      left: 0px; }
  .products-list .product-grid .product-item-container .left-block .cartinfo--right {
    right: 10px;
    transform: translateY(50%);
    bottom: 50%;
    direction: rtl; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--right .btn-button {
      -webkit-transform: translate(50px, 0px);
      -moz-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
      -o-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    .products-list .product-grid .product-item-container .left-block .cartinfo--right .btn-button .fa {
      right: 0px; }
  .products-list .product-grid .product-item-container .left-block .cartinfo--static {
    width: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button {
      margin: 2px;
      width: 30px !important; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button .fa {
      left: 0; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button span {
      display: none; }
  .products-list .product-grid .product-item-container .left-block .cartinfo--center {
    width: 100%;
    bottom: 35%;
    display: flex;
    justify-content: center; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button {
      margin: 2px;
      width: 30px !important; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button .fa {
      left: 0; }
    .products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button span {
      display: none; }
  .products-list .product-grid .product-item-container .right-block {
    clear: both;
    padding: 12px 12px 20px 12px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7; }
  .products-list .product-grid .product-item-container .right-block .price {
    margin-bottom: 0; }
  .products-list .product-grid .product-item-container .right-block h4 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .products-list .product-grid .product-item-container .right-block h4 a {
      font-size: 14px;
      color: #222; }
    .products-list .product-grid .product-item-container .right-block h4 a:hover {
      color: #fe5722; }
  .products-list .product-grid .product-item-container .right-block .addToCart {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    padding: 14px 25px;
    line-height: 100%;
    margin-top: 20px;
    border: 1px solid #ebebeb; }
    .products-list .product-grid .product-item-container .right-block .addToCart:hover {
      background-color: #fe5722;
      border-color: #fe5722;
      color: #fff; }
  .products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible; }
  @media (min-width: 1200px) {
    .products-list .product-grid-4:nth-child(4n+1) {
      clear: both !important; } }
  @media (min-width: 1200px) {
    .products-list .product-grid-5:nth-child(5n+1) {
      clear: both !important; } }
  .products-list .product-table:last-child .product-item-container {
    border-bottom: 1px solid #dbdbdb; }
  .products-list .product-table .product-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #dbdbdb; }
  .products-list .product-table .product-item-container > :last-child {
    border-left: 1px solid #dbdbdb; }
  .products-list .product-table .list-block {
    width: 20%;
    padding: 10px;
    text-align: center; }
  @media (max-width: 767px) {
    .icon-block .ul{margin-bottom:-16px !important;}
      .products-list .product-table .list-block {
        display: none; } }
  .products-list .product-table .list-block .addToCart {
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 20px;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #fe5722;
    border-color: #fe5722; }
  .products-list .product-table .list-block .addToCart:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }
  .products-list .product-table .list-block .addToCart:hover {
    background: #495057;
    border-color: #495057; }
  .products-list .product-table .list-block .wishlist, .products-list .product-table .list-block .compare {
    width: 48%;
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none; }
  .products-list .product-table .list-block .wishlist:hover, .products-list .product-table .list-block .compare:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }
  .products-list .product-table .left-block {
    width: 15%;
    min-width: 64px; }
  @media (max-width: 767px) {
      .products-list .product-table .left-block {
        width: 35%; } }
  .products-list .product-table .left-block .countdown_box, .products-list .product-table .left-block .button-group {
    display: none; }
  .products-list .product-table .right-block {
    width: 65%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .products-list .product-table .right-block .addToCart {
    display: none; }
  .products-list .product-table .right-block > * {
    border-left: 1px solid #dbdbdb;
    margin: 0px;
    padding: 10px; }
  .products-list .product-table .right-block h4 {
    width: 25%;
    font-weight: 400;
    font-size: 14px; }
  @media (max-width: 767px) {
        .products-list .product-table .right-block h4 {
          width: 60%; } }
  .products-list .product-table .right-block .so-productlist-colorswatch {
    display: none; }
  .products-list .product-table .right-block .rate-history {
    width: 20%;
    display: none; }
  .products-list .product-table .right-block .price {
    width: 25%; }
  @media (max-width: 767px) {
        .products-list .product-table .right-block .price {
          width: 40%; } }
  .products-list .product-table .right-block .description {
    width: 40%; }
  @media (max-width: 767px) {
        .products-list .product-table .right-block .description {
          display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .products-list .product-table .right-block .description, .products-list .product-table .label-product {
      display: none; }
      .products-list .product-table .right-block h4 {
        width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .products-list .product-table .right-block .description, .products-list .product-table .label-product {
      display: none; }
      .products-list .product-table .right-block h4 {
        width: 50%; } }
  @media (max-width: 767px) {
    .products-list .product-table .label-product {
      display: none; } }
  .products-list .product-list ul.so-productlist-colorswatch {
    text-align: left; }
  .products-list .product-list .box-label {
    left: 5px; }
  .products-list .product-list .product-item-container {
    display: table;
    margin-bottom: 30px; }
  .products-list .product-list .product-item-container .left-block {
    width: 270px;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 3px; }
  @media (max-width: 767px) {
        .products-list .product-list .product-item-container .left-block {
          width: 40%; } }
  .products-list .product-list .product-item-container .left-block .product-image-container {
    text-align: center; }
  .products-list .product-list .product-item-container .left-block .button-group {
    display: none; }
  .products-list .product-list .product-item-container .list-block {
    margin-left: 270px;
    padding: 0 20px 20px 30px; }
  @media (max-width: 767px) {
        .products-list .product-list .product-item-container .list-block {
          margin-left: 0;
          padding: 10px 0 0;
          clear: both;
          overflow: hidden; } }
  .products-list .product-list .product-item-container .list-block .btn-button {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    display: block;
    margin-right: 5px;
    padding: 7px 15px;
    background-color: #fff;
    color: #666;
    text-align: center;
    float: left; }
    .products-list .product-list .product-item-container .list-block .btn-button i {
      font-size: 16px; }
    .products-list .product-list .product-item-container .list-block .btn-button:hover {
      background-color: #fe5722;
      border-color: #fe5722;
      color: #fff; }
  .products-list .product-list .product-item-container .list-block .addToCart {
    background-color: #fe5722;
    border-color: #fe5722;
    color: #fff;
    border-radius: 3px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    font-weight: 400;
    text-transform: uppercase; }
    .products-list .product-list .product-item-container .list-block .addToCart i {
      margin-right: 0px;
      font-size: 14px; }
    .products-list .product-list .product-item-container .list-block .addToCart:hover {
      background-color: #495057;
      border-color: #495057; }
  .products-list .product-list .product-item-container .right-block {
    margin-left: 270px;
    padding: 0 20px 0px 30px; }
  @media (max-width: 767px) {
        .products-list .product-list .product-item-container .right-block {
          margin-left: 40%;
          padding: 0 10px 0px 10px; } }
  .products-list .product-list .product-item-container .right-block .addToCart {
    display: none; }
  .products-list .product-list .product-item-container .right-block .ratings {
    margin-bottom: 0px; }
  .products-list .product-list .product-item-container .right-block h4 {
    margin-bottom: 5px;
    font-weight: 400; }
    .products-list .product-list .product-item-container .right-block h4 a {
      color: #444;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 16px;
      font-size: 1.6rem;
      /* [8] */ }
    .products-list .product-list .product-item-container .right-block h4 a:hover {
      color: #fe5722; }
  .products-list .product-list .product-item-container .right-block .price {
    display: inline-block;
    margin: 8px 0 8px 0; }
  .products-list .product-list .product-item-container .right-block .description {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
        .products-list .product-list .product-item-container .right-block .description {
          display: none; } }
  @media (max-width: 767px) {
      .products-list .product-list .product-item-container .label-product {
        display: none; } }

.product-listing .product-grid .so-productlist-colorswatch {
  position: absolute;
  top: -10px;
  width: 100%; }
/*SIDEBAR LISTING - RESPONSIVE*/
@media (min-width: 992px) {
  .desktop-offcanvas .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998; }
    .desktop-offcanvas .sidebar-offcanvas {
      padding-left: 15px !important;
      padding-right: 10px !important;
      background: #fff;
      width: 300px;
      position: fixed;
      top: 0px;
      bottom: 0px;
      z-index: 9999;
      height: 100%;
      overflow-x: scroll;
      box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
      transition: all 300ms ease-in-out;
      padding-top: 40px;
      margin: 0px; }
      .desktop-offcanvas .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block; }
        .desktop-offcanvas .sidebar-offcanvas #close-sidebar:hover {
          cursor: pointer;
          color: #f00; }
      .desktop-offcanvas .sidebar-offcanvas.right_column {
        right: -100%; }
      .desktop-offcanvas .sidebar-offcanvas.left_column {
        left: -100%; }
      .desktop-offcanvas .sidebar-offcanvas.left_column.active {
        left: 0; }
      .desktop-offcanvas .sidebar-offcanvas.right_column.active {
        right: 0; } }

.product-detail .open-sidebar, .product-listing .open-sidebar {
  display: inline-block;
  border: 2px solid #999;
  padding: 3px 15px;
  letter-spacing: 1px;
  line-height: 23px;
  font-size: 10px;
  vertical-align: top;
  text-transform: uppercase; }
  .product-detail .open-sidebar:hover, .product-listing .open-sidebar:hover {
    border-color: #fe5722; }

.product-detail .open-sidebar {
  margin-bottom: 15px; }

#close-sidebar {
  display: none; }

@media only screen and (max-width: 992px) {
  body.open-sboff {
    height: 100%;
    overflow: hidden; }

  .blog-detail .sidebar-overlay, .blog-list .sidebar-overlay, .product-detail .sidebar-overlay, .product-listing .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998; }
    .blog-detail .sidebar-offcanvas, .blog-list .sidebar-offcanvas, .product-detail .sidebar-offcanvas, .product-listing .sidebar-offcanvas {
      padding-left: 15px !important;
      padding-right: 10px !important;
      background: #fff;
      width: 300px;
      position: fixed;
      top: 0px;
      bottom: 0px;
      z-index: 9999;
      height: 100%;
      overflow-x: scroll;
      box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
      transition: all 300ms ease-in-out;
      padding-top: 40px;
      margin: 0px; }
      .blog-detail .sidebar-offcanvas #close-sidebar, .blog-list .sidebar-offcanvas #close-sidebar, .product-detail .sidebar-offcanvas #close-sidebar, .product-listing .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block; }
        .blog-detail .sidebar-offcanvas #close-sidebar:hover, .blog-list .sidebar-offcanvas #close-sidebar:hover, .product-detail .sidebar-offcanvas #close-sidebar:hover, .product-listing .sidebar-offcanvas #close-sidebar:hover {
          cursor: pointer;
          color: #f00; }
      .blog-detail .sidebar-offcanvas.right_column, .blog-list .sidebar-offcanvas.right_column, .product-detail .sidebar-offcanvas.right_column, .product-listing .sidebar-offcanvas.right_column {
        right: -100%; }
      .blog-detail .sidebar-offcanvas.left_column, .blog-list .sidebar-offcanvas.left_column, .product-detail .sidebar-offcanvas.left_column, .product-listing .sidebar-offcanvas.left_column {
        left: -100%; }
      .blog-detail .sidebar-offcanvas.left_column.active, .blog-list .sidebar-offcanvas.left_column.active, .product-detail .sidebar-offcanvas.left_column.active, .product-listing .sidebar-offcanvas.left_column.active {
        left: 0; }
      .blog-detail .sidebar-offcanvas.right_column.active, .blog-list .sidebar-offcanvas.right_column.active, .product-detail .sidebar-offcanvas.right_column.active, .product-listing .sidebar-offcanvas.right_column.active {
        right: 0; } }

.filter-horizontal .so-filter-option.so-filter-price .input_max, .filter-horizontal .so-filter-option.so-filter-price .input_min {
  min-width: 50px;
  width: 50px; }
/*============ QUICKVIEW ==============*/
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup .mfp-close {
    background: #999; }

.mfp-iframe-scaler iframe {
  padding: 20px 10px 10px 10px;
  height: 535px; }

#product-quick #product {
  margin-top: 20px; }
  #product-quick .product-view .content-product-right .box-review .ratings {
    margin-right: 10px;
    top: -1px; }
  #product-quick .product-view .content-product-right .title-product h1 {
    margin-bottom: 10px; }
  #product-quick .product-view .content-product-right .product-box-desc {
    padding: 10px;
    border: 1px dotted #ddd;
    margin: 0;
    font-style: italic;
    color: #999;
    font-size: 12px; }
  #product-quick .product-view .content-product-right .product-box-desc span {
    font-weight: normal;
    min-width: 100px; }
  #product-quick .list-unstyled {
    font-size: 13px;
    color: #666;
    font-weight: normal; }

.product-layout.product-table .product-item-container .seller_logo {
  transform: unset;
  position: static; }

@media (min-width: 1200px) and (max-width: 1649px) {
  .product-grid.product-grid-5 .countdown_box {
    display: none; }

  #product-related .countdown_box {
    display: none; }

  .product-layout .product-item-container .seller_logo {
    right: 5px; } }
/*============ Category  Featured ==============*/
.category-featured {
  margin: 0; }
  @media (min-width: 1200px) {
  .category-featured .wap-listing-tabs {
    height: 245px;
    position: relative;
    z-index: 2; } }
  .category-featured .ltabs-wrap .ltabs-tabs-container {
    margin: 0 0 10px;
    border-bottom: 2px solid #eee; }
  .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
    margin: 0 20px 0 0;
    padding: 5px 0; }
    .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 18px;
      font-size: 1.8rem;
      /* [8] */
      color: #999;
      padding: 0; }
    .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span:hover {
      color: #fe5722; }
  .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    position: relative;
    font-weight: bold; }
    .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
      color: #495057; }
    .category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background-color: #fe5722;
      bottom: -2px;
      left: 0;
      z-index: 2; }
  .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-nav .owl2-prev, .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-nav .owl2-next {
    border-radius: 3px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
      color: #fff;
      background-color: #fe5722;
      border-color: #fe5722; }
  .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots {
    width: 100%;
    display: inline-block;
    text-align: center; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots .owl2-dot {
      margin: 0 3px;
      display: inline-block;
      transition: all 0.3s ease 0s;
      width: 20px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots .owl2-dot span {
      height: 6px;
      background: #cacaca;
      display: block;
      border-radius: 3px;
      margin: 0; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots .owl2-dot:hover span {
      background: #fe5722; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots .owl2-dot.active {
      width: 30px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots .owl2-dot.active span {
      background: #fe5722; }
  .category-featured .ltabs-wrap .wap-listing-tabs .ltabs-item {
    margin: 0 !important; }
  .category-featured .ltabs-wrap .wap-listing-tabs .ltabs-item .item-inner {
    margin: 0; }
  .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container {
    margin-bottom: 0;
    display: flex; }
  .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .left-block {
    padding: 0; }
  .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block {
    text-align: left; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block h4 > a {
      font-size: 16px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .item-available {
      margin-top: 15px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .item-available .available {
      background-color: #eee;
      height: 10px;
      width: 100%;
      border-radius: 7px;
      position: relative;
      z-index: 2;
      overflow: hidden; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .item-available .available .color_width {
      background: #fe5722;
      position: absolute;
      height: 100%;
      left: 0;
      border-radius: 7px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .item-des {
      line-height: 22px;
      margin: 5px 0 15px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .rating-num {
      font-size: 12px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .button-group {
      margin-top: 15px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .btn-button {
      margin: 0 2px;
      padding: 11px 12px;
      line-height: 100%;
      background-color: white;
      border: 1px solid #dcdcdc; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .btn-button:hover {
      color: #fff;
      background-color: #fe5722;
      border-color: #fe5722; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .addToCart {
      padding: 11px 20px; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .wishlist, .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .compare {
      color: #444;
      border-radius: 50%; }
    .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .wishlist span, .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .compare span {
      display: none; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTENT PRODUCT OTHER
 [2] PRODUCT INFO
 [3] PRODUCT TABS 
 [3] RELATED PRODUCT 
 ==============================================*/
.tab-content > .active {
  opacity: 1; }

#button-review {
  visibility: visible; }
/*============CONTENT PRODUCT OTHER ==================*/
.zoomContainer {
  z-index: 450; }

.lightSlider {
  padding: 0; }

.product_page_price {
  margin-bottom: 10px;
  margin-top: 10px; }
  .product_page_price .price-new {
    font-size: 28px; }
  .product_page_price .price-old {
    vertical-align: top; }
  .product_page_price .price-tax {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    font-weight: normal; }
  .product_page_price .label-product {
    position: static;
    display: inline-block;
    border-radius: 2px;
    height: auto;
    padding: 0 10px;
    width: auto;
    line-height: 22px;
    vertical-align: top; }

.product-detail .so-extraslider {
  margin: 0; }
  .product-detail .producttab .tab-content ul, .product-detail .producttab .tab-content ol {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 20px; }

#tab-review input[type=radio] {
  position: relative;
  top: 2px; }
  #tab-review .contacts-form span span.text-danger {
    margin-right: 15px;
    margin-top: 0; }
  #tab-review .form-group textarea {
    height: 150px; }

.image-popup-sizechart {
  background: url("../../images/size-chart-icon.png") no-repeat left;
  padding-left: 20px;
  top: 0;
  right: 15px;
  position: absolute;
  z-index: 1; }
/*============PRODUCT GALLERY ==================*/
.gallery-button {
  display: block;
  clear: both; }
  .gallery-button .gallery-zoom {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin: 10px; }
  .gallery-button .gallery-zoom:hover {
    background: #fe5722;
    border-color: #fe5722;
    color: #fff; }

.large-image .gallery-button .gallery-zoom {
  background: none; }

.gallery-grid {
  padding: 5px; }
  .gallery-grid .thumbnail {
    border-radius: 0;
    margin: 0; }

.gallery-slider .owl2-stage-outer .owl2-item {
  transform: scale(0.6);
  transition: 0.3s all ease-in-out; }
  .gallery-slider .owl2-stage-outer .center {
    transform: scale(1.15); }
  .gallery-slider .owl2-controls {
    height: 0; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev, .gallery-slider .owl2-controls .owl2-nav .owl2-next {
    width: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -40px;
    display: inline-block;
    border: 1px solid #dedfe3;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev:before, .gallery-slider .owl2-controls .owl2-nav .owl2-next:before {
    opacity: 1;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
    transition: all 0.2s ease-in-out 0s; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev.owl2-next, .gallery-slider .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: -1px;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .gallery-slider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .gallery-slider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f105"; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .gallery-slider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: -1px;
    right: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .gallery-slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .gallery-slider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f104"; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev:hover, .gallery-slider .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fff; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev, .gallery-slider .owl2-controls .owl2-nav .owl2-next {
    border-radius: 3px; }
  .gallery-slider .owl2-controls .owl2-nav .owl2-prev:hover, .gallery-slider .owl2-controls .owl2-nav .owl2-next:hover {
    background: #fe5722;
    color: white; }
/*============PRODUCT INFO ==================*/
.product-view {
  margin-bottom: 30px; }
  .product-view .rating .rating-box, .product-view .ratings .rating-box {
    vertical-align: top;
    line-height: 18px; }
  .product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 0px;
    border-radius: 3px; }
  .product-view .content-product-left .full_slider {
    margin: 0;
    margin-top: 10px; }
  .product-view .content-product-left .full_slider .image-additional {
    width: 100%; }
  .product-view .content-product-left .full_slider .thumbnail {
    border-color: #eaeaea;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0; }
  .product-view .content-product-left .full_slider .thumbnail.active {
    border-color: #222; }
  .product-view .content-product-left .full_slider:hover .owl2-controls {
    opacity: 1; }
  .product-view .content-product-left .full_slider .owl2-controls {
    opacity: 0;
    transition: 0.3 all ease-in-out; }
  .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next {
    background-color: #999;
    border: none;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:before {
      color: #fff;
      font-family: 'FontAwesome';
      display: block;
      text-indent: 0 !important;
      width: 100%;
      height: 100%;
      font-size: 36px; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-next, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-next {
      right: 0; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f054"; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
      left: 0; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f053"; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:hover, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #fe5722; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:hover:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next {
      margin-top: -15px; }
    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:before {
      font-size: 16px; }
  .product-view .content-product-midde {
    width: 100%;
    display: inline-block; }
  @media (min-width: 1200px) {
  .product-view div.col-gallery-slider .product-box-desc {
    position: absolute;
    width: 45% !important;
    right: 0;
    transform: translateY(-100%); }
    .product-view div.col-gallery-slider .short_description {
      position: absolute;
      width: 45%;
      right: 0; } }
  .product-view .content-product-right {
    overflow: hidden; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .product-view .content-product-right {
      width: 513px; } }
  .product-view .content-product-right .title-product h1 {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 22px;
    font-size: 2.2rem;
    /* [8] */
    text-transform: capitalize;
    color: #222;
    font-weight: 500; }
  .product-view .content-product-right .box-review {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    color: #999; }
  .product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 0;
    position: relative; }
  .product-view .content-product-right .box-review a {
    color: #666;
    display: inline-block; }
  .product-view .content-product-right .box-review a:hover {
    color: #fe5722; }
  .product-view .content-product-right .box-review .rating {
    display: inline-block; }
  .product-view .content-product-right .box-review .order-num {
    color: #f50;
    font-weight: 600;
    padding: 0 10px;
    font-size: 14px; }
  @media (min-width: 1200px) {
        .product-view .content-product-right .box-review .order-num {
          float: right; } }
  .product-view .content-product-right .box-review .order-num .fa {
    font-size: 22px;
    padding: 0 5px; }
  .product-view .content-product-right .product-box-desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
  .product-view .content-product-right .product-box-desc span {
    display: inline-block;
    min-width: 120px; }
  .product-view .content-product-right .product-box-desc .brand a {
    color: #666; }
  .product-view .content-product-right .product-box-desc .brand a:hover {
    color: #fe5722; }
  .product-view .content-product-right .product-label {
    line-height: 24px;
    margin-top: 15px;
    float: left;
    width: 100%; }
  .product-view .content-product-right .product-label .price {
    float: left;
    margin-top: 0;
    margin-bottom: 0; }
  .product-view .content-product-right .product-label .list-unstyled {
    font-size: 13px;
    color: #666;
    font-weight: normal; }
  .product-view .content-product-right .short_description {
    display: block;
    padding-top: 20px;
    clear: both; }
  .product-view .content-product-right .short_description h3 {
    margin-bottom: 5px; }
  .product-view .content-product-right .short_description ol {
    padding: 0; }
  .product-view .content-product-right .so-colorswatch-productpage-icons {
    margin-bottom: 15px;
    text-align: left; }
  .product-view .content-product-right .countdown_box {
    position: static;
    margin: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%;
    margin-bottom: 20px; }
  .product-view .content-product-right .countdown_box .countdown_inner {
    text-align: left; }
  .product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 0px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px; }
  .product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
  .product-view .content-product-right .box-info-product {
    float: left;
    width: 100%;
    margin: 0; }
  .product-view .content-product-right .box-info-product .quantity {
    margin-bottom: 25px; }
  .product-view .content-product-right .box-info-product .quantity .control-label {
    min-width: 120px; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
      float: left;
      width: 40px;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center;
      font-size: 16px;
      background-color: #fff;
      border-left: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span {
      width: 33px;
      height: 32px;
      border: none;
      color: #999;
      float: left;
      line-height: 32px;
      padding: 0;
      background-color: #f9f9f9;
      border-radius: 0px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
      background-color: #efeded;
      cursor: pointer; }
  .product-view .content-product-right .box-info-product .cart {
    margin: 0 0 10px; }
  .product-view .content-product-right .box-info-product .cart .btn {
    background-color: #fe5722;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    width: 200px; }
    .product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
      margin: 0 15px;
      background-color: #b1cc0e; }
    .product-view .content-product-right .box-info-product .cart .btn.btn-checkout:hover {
      background-color: #889c0b; }
    .product-view .content-product-right .box-info-product .cart .btn:hover {
      background-color: #ec3a01; }
  .product-view .content-product-right .box-info-product .add-to-links {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block; }
  .product-view .content-product-right .box-info-product .add-to-links .fa {
    width: 27px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    background: #ffe8e8;
    border: 1px solid #ffe8e8;
    border-radius: 50%; }
  .product-view .content-product-right .share {
    margin-top: 10px; }
  .product-view .content-product-right .share .socials-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0; }
  .product-view .content-product-right .share .socials-wrap span {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    color: #222;
    font-weight: 600; }
  .product-view .content-product-right .share .socials-wrap ul {
    float: right; }
    .product-view .content-product-right .share .socials-wrap ul li {
      float: left;
      margin-left: 35px; }
    .product-view .content-product-right .share .socials-wrap ul li a {
      font-size: 16px; }

#product {
  margin-top: 30px; }
  #product div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold; }
  #product .image_option_type .product-options {
    display: inline-block; }
  #product .control-label {
    font-weight: 400; }
  #product .product-options .img-thumbnail {
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 1px; }
  #product .radio-type-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 5px 0px;
    padding: 0px; }
  #product .radio-type-button label {
    padding: 0;
    font-size: 14px; }
  #product .radio-type-button input {
    visibility: hidden; }
  #product .radio-type-button .option-content-box {
    background: #f3f4f6;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px; }
  #product .radio-type-button .option-content-box.active, #product .radio-type-button .option-content-box.active:hover {
    background: #666;
    color: white; }
  #product .radio-type-button .option-content-box:hover {
    background: #dadada; }
  #product .radio-type-button.option_image .option-name {
    display: none; }
  #product .option_image label {
    padding: 0; }
  #product .option_image input {
    visibility: hidden; }
  #product .option_image .option-name {
    padding: 0 5px; }
  #product .option_image .option-content-box {
    padding: 1px; }
  #product .box-date {
    padding-left: 0; }
  #product .box-date label {
    margin-right: 10px;
    width: 80px; }
  #product .box-date input {
    width: 200px; }
  #product .box-date input, #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0; }
  #product .box-date .input-group-btn {
    float: left; }
  #product .box-date button:hover {
    background: #fe5722;
    color: #fff; }
  #product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #fe5722;
    border-color: #fe5722; }

.thumb-vertical-outer {
  width: 90px;
  position: relative;
  float: left;
  margin-right: 15px; }
  .thumb-vertical-outer .thumbnail {
    border-color: #f7f7f7;
    padding: 0;
    border-radius: 0;
    margin-bottom: 5px; }
  .thumb-vertical-outer .thumbnail.active {
    border-color: #fe5722; }
/*============PRODUCT TABS==================*/
.content-product-midde {
  margin-top: 50px; }

.producttab .tabsslider.horizontal-tabs {
  z-index: 1;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  border: none;
  padding: 0; }
  .producttab .tabsslider.horizontal-tabs .nav-tabs {
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center; }
  .producttab .tabsslider.horizontal-tabs .nav-tabs li {
    margin-bottom: 0;
    display: inline-flex;
    margin: 5px;
    float: none; }
  .producttab .tabsslider.horizontal-tabs .nav-tabs li a {
    background-color: #fff;
    float: left;
    display: block;
    font-size: 14px;
    color: #222;
    padding: 13px 25px !important;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: none;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    line-height: 100%;
    transition: all 0.2s ease-in-out 0s; }
  .producttab .tabsslider.horizontal-tabs .nav-tabs li.active a, .producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
    background-color: #f2f2f2;
    border-color: #222;
    color: #222; }
  .producttab .tabsslider.horizontal-tabs .tab-content {
    padding: 45px 0px;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    border: none; }
  .producttab .tabsslider.horizontal-tabs .tab-content .active {
    opacity: 1; }

.producttab .tabsslider.vertical-tabs {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 80px; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-right: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
    padding: 8px 30px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-color: #ddd; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    background: transparent; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:last-child {
    border: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-left-color: #fe5722; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #fe5722;
    border: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #fe5722; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #fe5722; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #fe5722; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: transparent;
    color: #fe5722;
    border: none; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 200px;
    margin-bottom: 0;
    padding: 20px; }

.product-detail .producttab .tab-content .product-property-title {
  font-size: 16px;
  color: #222;
  text-transform: capitalize; }
  .product-detail .producttab .tab-content .product-property-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
    width: 100%; }
  .product-detail .producttab .tab-content .product-property-list li {
    width: 50%;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4; }
  .product-detail .producttab .tab-content .product-property-list li .propery-title {
    float: left;
    color: #999;
    min-width: 150px; }
  .product-detail .producttab .tab-content .product-property-list li .propery-des {
    float: left;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057; }

.desc-collapse.showup {
  max-height: 100%; }
  .desc-collapse.showdown {
    max-height: 350px;
    display: block;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 2; }
  .desc-collapse.showdown:before {
    display: block;
    content: "";
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%, #fff); }

.button-toggle {
  display: block;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  position: relative;
  z-index: 1; }
  .button-toggle a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    color: #666; }
  .button-toggle a:hover, .button-toggle a:focus, .button-toggle a:active {
    color: #fe5722;
    background-color: transparent;
    box-shadow: none; }
  .button-toggle a.active .toggle-less {
    display: block; }
  .button-toggle a.active .toggle-more {
    display: none; }
  .button-toggle a .toggle-less {
    display: none; }
  .button-toggle a .toggle-more {
    display: block; }
/*============RELATED PRODUCT==================*/
.related-horizontal h3.modtitle {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0 !important; }
  .related-horizontal h3.modtitle span {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .related-horizontal .related-products {
    position: static; }
  .related-horizontal .modtitle {
    margin-bottom: 20px; }
  .related-horizontal .related-products-slider {
    position: relative;
    z-index: 2; }
/*==== related vertical ===*/
#content .related-vertical, #content .upsell-sidebar {
  position: relative;
  margin-top: 50px;
  /*.related-products-slider{
   background-color: #fff;
   border: 1px solid $base-border-color;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   padding: 25px 15px 5px 15px;
   .owl2-nav{
   position: absolute;
   top: -40px;
   #{$right}: 20px;
   @include button-owl-style2(12px,#fff);
   > div{
   &:before{
   color: #fff !important;
   }
   }
   }
   }*/ }
  #content .related-vertical .related-products, #content .upsell-sidebar .related-products {
    position: static; }
  #content .related-vertical h3.modtitle, #content .upsell-sidebar h3.modtitle {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0 !important; }
  #content .related-vertical h3.modtitle span, #content .upsell-sidebar h3.modtitle span {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-bottom: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
      #content .related-vertical h3.modtitle span, #content .upsell-sidebar h3.modtitle span {
        font-size: 16px; } }
  #content .related-vertical .owl2-controls .owl2-nav, #content .upsell-sidebar .owl2-controls .owl2-nav {
    position: absolute;
    top: -8px;
    right: 0; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev, #content .related-vertical .owl2-controls .owl2-nav .owl2-next, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next {
    background-color: #d6d6d6;
    border: none;
    border-radius: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev:before, #content .related-vertical .owl2-controls .owl2-nav .owl2-next:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next:before {
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 12px; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev.owl2-next, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-next, #content .related-vertical .owl2-controls .owl2-nav .owl2-next.owl2-next, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0; }
    #content .related-vertical .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, #content .related-vertical .owl2-controls .owl2-nav .owl2-next.owl2-next:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f054"; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev.owl2-prev, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-prev, #content .related-vertical .owl2-controls .owl2-nav .owl2-next.owl2-prev, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0; }
    #content .related-vertical .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, #content .related-vertical .owl2-controls .owl2-nav .owl2-next.owl2-prev:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f053"; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev:hover, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev:hover, #content .related-vertical .owl2-controls .owl2-nav .owl2-next:hover, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fe5722; }
    #content .related-vertical .owl2-controls .owl2-nav .owl2-prev:hover:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev:hover:before, #content .related-vertical .owl2-controls .owl2-nav .owl2-next:hover:before, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  #content .related-vertical .owl2-controls .owl2-nav .owl2-prev, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-prev, #content .related-vertical .owl2-controls .owl2-nav .owl2-next, #content .upsell-sidebar .owl2-controls .owl2-nav .owl2-next {
    position: static;
    margin-left: 3px; }
  #content .related-vertical .item-element, #content .upsell-sidebar .item-element {
    margin-bottom: 20px; }
  #content .related-vertical .item-element .image, #content .upsell-sidebar .item-element .image {
    width: 90px;
    border: none;
    margin-right: 15px;
    float: left; }
  #content .related-vertical .item-element h4, #content .upsell-sidebar .item-element h4 {
    margin-bottom: 0px; }
  #content .related-vertical .item-element h4 a, #content .upsell-sidebar .item-element h4 a {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    color: #444; }
  #content .related-vertical .item-element h4 a:hover, #content .upsell-sidebar .item-element h4 a:hover {
    color: #fe5722; }
  #content .related-vertical .item-element .ratings, #content .upsell-sidebar .item-element .ratings {
    margin-bottom: 0; }
/*============UPSELL PRODUCT==================*/
/*--- upsell vertical ---*/
.upsell-sidebar {
  position: relative; }
  .upsell-sidebar h3.modtitle {
    padding: 18px 0 18px 20px; }
  .upsell-sidebar .price .price-old {
    font-size: 13px;
    padding: 0; }
  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
    width: 90px; }
  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
    margin-left: 105px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav {
    position: absolute;
    top: 17px;
    right: 20px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: transparent;
    float: left;
    margin-left: 15px;
    margin-right: 0 !important; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #cfcfcf; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: transparent; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
    color: #fe5722; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev i, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next i {
    display: none; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
    margin-right: 15px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f053"; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f054"; }
  .upsell-sidebar .modcontent {
    /*.item-inner.style2{
     .product-item-container{
     border: none;
     margin: 0;
     border-radius: 0;
     .left-block{
     float: $left;
     width: 90px;
     margin-#{$right}: 15px;
     .product-image-container {
     border: 1px solid $base-border-color;
     border-radius: 0;
     }
     }
     .right-block{
     clear: none;
     text-align: $left;
     padding: 0;
     }
     &:hover{
     .left-block{
     .product-image-container {
     border-color: $linkColor;
     }
     }
     }
     }
     }*/ }
  .upsell-sidebar .modcontent .so-extraslider {
    margin: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 25px 15px 5px 15px; }
  .upsell-sidebar .modcontent .extraslider-inner {
    border: none; }
/*----up sell full ---*/
.up-sell-product {
  padding: 0;
  clear: both; }
  .up-sell-product .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  .up-sell-product .so-basic-product {
    overflow: visible;
    position: relative; }
  .up-sell-product .so-basic-product .item-element {
    width: 100%;
    overflow: visible; }
  .up-sell-product .so-basic-product .item-wrap {
    margin: 0;
    overflow: visible; }
  .up-sell-product .so-basic-product .item-wrap .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 501;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transform: scale(0);
    text-align: center;
    border-radius: 5px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev {
      left: -15px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev:before {
      content: "\f104";
      line-height: 30px;
      text-align: center;
      font-size: 26px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next {
      right: -15px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next:before {
      content: "\f105";
      line-height: 30px;
      text-align: center;
      font-size: 26px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div:hover {
      background-color: #fe5722;
      border-color: #fe5722;
      color: #fff; }
  .up-sell-product .so-basic-product .item-wrap:hover .owl2-nav div {
    transform: scale(1); }
  /*=== share links ===*/

.product-view .social-share {
  margin-top: 15px;
  display: inline-block;
  width: 100%; }
  .product-view .social-share .title-share {
    float: left;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
    margin-right: 10px; }
  .product-view .social-share .wrap-content {
    float: left; }
  .product-view .social-share .wrap-content a {
    margin-left: 5px; }
/*=== Tab related, upsell ===*/
.content-product-bottom {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content-product-bottom .nav-tabs {
    border-bottom: 2px solid #ebebeb;
    position: relative;
    display: inline-block;
    width: 100%; }
  .content-product-bottom .nav-tabs:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 110px;
    background-color: #fe5722;
    height: 2px; }
  .content-product-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-right: 50px;
    position: relative; }
  .content-product-bottom .nav-tabs li:last-child:after {
    display: none; }
  .content-product-bottom .nav-tabs li:after {
    position: absolute;
    content: "";
    top: 9px;
    right: -25px;
    width: 1px;
    background-color: #999;
    height: 15px; }
  .content-product-bottom .nav-tabs li a {
    border: none;
    background-color: #fff;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0; }
  .content-product-bottom .nav-tabs li a:hover, .content-product-bottom .nav-tabs li a:focus {
    border: none;
    color: #222; }
  .content-product-bottom .nav-tabs li.active a {
    border: none;
    color: #222; }
  .content-product-bottom .tab-content {
    border: none;
    padding: 0; }
  .content-product-bottom .tab-content .active.tab-pane {
    height: auto;
    display: block;
    overflow: hidden; }
  .content-product-bottom .owl2-controls .owl2-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    right: 15px;
    top: 8px;
    z-index: 99; }
  .content-product-bottom .owl2-controls .owl2-nav > div {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    display: inline-block;
    border: none;
    right: auto;
    right: auto;
    float: none; }
  .content-product-bottom .owl2-controls .owl2-nav > div:before {
    color: #999;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    transition: all 0.2s ease-in-out 0s; }
  .content-product-bottom .owl2-controls .owl2-nav > div.owl2-next:before {
    content: "\f105"; }
  .content-product-bottom .owl2-controls .owl2-nav > div.owl2-prev:before {
    content: "\f104"; }
  .content-product-bottom .owl2-controls .owl2-nav > div:hover {
    background-color: transparent; }
    .content-product-bottom .owl2-controls .owl2-nav > div:hover:before {
      color: #fe5722; }
  .content-product-bottom .upsell-product {
    display: inline-block;
    width: 100%; }
/*==========tab ==========*/
.content-product-bottom .tab-content {
  margin-bottom: 0; }
  .content-product-bottom .tab-content .products-list .product-layout {
    width: 100%; }
  .content-product-bottom .tab-content .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 -20px; }
  .content-product-bottom .tab-content .tab-pane.active {
    height: auto !important;
    margin-top: 20px; }
  .content-product-bottom .tab-content .tab-pane .products-list .product-layout .product-item-container {
    margin-bottom: 0; }
  .content-product-bottom .tab-content .owl2-carousel .owl2-stage-outer {
    overflow: unset; }

.content-product-bottom .tab-content .owl2-item.active {
  height: auto;
  display: block; }

.id3-item {
  display: none; }

header #sosearchpro .search .chosen-container input {
  margin: 0;
  padding-left: 10px; }
  header #sosearchpro .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -13px 12px; }
  header #sosearchpro input.chosen-search-input {
    height: 23px !important;
    line-height: 23px;
    border: 1px solid #efefef !important; }
  header #sosearchpro .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }

.navbar-compact .hidden-compact {
  display: none; }

header .navbar-default {
  background-color: transparent; }
  header .navbar-default .megamenu-wrapper {
    background-color: transparent; }
  header ul.megamenu > li > a {
    text-shadow: unset; }

.shopping_cart .fa-check-circle {
  display: none; }

#header #sosearchpro.so-search .searchbox .select_category select:hover {
  cursor: pointer; }

.dropdown-menu.shoppingcart-box .table {
  margin-bottom: 0; }
  .dropdown-menu.shoppingcart-box .table .btn-danger {
    background-color: transparent; }
  .dropdown-menu.shoppingcart-box .table .btn-danger i {
    color: #666; }
  .dropdown-menu.shoppingcart-box .table .btn-danger:hover i {
    color: #fe5722; }

header #sosearchpro .dropdown-menu {
  border-radius: 0; }

header ul.top-link > li.language .btn-link img {
  margin-top: -1px; }
/*============ HEADER  ==================*/
.common-home .horizontal ul.megamenu > li.home > a {
  background: transparent;
  color: #fe5722; }

.container-megamenu.horizontal ul.megamenu > li.home > a, .container-megamenu.horizontal ul.megamenu > li.active > a, .container-megamenu.horizontal ul.megamenu > li:hover > a {
  background-color: transparent;
  color: #fe5722; }
  .container-megamenu.horizontal .subcategory li a {
    color: #495057; }
  .container-megamenu.horizontal .subcategory li a:hover {
    color: #fe5722; }

.header-top .header-top-left .welcome-msg .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.mega-horizontal .navbar-default {
  border: none;
  background: transparent; }

@media (max-width: 991px) {
  .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
    right: 0;
    left: auto; }

  .responsive ul.megamenu > li.active .close-menu {
    right: 0;
    left: auto; } }

.header-bottom .content_menu .container {
  overflow: visible; }

.btn-shopping-cart .dropdown-menu {
  min-width: 320px; }
  .btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #495057; }
  .btn-shopping-cart .dropdown-menu .cart_product_name:hover {
    color: #fe5722; }
  .btn-shopping-cart .dropdown-menu .empty {
    padding: 15px;
    margin: 0; }
  .btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle; }
  .btn-shopping-cart .checkout {
    padding: 0 20px 10px; }
  .btn-shopping-cart .added_items {
    padding: 10px; }

.megamenu-style-dev {
  position: relative; }
  .megamenu-style-dev .vertical ul.megamenu {
    position: absolute;
    width: 100%;
    background: #222;
    z-index: 99; }
  .megamenu-style-dev .vertical ul.megamenu > li > a {
    font-size: 11px; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li {
    margin: 0;
    border-right: 0;
    background: #222; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li strong i {
    display: none; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li > a {
    padding-left: 15px;
    padding-right: 12px;
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li > a:hover {
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .sub-menu .content {
    padding: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul {
    padding: 0;
    margin: 0; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li {
      border-bottom: 1px solid #eee; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover {
      background: #eee; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover > a {
      color: #fe5722; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a {
      line-height: 37px; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a b {
      line-height: 37px;
      font-size: 16px;
      margin: 0 20px; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:last-child {
      border: none; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul {
      padding: 0;
      left: 100%;
      margin: 0;
      box-shadow: none;
      border: 1px solid #eee;
      min-width: 200px; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:before, .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:after {
      display: none; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.item-style3 .sub-menu .content {
    padding-right: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.with-sub-menu > a:after {
    content: "\f105";
    color: #fff;
    font-family: Fontawesome;
    font-size: 13px;
    float: right;
    margin: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.with-sub-menu:hover > a:after {
    position: static;
    border-color: transparent; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover {
    background-color: #444; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover > a {
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.active > a {
    background: transparent !important; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content {
    border-top: 1px solid #ddd; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content .banner {
    margin-top: -21px;
    margin-bottom: -22px;
    margin-right: -1px; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content .static-menu .menu ul a.main-menu {
    padding: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul {
    padding-bottom: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li > a {
    line-height: inherit;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li > a:hover {
    color: #00baf2; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a {
    padding: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a:hover {
    color: #00baf2; }

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #00baf2; }
/*======================================================*/
header ul.top-link > li .btn-group .btn-link:hover, header ul.top-link > li > a:hover {
  color: #00baf2; }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #00baf2; }

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #00baf2; }

.typeheader-1 #sosearchpro .search button {
  background-color: #fe5722; }
  .typeheader-1 #sosearchpro .search button:hover {
    background-color: #ec3a01; }

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background-color: #fe5722; }

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-1 .signin-w ul li a:hover {
  color: #fe5722; }

.typeheader-1 .wishlist-comp li a.top-link-wishlist:hover:before, .typeheader-1 .wishlist-comp li a:hover i {
  color: #fe5722; }

.common-home .typeheader-2 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-2 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-2 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-2 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.typeheader-2 #sosearchpro .search button {
  background-color: #fe5722; }
  .typeheader-2 #sosearchpro .search button:hover {
    background-color: #ec3a01; }

.typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background-color: #fe5722; }

.typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-2 .signin-w ul li a:hover {
  color: #fe5722; }

.typeheader-2 .wishlist-comp li a.top-link-wishlist:hover:before, .typeheader-2 .wishlist-comp li a:hover i {
  color: #fe5722; }

.typeheader-3 .wishlist-comp li a:hover, .typeheader-3 .wishlist-comp li a:hover i, .typeheader-3 .signin-w a {
  color: #fe5722; }

.typeheader-3 .header-bottom {
  background-color: #fe5722; }

.typeheader-3 .shopping_cart {
  background-color: #e73801; }

.typeheader-4 {
  background-color: #d33301; }

.typeheader-4 .shopping_cart {
  background-color: #fe5722; }

.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background-color: #fe4409; }

.typeheader-4 ul.top-link > li:hover:before {
  color: #fe5722; }

.typeheader-5 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-5 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-5 .container-megamenu.horizontal ul.megamenu > li.menu_active > a, .common-home .typeheader-5 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-5 #sosearchpro .search button, .typeheader-5 .shopping_cart {
  background-color: #fe5722; }

.typeheader-5 #sosearchpro .search button:hover {
  background-color: #fe4409; }

.typeheader-5 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #00baf2; }

.typeheader-5 ul.top-link > li:hover:before {
  color: #00baf2; }
  .typeheader-5 .wishlist-btn a.top-link-wishlist:hover:before, .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i{
  color: #666; }
.typeheader-5 .wishlist-btn a.top-link-wishlist:hover:before, .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i:hover {
  color: #00baf2; }
.typeheader-5 .wishlist-btn a.top-link-wishlist:hover:before, .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:hover {
  color: #ffffff; background-color:#f0f0f0; }

.typeheader-6 .search-header-w #sosearchpro .search button {
  background-color: #fe5722; }
  .typeheader-6 .search-header-w #sosearchpro .search button:hover {
    background-color: #fe4409; }

.typeheader-6 .search-header-w .icon-search:hover i {
  color: #fe5722; }

.common-home .typeheader-6 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-6 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-6 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-6 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #00baf2; }

.typeheader-7 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart, .typeheader-7 .shopping_cart .btn-shopping-cart .top_cart .icon-c, .typeheader-7 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #fe5722; }

.typeheader-7 #sosearchpro .search button {
  background-color: #fe5722; }
  .typeheader-7 #sosearchpro .search button:hover {
    background-color: #ec3a01; }

.typeheader-7 .login-w li a:hover {
  color: #fe5722; }

.typeheader-7 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #fe5722; }

.common-home .typeheader-7 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-7 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-7 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-7 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.typeheader-8 .shopping_cart .btn-shopping-cart .shopcart .icon-c {
  background-color: #fe5722; }

.typeheader-8 .search-header-w #sosearchpro .search button:hover {
  color: #fe5722; }

.common-home .typeheader-8 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-8 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-8 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-8 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.common-home .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-9 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.typeheader-9 .header-top {
  background-color: #fe5722; }

.typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart .items_cart, .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart .items_cart2 {
  color: #fe5722; }

.typeheader-9 .search-header-w .icon-search:hover i {
  color: #fe5722; }

.common-home .typeheader-10 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-10 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-10 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-10 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.typeheader-10 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart, .typeheader-10 .shopping_cart .btn-shopping-cart .shopcart .icon-c, .typeheader-10 .search-header-w #sosearchpro .search button:hover {
  color: #fe5722; }

.common-home .typeheader-11 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-11 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-11 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-11 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }

.typeheader-11 #sosearchpro .search button {
  background-color: #fe5722; }
  .typeheader-11 #sosearchpro .search button:hover {
    background-color: #ec3a01; }

.typeheader-11 .header-top, .typeheader-11 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background-color: #fe5722; }

.typeheader-11 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
  color: #fe5722; }

.typeheader-11 ul.top-link > li .btn-group .btn-link:hover, .typeheader-11 ul.top-link > li > a:hover {
  color: #862101; }

.typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart, .typeheader-12 .navbar-logo {
  background-color: #fe5722; }

.common-home .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }
  .common-home .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.home > a:after {
    background-color: #fe5722; }

.typeheader-12 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fe5722; }
  .typeheader-12 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
    background-color: #fe5722; }

.typeheader-13 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background-color: #fe5722; }

.typeheader-14 .container-megamenu.horizontal ul.megamenu > li > a:after, .typeheader-14 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  background-color: #fe5722; }

.common-home .typeheader-16 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-16 {
  /* .header-bottom{
   background-color: $background;
   }*/ }
  .typeheader-16 .welcome-msg span {
    color: #fe5722;
    border-color: #fe5722; }
  .typeheader-16 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-16 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-16 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    color: #fe5722; }
  .typeheader-16 #sosearchpro .search button {
    background-color: #fe5722; }
  .typeheader-16 #sosearchpro .search button:hover {
    background-color: #ec3a01; }
  .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-16 .signin-w ul li a:hover {
    color: #fe5722; }
  .typeheader-16 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
    color: #fe5722; }
  .typeheader-16 .sublinks-block ul li a:hover {
    color: #fe5722; }

.typeheader-17 .custom-lnk li a:hover, .typeheader-17 .custom-lnk li a:hover span, .typeheader-17 ul.top-link > li .btn-group .btn-link:hover, .typeheader-17 ul.top-link > li > a:hover {
  color: #fe5722; }
  .typeheader-17 .header-bottom {
    background-color: #fe5722; }
  .typeheader-17 #sosearchpro .search {
    border: 2px solid #fe5722; }
  .typeheader-17 #sosearchpro .search button {
    background-color: #fe5722; }
  .typeheader-17 #sosearchpro .search button:hover {
    background-color: #ec3a01; }
  .typeheader-17 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
    background-color: #fe5722; }

.typeheader-18 .container-megamenu.horizontal ul.megamenu > li > a, .typeheader-18 .header-middle .middle-right ul li a:hover {
  color: #fe5722; }

.common-home .typeheader-19 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-19 .welcome-msg span {
  color: #fe5722;
  border-color: #fe5722; }
  .typeheader-19 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-19 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-19 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    color: #fe5722; }
  .typeheader-19 #sosearchpro .search button {
    background-color: #fe5722; }
  .typeheader-19 #sosearchpro .search button:hover {
    background-color: #ec3a01; }
  .typeheader-19 .signin-link li a:hover, .typeheader-19 .mycompare a:hover, .typeheader-19 .container-megamenu.horizontal ul.megamenu > li > a:hover {
    color: #fe5722; }

.common-home .typeheader-20 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #fe5722; }

.typeheader-20 .welcome-msg span {
  color: #fe5722;
  border-color: #fe5722; }
  .typeheader-20 .search-header-w .icon-search {
    background-color: #fe5722; }
  .typeheader-20 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-20 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-20 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    color: #fe5722; }
  .typeheader-20 #sosearchpro .search button:hover {
    color: #fe5722; }
  .typeheader-20 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-20 .signin-w ul li a:hover {
    color: #fe5722; }
  .typeheader-20 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
    color: #fe5722; }

@media (max-width: 991px) {
  .typeheader-2 .header-bottom {
    background-color: #fe5722; }

  body .typeheader-3 .header-bottom {
    background-color: #fe5722; }

  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a:hover strong, .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #00baf2 !important; } }

@media (max-width: 991px) {
  .typeheader-4 .header-bottom {
    background-color: #fe4409; } }

footer #collapse-footer {
  display: block; }

.footer-container {
  clear: both; }

footer .so-page-builder .container {
  padding: 0 15px; }

footer .copyright a {
  color: #fe5722 !important; }

.typefooter-1 .socials li a:hover, .typefooter-1 .footer-middle .footer-links li a:hover {
  color: #fe5722; }

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }
  .typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01; }

.typefooter-1 .module .modtitle:after {
  background-color: #fe5722; }

.typefooter-2 .footer-middle .footer-links li a:hover {
  color: #fe5722; }

.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }
  .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01; }

.typefooter-2 .module .modtitle:after {
  background-color: #fe5722; }

.typefooter-2 .footer-top {
  background-color: #fe5722; }

.typefooter-3 .footer-middle .footer-links li a:hover {
  color: #fe5722; }

.typefooter-3 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }
  .typefooter-3 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01; }

.typefooter-3 .module .modtitle:after {
  background-color: #fe5722; }

.typefooter-3 .footer-top {
  background-color: #fe5722; }

.typefooter-4 .footer-bottom, .typefooter-4 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #fe5722; }

.typefooter-4 .box-footer .modcontent ul li a::before, .typefooter-4 .infos-footer ul.infos li:hover i {
  background-color: #fe5722; }

.typefooter-4 .socials li a:hover, .typefooter-4 .infos-footer ul li:hover i {
  background-color: #fe5722; }

.typefooter-5 .infos-footer ul.infos li:hover i {
  background-color: #fe5722; }

.typefooter-5 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-5 .box-footer .modcontent ul li a::before, .typefooter-5 .module .modtitle::after, .typefooter-5 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }

.typefooter-5 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #ec3a01; }

.typefooter-5 .socials li a:hover {
  background-color: #fe5722;
  border-color: #fe5722; }

.typefooter-5 .categories-footer ul li a:hover {
  color: #fe5722; }

.typefooter-6 .coltop a:hover {
  background-color: #fe5722; }

.typefooter-6 .newsletter-footer6 .newsletter .block_content form.signup .subcribe button:hover:before, .typefooter-6 .box-footer .modcontent ul li a:hover::before, .typefooter-6 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-7 .newsletter-footer6 .newsletter .block_content form.signup .subcribe button:hover:before, .typefooter-7 .box-footer .modcontent ul li a:hover::before, .typefooter-7 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-7 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #ec3a01; }

.typefooter-8 .footer-links li a:hover, .typefooter-8 .socials li a:hover {
  color: #fe5722; }

.typefooter-8 .block-policy8 ul li .item-inner:hover .content b, .typefooter-8 .block-policy8 ul li .item-inner:hover .content span {
  color: #fe5722; }

.typefooter-9 .newsletter-footer9 .newsletter .title-block .page-heading, .typefooter-9 .infos-footer ul.modcontent li i, .typefooter-9 .infos-footer .socials li a:hover, .typefooter-9 .box-footer .modcontent ul li a:hover::before, .typefooter-9 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-9 .newsletter-footer9 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }
  .typefooter-9 .newsletter-footer9 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01; }

.typefooter-9 .footer-top {
  background-color: #fe5722; }

.typefooter-10 .box-footer .modcontent ul li a::before, .typefooter-10 .infos-footer ul li:hover i {
  background-color: #fe5722; }

.typefooter-10 .socials li a:hover, .typefooter-10 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-10 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #fe5722; }

.typefooter-11 .newsletter-footer11 .newsletter .title-block .page-heading::after, .typefooter-11 .module .modtitle:after {
  background-color: #fe5722; }

.typefooter-11 .newsletter-footer6 .newsletter .block_content form.signup .subcribe button:hover:before, .typefooter-11 .box-footer .modcontent ul li a:hover::before, .typefooter-11 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-11 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #ec3a01; }

footer.typefooter-11 .f11-block-policy ul li .item-inner:hover .content b, footer.typefooter-11 .f11-block-policy ul li .item-inner:hover .content span {
  color: #fe5722; }
  footer.typefooter-11 .f11-block-policy ul li .item-inner .content::before {
    background-color: #fe5722; }

.typefooter-11 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button:hover {
  color: #fe5722;
  border-color: #fe5722; }

.typefooter-12 .socials li a:hover {
  background-color: #fe5722; }

.typefooter-12 .box-footer .modcontent ul li a:hover::before, .typefooter-12 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }

.typefooter-12 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #ec3a01; }

footer.typefooter-12 .f11-block-policy ul li .item-inner:hover .content b, footer.typefooter-12 .f11-block-policy ul li .item-inner:hover .content span {
  color: #fe5722; }
  footer.typefooter-12 .f11-block-policy ul li .item-inner .content::before {
    background-color: #fe5722; }

.typefooter-12 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #fe5722; }

.typefooter-13 .footer-links li a:hover, .typefooter-13 .box-footer .modcontent ul li a:hover, .typefooter-13 .socials li a:hover {
  color: #fe5722; }

.typefooter-13 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button {
  background-color: #fe5722; }
  .typefooter-13 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01; }

.typefooter-13 .infos-footer ul li:hover i {
  background-color: #fe5722; }

.typefooter-14 .footer-top {
  background-color: #fe5722; }

.typefooter-14 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button:hover, .typefooter-14 .footer-links li a:hover {
  color: #fe5722; }

.typefooter-14 .footer-top {
  background-color: #fe5722; }

.typefooter-16 .seo-struct ul li a:hover, .typefooter-16 .box-footer .modcontent ul li a:hover::before, .typefooter-16 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }
  .typefooter-16 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button {
    background-color: #fe5722; }
  .typefooter-16 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01 !important; }

.typefooter-17 .module .modtitle, .typefooter-17 .module .modcontent ul li a:hover {
  color: #fe5722; }
  .typefooter-17 .newsletter-footer1 {
    background-color: #fe5722; }
  .typefooter-17 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
    color: #fe5722; }
  .typefooter-17 .footer-middle1 .socials ul li a:hover {
    background-color: #fe5722;
    border-color: #fe5722; }
  .typefooter-17 .footer-middle2 .mid2-content a, .typefooter-17 .footer-middle2 .mid2-content ul li a {
    color: #fe5722; }
  .typefooter-17 .footer-middle2 .mid2-content a:hover, .typefooter-17 .footer-middle2 .mid2-content ul li a:hover {
    color: #ec3a01; }

.typefooter-18 .module.connect .modcontent ul li a:hover i, .typefooter-18 .partners .viewall a:hover {
  color: #fe5722; }

.typefooter-19 .seo-struct ul li a:hover, .typefooter-19 .box-footer .modcontent ul li a:hover::before, .typefooter-19 .box-footer .modcontent ul li a:hover {
  color: #fe5722; }
  .typefooter-19 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button {
    background-color: #fe5722; }
  .typefooter-19 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01 !important; }

.typefooter-20 .row-top {
  background-color: #fe5722; }
  .typefooter-20 .box-footer .modcontent ul li a:hover::before, .typefooter-20 .box-footer .modcontent ul li a:hover {
    color: #fe5722; }
  .typefooter-20 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button {
    background-color: #fe5722; }
  .typefooter-20 .newsletter-footer11 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #ec3a01 !important; }
  .typefooter-20 .socials li a:hover {
    background-color: #fe5722; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MEGA MENU VERTICAL 
 [2] MODULE HOME SLIDER  
 [3] MODULE EXTRA SLIDER
 [4] SHORT CODE BANNER 
 [5] SO LISTING TABS
 [6] SO DEALS
 [7] SO NEWSLETTER
 ==============================================*/
#content .so-page-builder .container, .container-fluid .container {
  padding-left: 15px;
  padding-right: 15px; }
/*====================== mod title ========================*/
.layout-5.common-home #content .label-product-new, .layout-5.common-home #content .label-product-sale {
  text-align: center;
  background-color: #fe5722;
  border-radius: 0;
  color: #fff;
  display: block;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  font-weight: 700;
  padding: 0px 10px;
  position: absolute;
  top: 0px;
  text-transform: uppercase;
  z-index: 9;
  margin-bottom: 5px; }
  .layout-5.common-home #content .label-product-sale {
    right: 0px; }
  .layout-5.common-home #content .label-product-new {
    background-color: #53d542;
    left: 0px; }
  .layout-5.common-home #content .module {
    border: 1px solid #e5e5e5; }
  .layout-5.common-home #content .module.sohomepage-slider {
    border: none; }
  .layout-5.common-home #content .module h3.modtitle {
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    display: inline-flex;
    width: 100%;
    font-size: 16px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 19px; }
  .layout-5.common-home #content .module h3.modtitle span {
    font-size: 16px;
    color: #444;
    font-weight: 700;
    float: left;
    text-transform: uppercase; }
/************************************************************************************************
 MODULE HOME SLIDER  
 *************************************************************************************************/
.box1-right {
  margin-top: 20px; }

.module.sohomepage-slider .so-homeslider img {
  width: auto; }

.sohomepage-slider .so-homeslider .owl2-nav div::before, .sohomepage-slider .so-homeslider .owl2-nav div:hover:before {
  background-color: transparent !important; }

.module.sohomepage-slider {
  margin: 0;
  z-index: 0; }
  .module.sohomepage-slider .form-group {
    margin-bottom: 0; }
  .module.sohomepage-slider .so-homeslider {
    border: none; }
  .module.sohomepage-slider .so-homeslider img {
    width: auto; }
  .module.sohomepage-slider .owl2-controls {
    height: 0; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    font-size: 0px;
    z-index: 99;
    width: 34px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0px;
    top: 50%;
    margin-top: -25px;
    text-indent: -999em;
    display: block;
    background-color: #c6c6c8;
    border: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:after, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:after {
    display: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    font-size: 30px;
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    opacity: 1;
    width: 34px;
    height: 50px; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
    background-color: #fff; }
    .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover:before, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover:before {
      color: #fe5722; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
    right: 10px;
    left: auto; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105"; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    left: 10px;
    right: auto; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104"; }
  .module.sohomepage-slider .owl2-controls .owl2-dots {
    bottom: 20px;
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -30px;
    z-index: 10; }
  .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot {
    background: #aaa !important;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    float: none;
    display: inline-block;
    border: 2px solid #fff; }
  .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span {
    background: #aaa;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0; }
  .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover, .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active {
    background: #fe5722 !important; }
    .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover span, .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span {
      box-shadow: none;
      -webkit-box-shadow: none;
      background: #fe5722 !important; }
/************************************************************************************************
 SHORTCODE HTML 
 *************************************************************************************************/
/*== Block policy ==*/
.block-policy4 {
  display: inline-block;
  width: 100%;
  margin-top: 15px; }
  .block-policy4 ul {
    margin: 0 -15px; }
  .block-policy4 ul li {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 33.333%;
    position: relative; }
  .block-policy4 ul li .item-inner {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    text-align: center; }
  .block-policy4 ul li .item-inner .inner {
    background-color: #f8f8f8;
    margin: 8px;
    padding: 15px; }
  .block-policy4 ul li .item-inner .icon {
    display: inline-block;
    width: 100%; }
    .block-policy4 ul li .item-inner .icon span {
      background: url(../../images/icon/id4-icons-policy.png) no-repeat center center;
      width: 45px;
      height: 35px;
      display: block;
      margin: 0 auto;
      font-size: 0; }
    .block-policy4 ul li .item-inner .icon.icon1 span {
      background-position: 0 0; }
    .block-policy4 ul li .item-inner .icon.icon2 span {
      background-position: -293px 0; }
    .block-policy4 ul li .item-inner .icon.icon3 span {
      background-position: -594px 0px; }
  .block-policy4 ul li .item-inner .content {
    margin-top: 10px; }
    .block-policy4 ul li .item-inner .content a {
      color: #444;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px; }
    .block-policy4 ul li .item-inner .content a:hover {
      color: #fe5722; }
    .block-policy4 ul li .item-inner .content p {
      line-height: 100%;
      margin: 0;
      text-transform: capitalize;
      font-size: 13px;
      color: #888; }
  .block-policy4 ul li .item-inner:hover {
    cursor: pointer;
    border-color: #fe5722; }
    .block-policy4 ul li .item-inner:hover .content a {
      color: #fe5722; }
  .block-policy4 ul li:last-child .item-inner:before {
    display: none; }
/*-- banner --*/
/************************************************************************************************
 MODULE SO CATEGORIES
 *************************************************************************************************/
.common-home .custom-slidercates.so-categories {
  margin: 33px 0 40px 0;
  position: relative; }
  .common-home .custom-slidercates.so-categories .owl2-carousel .owl2-item img {
    transform-style: unset; }
  .common-home .custom-slidercates.so-categories .form-group {
    margin-bottom: 0; }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav {
    position: absolute;
    top: 10px;
    right: 10px; }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next {
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:before, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:before {
    opacity: 1;
    color: #888;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 18px; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:before, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:before {
          top: 0; } }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev.owl2-next, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next.owl2-next {
    border-left: none; }
    .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f105"; }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
    content: "\f104"; }
  .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:hover, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fe5722;
    border-color: #fe5722; }
    .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:hover:before, .common-home .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .common-home .custom-slidercates.so-categories .cat-wrap {
    display: inherit;
    position: static;
    /*.owl2-item.active .content-box{
     position: relative;
     &:after{
     position: absolute;
     content: "";
     width: 1px;
     height: 100%;
     top: 0;
     right: -1px;
     background-color: #e5e5e5;
     }
     }*/ }
  .common-home .custom-slidercates.so-categories .cat-wrap .owl2-stage-outer {
    direction: ltr;
    overflow: unset;
    position: static; }
  .common-home .custom-slidercates.so-categories .cat-wrap .image-cat {
    margin: 0 10px; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    padding-top: 10px;
    text-align: center;
    border-right: 1px solid #e5e5e5; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    background-color: #fe5722; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box:hover {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
     box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/ }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box:hover .cat-title a {
    color: #fe5722; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box:hover:before {
    left: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #fe5722; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .image-cat img {
    border: none; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .image-cat img:hover {
      opacity: 0.8;
      transform: scale(1); }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .cat-title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .cat-title a {
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
    font-size: 14px; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .cat-title a:hover {
      color: #fe5722; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title {
    float: left;
    width: 100%;
    font-size: 14px; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title .arrow {
      display: none; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a {
      position: relative;
      padding-left: 20px;
      line-height: 30px; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a:before {
      position: absolute;
      content: "\f18e";
      font-family: FontAwesome;
      top: -6px;
      left: 0;
      color: #fe5722;
      font-size: 13px; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .btn-more {
    margin-top: 20px; }
  .common-home .custom-slidercates.so-categories .cat-wrap .content-box .btn-more a {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #fe5722;
    float: left; }
    .common-home .custom-slidercates.so-categories .cat-wrap .content-box .btn-more a:hover {
      background-color: #ec3a01; }
/************************************************************************************************
 SO DEALS
 *************************************************************************************************/
.layout-5.common-home #content .module.deals5-slick h3.modtitle {
  margin-bottom: 5px; }

.so-deals-slick .deals-nav .slick-prev {
  border-left: none; }

.deals5-slick .so-deals-slick.slick-vertical {
  direction: ltr; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 25px; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next {
    float: left;
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    z-index: 99;
    opacity: 1;
    padding: 0; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev:before, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next:before {
    opacity: 1;
    color: #888;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 18px; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev.slick-next, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next.slick-next {
    border-left: none; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev.slick-next:before, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next.slick-next:before {
    content: "\f105"; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev.slick-prev:before, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next.slick-prev:before {
    content: "\f104"; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev:hover, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next:hover {
    background-color: #fe5722;
    border-color: #fe5722; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-prev:hover:before, .deals5-slick .so-deals-slick.slick-vertical .deals-nav .slick-next:hover:before {
    color: #fff; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items-detail {
    margin-left: 120px;
    margin-right: 0; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content {
    border: none;
    border-radius: 0; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items {
    padding: 20px;
    width: 120px;
    float: left; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item {
    border: 2px solid transparent; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item .ds-item-inner {
    margin: 4px 0 0px 0px; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item .ds-item-inner .ds-image-thumb img {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 0; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item:hover, .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item.slick-current {
    outline: none; }
  .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item:hover .ds-item-inner .ds-image-thumb img, .deals5-slick .so-deals-slick.slick-vertical .ds-items .ds-item.slick-current .ds-item-inner .ds-image-thumb img {
    border-color: #fe5722; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb {
    position: relative;
    padding-right: 0px; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .image {
    position: relative;
    margin-top: 25px;
    width: 44%;
    float: left; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .caption {
    width: 56%;
    padding-bottom: 38px;
    float: left;
    text-align: left; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .caption p {
      padding: 10px 0 0 0; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb h4 {
    margin: 0;
    padding: 0; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb h4 a {
      color: #444;
      font-size: 18px;
      font-weight: 400; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb h4 a:hover {
      color: #fe5722; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .price .price-new, .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .price span.price {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 24px;
    font-size: 2.4rem;
    /* [8] */
    color: #f44; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .price .price-old {
    font-size: 18px; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group {
    margin-top: 10px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button {
      border: none;
      border-radius: 0;
      border: 1px solid #e5e5e5;
      height: 36px;
      width: 36px;
      float: left;
      transition: all 0.3s ease 0s;
      background-color: #fff;
      text-align: center;
      padding: 0; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button i {
      color: #666;
      text-align: center; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button:hover {
      border-color: #fe5722; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button:hover i {
      color: #fe5722; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button.wishlist {
      margin: 0 10px; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button.compare {
      margin: 0; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button.addToCart {
      border-radius: 0px;
      color: #777;
      font-size: 12px;
      font-weight: 600;
      height: 36px;
      line-height: 34px;
      padding: 0px 10px;
      margin: 0;
      width: auto;
      text-transform: uppercase; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button.addToCart:hover {
      background-color: #fe5722;
      border-color: #fe5722;
      color: #fff; }
      .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .button-group .btn-button.addToCart:hover i {
        color: #fff; }
  .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .item-timer {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .item-timer .time-item {
      background-color: #fff;
      border-right: 1px solid #e5e5e5;
      line-height: 100%;
      float: left;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 5px; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .item-timer .time-item .num-time {
      border: none;
      font-size: 24px;
      color: #444;
      font-weight: 600;
      text-align: center;
      background-color: #fff;
      border-radius: 0; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .item-timer .time-item .name-time {
      color: #444;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 5px; }
    .deals5-slick .so-deals-slick.slick-vertical .deals-content .item .product-thumb .item-timer .time-item.time-sec {
      border-right: none; }
/************************************************************************************************
 MODULE SUPER CATEGORY
 *************************************************************************************************/
.super-layout5 {
  background-color: #fff;
  margin-bottom: 40px; }
  .super-layout5 .so-sp-cat .owl2-controls .owl2-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    top: 34px; }
  .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next {
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:before {
      opacity: 1;
      color: #888;
      font-weight: 400;
      font-family: 'FontAwesome';
      position: absolute;
      top: -2px;
      left: 0;
      display: inline-block;
      text-indent: 0;
      width: 100%;
      height: 100%;
      font-size: 18px; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:before {
            top: 0; } }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev.owl2-next, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next.owl2-next {
      border-left: none; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f105"; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f104"; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:hover, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #fe5722;
      border-color: #fe5722; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:hover:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:before, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:before {
    background: none; }
    .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-prev:after, .super-layout5 .so-sp-cat .owl2-controls .owl2-nav .owl2-next:after {
      display: none; }
  .super-layout5 .so-sp-cat .spcat-wrap {
    padding: 0; }
  .super-layout5 .so-sp-cat .spcat-wrap .spcat-items-container {
    margin: 0;
    border-top: 1px solid #e5e5e5; }
  .super-layout5 .so-sp-cat .category-wrap-cat {
    width: 22%;
    float: left;
    padding: 0; }
  .super-layout5 .so-sp-cat .category-wrap-cat .sp-cat-title-parent {
    background-color: #fe5722;
    padding: 19px 30px 20px 30px; }
  .super-layout5 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 3px 3px 35px;
    background: url(../../images/icon/icon-electronic.png) no-repeat left top; }
    .super-layout5 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a:hover {
      color: #fff; }
  .super-layout5 .so-sp-cat .category-wrap-cat .slider {
    margin: 0;
    display: inline-block;
    border: none;
    padding: 30px; }
  .super-layout5 .so-sp-cat .category-wrap-cat .slider .cat_slider_inner {
    border: none; }
  .super-layout5 .so-sp-cat .category-wrap-cat .slider .cat_slider_inner .item {
    margin: 0;
    text-align: left;
    width: 100% !important;
    opacity: 1 !important; }
    .super-layout5 .so-sp-cat .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title a {
      font-size: 14px;
      color: #444; }
    .super-layout5 .so-sp-cat .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title a:hover {
      color: #fe5722; }
  .super-layout5 .so-sp-cat .spcate-right {
    width: 78%;
    float: left;
    border-left: 1px solid #e5e5e5;
    padding-left: 1px;
    position: relative; }
  .super-layout5 .so-sp-cat .spcate-right .spcat-items-container {
    overflow: unset; }
  .super-layout5 .so-sp-cat .spcate-right .spcat-items-container .spcat-items {
    overflow: unset; }
    .super-layout5 .so-sp-cat .spcate-right .spcat-items-container .spcat-items .spcat-items-inner {
      overflow: unset; }
    .super-layout5 .so-sp-cat .spcate-right .spcat-items-container .spcat-items .spcat-items-inner .owl2-carousel {
      overflow: unset;
      position: static; }
  .super-layout5 .so-sp-cat .spcate-right .banner-custom {
    margin: 10px; }
  .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs {
    border: none;
    padding: 15px 30px; }
  .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    line-height: 100%;
    margin-right: 10px;
    transition: all 0.2s ease-in-out 0s; }
    .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li .spcat-tab-label {
      font-size: 14px;
      font-weight: 400;
      color: #444;
      text-transform: uppercase;
      line-height: 100%; }
    .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover, .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel {
      background-color: #fe5722;
      border-color: #fe5722; }
    .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover > span:before, .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel > span:before {
      display: none; }
    .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover .spcat-tab-label, .super-layout5 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel .spcat-tab-label {
      color: #fff; }
  .super-layout5 .so-sp-cat .owl2-item.active {
    position: relative; }
  .super-layout5 .so-sp-cat .owl2-item.active:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    background-color: #e5e5e5; }
  .super-layout5 .so-sp-cat .ltabs-item {
    display: inline-block;
    width: 100%; }
  .super-layout5 .so-sp-cat .spcat-items-inner {
    border-bottom: 1px solid #e5e5e5; }
  .super-layout5 .so-sp-cat .products-list .product-layout .image .inner {
    position: relative;
    margin: 10px; }
    .super-layout5 .so-sp-cat .products-list .product-layout .image .inner:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
      opacity: 0;
      transition: all 0.2s ease-in-out 0s; }
  .super-layout5 .so-sp-cat .products-list .product-layout .caption {
    text-align: center; }
  .super-layout5 .so-sp-cat .products-list .product-layout .caption h4 {
    font-weight: 400;
    margin-bottom: 5px; }
    .super-layout5 .so-sp-cat .products-list .product-layout .caption h4 a {
      font-size: 14px;
      color: #444; }
    .super-layout5 .so-sp-cat .products-list .product-layout .caption h4 a:hover {
      color: #fe5722; }
  .super-layout5 .so-sp-cat .products-list .product-layout .price {
    margin: 0;
    padding-bottom: 15px; }
  .super-layout5 .so-sp-cat .products-list .product-layout:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .super-layout5 .so-sp-cat .products-list .product-layout:hover .image .inner:before {
    opacity: 1; }
  .super-layout5 .so-sp-cat .products-list .product-layout:hover .button-group .btn-button {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .super-layout5 .so-sp-cat .products-list .product-layout:hover .addToCart {
    bottom: 0; }
  .super-layout5 .so-sp-cat .products-list .product-layout .button-group {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    text-align: center;
    z-index: 2; }
  .super-layout5 .so-sp-cat .products-list .product-layout .button-group .btn-button {
    border: none;
    border-radius: 0;
    height: 36px;
    width: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 34px;
    display: inline-block !important;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #fe5722;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s; }
    .super-layout5 .so-sp-cat .products-list .product-layout .button-group .btn-button i {
      text-align: center; }
    .super-layout5 .so-sp-cat .products-list .product-layout .button-group .btn-button:hover {
      background-color: #fe5722;
      color: #fff; }
    .super-layout5 .so-sp-cat .products-list .product-layout .button-group .btn-button.compare {
      margin: 0 7px; }
    .super-layout5 .so-sp-cat .products-list .product-layout .button-group .btn-button.quickview span {
      display: none; }
  .super-layout5 .so-sp-cat .products-list .product-layout .addToCart {
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    background-color: #fe5722; }
  .super-layout5 .so-sp-cat .products-list .product-layout .addToCart i {
    margin-right: 5px; }
  .super-layout5 .so-sp-cat .products-list .product-layout .addToCart:hover {
    background-color: #ec3a01; }
    .super-layout5 .so-sp-cat .products-list .product-layout .addToCart:hover i {
      color: #fff; }
  .super-layout5.super1 .so-sp-cat .category-wrap-cat .sp-cat-title-parent {
    background-color: #3d80e3; }
  .super-layout5.super1 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: url(../../images/icon/icon-electronic.png) no-repeat left top; }
  .super-layout5.super1 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover, .super-layout5.super1 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel {
    background-color: #3d80e3;
    border-color: #3d80e3; }
  .super-layout5.super2 .so-sp-cat .category-wrap-cat .sp-cat-title-parent {
    background-color: #ff5984; }
  .super-layout5.super2 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: url(../../images/icon/icon-fashion.png) no-repeat left top;
    padding-left: 44px; }
  .super-layout5.super2 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover, .super-layout5.super2 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel {
    background-color: #ff5984;
    border-color: #ff5984; }
  .super-layout5.super3 .so-sp-cat .category-wrap-cat .sp-cat-title-parent {
    background-color: #2cb75d; }
  .super-layout5.super3 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: url(../../images/icon/icon-furniture.png) no-repeat left top;
    padding-left: 44px; }
  .super-layout5.super3 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover, .super-layout5.super3 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel {
    background-color: #2cb75d;
    border-color: #2cb75d; }
  .super-layout5.super4 .so-sp-cat .category-wrap-cat .sp-cat-title-parent {
    background-color: #ffae00; }
  .super-layout5.super4 .so-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: url(../../images/icon/icon-toys.png) no-repeat left top;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 44px; }
  .super-layout5.super4 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li:hover, .super-layout5.super4 .so-sp-cat .spcat-tabs-container ul.spcat-tabs li.tab-sel {
    background-color: #ffae00;
    border-color: #ffae00; }

.super-w {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px; }
  .super-w .super-w-inner {
    margin: 0 auto;
    padding: 0 !important; }
/************************************************************************************************
 SHORTCODE HTML SLIDER BRANDS
 *************************************************************************************************/
.layout-5.common-home #content .module.slider-brands h3.modtitle {
  background-color: #fff; }

.slider-brands {
  position: relative;
  background-color: #fff;
  margin-right: 1px; }
  .slider-brands .contentslider {
    padding: 0;
    position: static; }
  .slider-brands .contentslider .owl2-stage-outer {
    direction: ltr; }
  .slider-brands .contentslider .owl2-item.active {
    border-right: 1px solid #e5e5e5; }
  .slider-brands .item {
    text-align: center; }
  .slider-brands .item a {
    display: block;
    padding: 11px; }
  .slider-brands .item a:first-child {
    border-bottom: 1px solid #e5e5e5; }
  .slider-brands .item a:hover {
    /*-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.2);
     box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.2);*/
    opacity: 0.8; }
  .slider-brands .owl2-controls .owl2-nav {
    position: absolute;
    top: 10px;
    right: 10px; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev, .slider-brands .owl2-controls .owl2-nav .owl2-next {
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev:before, .slider-brands .owl2-controls .owl2-nav .owl2-next:before {
    opacity: 1;
    color: #888;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 18px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .slider-brands .owl2-controls .owl2-nav .owl2-prev:before, .slider-brands .owl2-controls .owl2-nav .owl2-next:before {
          top: 0; } }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-next, .slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next {
    border-left: none; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
    content: "\f105"; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
    content: "\f104"; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev:hover, .slider-brands .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fe5722;
    border-color: #fe5722; }
  .slider-brands .owl2-controls .owl2-nav .owl2-prev:hover:before, .slider-brands .owl2-controls .owl2-nav .owl2-next:hover:before {
    color: #fff; }
/************************************************************************************************
 MODULE LATEST BLOG
 *************************************************************************************************/
.layout-5.common-home #content .module.blog-home5 h3.modtitle {
  background-color: #fff; }

.blog-home5 {
  background-color: #fff; }
  .blog-home5 .owl2-controls .owl2-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    right: 25px; }
  .blog-home5 .owl2-controls .owl2-nav .owl2-prev, .blog-home5 .owl2-controls .owl2-nav .owl2-next {
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
  .blog-home5 .owl2-controls .owl2-nav .owl2-prev:before, .blog-home5 .owl2-controls .owl2-nav .owl2-next:before {
    opacity: 1;
    color: #888;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 18px; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .blog-home5 .owl2-controls .owl2-nav .owl2-prev:before, .blog-home5 .owl2-controls .owl2-nav .owl2-next:before {
          top: 0; } }
  .blog-home5 .owl2-controls .owl2-nav .owl2-prev.owl2-next, .blog-home5 .owl2-controls .owl2-nav .owl2-next.owl2-next {
    border-left: none; }
    .blog-home5 .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .blog-home5 .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f105"; }
  .blog-home5 .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .blog-home5 .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
    content: "\f104"; }
  .blog-home5 .owl2-controls .owl2-nav .owl2-prev:hover, .blog-home5 .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fe5722;
    border-color: #fe5722; }
    .blog-home5 .owl2-controls .owl2-nav .owl2-prev:hover:before, .blog-home5 .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .blog-home5 .owl2-controls .owl2-dots {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
    right: 0px;
    left: auto;
    top: 5px;
    float: left; }
  .blog-home5 .owl2-controls .owl2-dots .owl2-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #222;
    margin: 0 5px;
    display: inline-block;
    float: left;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s; }
  .blog-home5 .owl2-controls .owl2-dots .owl2-dot span {
    display: none; }
  .blog-home5 .owl2-controls .owl2-dots .owl2-dot:hover {
    background-color: #fe5722; }
  .blog-home5 .owl2-controls .owl2-dots .owl2-dot.active {
    width: 30px;
    background-color: #fe5722; }
  .blog-home5 .so-blog-external .blog-external {
    border: none; }
  .blog-home5 .so-blog-external .blog-external .media {
    margin: 0; }
  .blog-home5 .so-blog-external .blog-external .media .item {
    margin: 0;
    margin-bottom: -8px;
    clear: both;
    padding: 10px;
    display: inline-block;
    width: 100%; }
  .blog-home5 .so-blog-external .blog-external .media .item.head-button {
    border-bottom: 1px solid #e5e5e5; }
  .blog-home5 .so-blog-external .blog-external .media .item .media-left {
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    display: block;
    width: 50%;
    margin-right: 15px; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-left:hover img {
      opacity: 0.8; }
  .blog-home5 .so-blog-external .blog-external .media .item .media-content {
    font-size: 12px;
    color: #999;
    float: left;
    text-align: left;
    display: block; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content h4 a {
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      color: #444;
      text-transform: capitalize; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content h4 a:hover {
      color: #fe5722; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .media-date-added {
      float: left;
      font-size: 13px;
      color: #888; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .media-date-added i {
      float: left;
      margin-top: 6px;
      margin-right: 5px; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .media-subcontent {
      float: left;
      clear: none;
      margin-left: 20px; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .readmore {
      float: left;
      padding: 0; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .readmore .readmore {
      font-size: 13px;
      color: #fe5722; }
    .blog-home5 .so-blog-external .blog-external .media .item .media-content .readmore .readmore:hover {
      color: #ec3a01; }

@media (min-width: 1200px) and (max-width: 1649px) {
  .deals-layout2 .so-deal .extraslider-inner .item .caption {
    padding: 0 20px; } }
@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #00baf2; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
.typeheader-5 {
  color: #fff;
  background-color: transparent;
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/
  /*-- MEGA MENU VERTICAL --*/ }
  .typeheader-5.navbar-compact .header-middle {
    padding: 10px 0; }
  .typeheader-5.navbar-compact #cart {
    margin-top: 3px; }
  .typeheader-5 .header-top {
    min-height: 40px;
    background-color: #1d2b41; }
  .typeheader-5 .header-top .module {
    display: table-cell;
    margin-bottom: 0; }
  .typeheader-5 .header-top .header-top-right {
    text-align: right; }
  .typeheader-5 .header-top .dropdown-menu li {
    line-height: 22px; }
  .typeheader-5 .header-top .header-top-right {
    display: inline-block; }
  .typeheader-5 .header-middle {
    clear: both;
    padding: 50px 0; }
  .typeheader-5 .header-middle .middle2 {
    padding-right: 0px; }
  .typeheader-5 .header-bottom {
    clear: both;
    padding-bottom: 0px;
    background-color: #1c3481;
    }
  .typeheader-5 .lang-curr .dropdown-menu {
    left: 0;
    right: auto; }
  .typeheader-5 .signin-w {
    padding-left: 30px;
    float: right; }
  .typeheader-5 .signin-w ul li {
    float: left; }
  .typeheader-5 ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-flex; }
  .typeheader-5 ul.top-link > li {
    display: inline-block;
    position: relative;
    list-style: outside none none;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 0;
    font-size: 12px; }
  .typeheader-5 ul.top-link > li i {
    padding-right: 5px; }
  .typeheader-5 ul.top-link > li.language {
    min-height: 23px; }
  .typeheader-5 ul.top-link > li .btn-group {
    display: inline;
    line-height: 40px;
    padding: 12px 0; }
  .typeheader-5 ul.top-link > li .btn-group .btn-link {
    padding: 0;
    border: none;
    color: #fff;
    text-transform: uppercase; }
  .typeheader-5 ul.top-link > li .fa-caret-down {
    font-size: 12px; }
  .typeheader-5 ul.top-link > li:after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 11px;
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px; }
  .typeheader-5 ul.top-link > li > a {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase; }
  .typeheader-5 ul.top-link > li.account {
    line-height: 40px; }
  .typeheader-5 ul.top-link > li.account > a {
    padding: 0;
    margin: 0; }
  .typeheader-5 ul.top-link > li.account:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 12px; }
  .typeheader-5 ul.top-link > li.account .dropdown-menu {
    left: 0;
    right: auto; }
  .typeheader-5 ul.top-link > li.wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 11px; }
  .typeheader-5 ul.top-link > li.account:hover ul.dropdown-link {
    top: 34px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .typeheader-5 ul.top-link > li.welcome-msg, .typeheader-5 ul.top-link > li:first-child {
    padding-left: 0px;
    margin-left: 0px; }
  .typeheader-5 ul.top-link > li.welcome-msg:after, .typeheader-5 ul.top-link > li:first-child:after {
    display: none; }
  .typeheader-5 #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .typeheader-5 #sosearchpro .search .select_category {
    border-right: 1px solid #d6d6d6;
    background-color: #fafafa;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    width: 27%; }
  .typeheader-5 #sosearchpro .search .select_category select {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 15px;
    color: #666; }
  .typeheader-5 #sosearchpro .search .select_category select:hover {
    cursor: pointer; }
  .typeheader-5 #sosearchpro .search .chosen-search-input {
    height: 23px !important;
    border: 1px solid #efefef !important; }
  .typeheader-5 #sosearchpro .search .chosen-single {
    height: 38px !important;
    line-height: 38px !important; }
  .typeheader-5 #sosearchpro .search .input-group-btn {
    width: 0; }
  .typeheader-5 #sosearchpro .search button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    text-transform: upper-case;
    border-radius: 3px; }
  .typeheader-5 #sosearchpro .search button i {
    font-size: 18px;
    color: #fff; }
  .typeheader-5 #sosearchpro .search input {
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    z-index: 0;
    height: 46px;
    padding-left: 20px;
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    color: #444; }
  .typeheader-5 #sosearchpro .search input::-moz-placeholder {
    color: #444;
    opacity: 1; }
  .typeheader-5 #sosearchpro .search input:-ms-input-placeholder {
    color: #444; }
  .typeheader-5 #sosearchpro .search input::-webkit-input-placeholder {
    color: #444; }
  .typeheader-5 #sosearchpro .search input:focus {
    z-index: 0; }
  .typeheader-5 .wishlist-btn {
    width: 46px;
    height: 46px;
    list-style: none;
    float: right;
    margin-right: 10px;
    padding-top: 8px;
    margin-left: 15px;
    background-color: #1f2e44;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .typeheader-5 .wishlist-btn a {
    text-align: center; }
  .typeheader-5 .wishlist-btn a i {
    font-size: 26px;
    color: #232f3e; }
  .typeheader-5 .wishlist-btn a span {
    display: none; }
  .typeheader-5 .wishlist-btn a.top-link-wishlist {
    width: 46px;
    height: 30px;
    display: block;
    overflow: hidden;
    text-indent: -999em; }
  .typeheader-5 .wishlist-btn a.top-link-wishlist:before {
    font-family: 'FontAwesome';
    content: "\f004";
    font-size: 20px;
    color: #fff;
    display: block;
    text-indent: 0; }
  .typeheader-5 .shopping_cart {
    float: right;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative; }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 46px;
    height: 46px;
    float: left;
    text-align: center;
    line-height: 46px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    font-size: 20px;
    color: #fff; }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    color: #fff;
    margin: 8px 15px 0 5px; }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 100%;
    text-transform: uppercase; }
  .typeheader-5 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
    font-size: 12px;
    float: left;
    line-height: 100%;
    font-weight: 600; }
    .typeheader-5 .shopping_cart .dropdown-menu {
      top: 100%;
      right: -15px;
      left: auto;
      color: #666; }
  .typeheader-5 .shopping_cart .shoppingcart-box:before {
    right: 50px; }
  .typeheader-5 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .typeheader-5 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 35px; }
  .typeheader-5 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 19px 0; }
  .typeheader-5 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 500; }
  .typeheader-5 .container-megamenu.vertical {
    position: relative; width:100%;}
  .typeheader-5 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    background-color: transparent; }
  .typeheader-5 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    padding-left: 20px;
    height: 51px;
    line-height: 48px;
    border-radius: 0; font-weight: 500; }
    .typeheader-5 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
      padding-top: 18px;
      margin-right: 15px; }
      .typeheader-5 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span {
        background-color: #fff; }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    box-shadow: none;
    border-top: 1px solid #00baf2;
    border-radius: 0; }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    border-bottom: 1px solid #e5e5e5; }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
    background-color: #00baf2;
    box-shadow: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:hover{
      background-color: #00baf2;

    }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child {
    border: none; }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.loadmore {
    padding-top: 18px;
    padding-bottom: 18px; }
    .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.loadmore i {
      top: 18px; }

  @media (min-width: 992px) {
    .typeheader-5 .container-megamenu.vertical .vertical-wrapper {
      visibility: hidden;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      position: absolute;
      width: 100%;
      top: 70px; }

    .typeheader-5 .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      top: 48px; 
      display: block;
  	} 

  }
  .typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a::before {
    top: 24px !important; }

@media (min-width: 992px) {
  .common-home .typeheader-5 .container-megamenu.vertical .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    top: 54px; }
    .common-home .typeheader-5 .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      top: 54px; } }

    

@media only screen and (max-width: 800px) {
#rightbutton {
    left: 35px;
}
}
@media only screen and (max-width: 768px) {
#rightbutton {
    left: -15px;
}
}
   @media screen and (max-width: 480px) {
.header-bottom .hidden-compact{
    display:none!important;
}
div#userprofile {
    display: none !important;
}
}



/************************************************************************************************
***********************************store loactor css*********************************************
************************************************************************************************/
.br-none{border-top:0 !important; border-bottom: 0 !important; width:100% !important;}
     .wallet-wrapper {
         background: white;
         padding: 30px;
         box-shadow: 0 0 10px 0 #dddddd;
         margin: 30px 0;
      }

      .heading-text {
         color: #818181;
         font-weight: 500;
         font-size: 16px;
         text-transform: capitalize;
         margin-bottom: 0;
         text-align: center;
         line-height: 1.7;
      }

      .wallet-wrapper input {
         padding-top: 10px;
         padding-bottom: 10px;
         border: 1px solid #ddd;
         border-radius: inherit;
      }

      .wallet-wrapper .btn-normal {
         background-color: #364884;
         padding: 12px 25px;
      }
      .wallet-wrapper .btn-normal:hover {
        background-color: #1c3481;
         color: #fff !important;
         border: 1px solid #1c3481;
      }
      .title6 h4 {
         color: #1c3481;
      }

      .title6 h4:before,
      .title6 h4:after {
         background-color: #1c3481;

      }

      .text-grayl {
         color: #888888 !important;
      }
      .tab-design .nav>li.active {
         background: #1c3481;
      }
      .tab-design .nav>li.active>a {
         color: white;
      }
      .tab-design .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1c3481;
    font-weight: 600;
}
.tab-design .tab-pane{
   padding: 30px 0 0;
}
.tab-design .tab-pane select{margin-bottom: 15px;}
.tab-design .tab-pane select:last-child{
         margin-bottom: 0; }
.picup_title{
    color: #1c3481;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.location i{
   margin-right: 5px;
   color: #00baf2;
}
.location {
    margin-bottom: 5px;
}
.location,.code {
   color: #555;
    font-weight: 400;
    font-size: 16px;
}
.description-data.pick-data{
   margin: 15px 0 14px;
    padding: 6px 15px;
}
   .description-data{
      display: flex;
      margin: 15px 0 30px;
      padding: 15px;
      box-shadow: 0 0 10px 0 #efefef;
      align-items: center;
      transition: 0.5s;
   }
   .description-data:hover{
      box-shadow: 0 0 10px 0 #cccccc;
      transition: 0.5s;
   }
   .description-data:last-child{
      margin-bottom: 0;
   }
.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view{
   text-align: center;
    padding: 30px 10px;
    box-shadow: 0 0 10px 0 #c8c8c8;
    display: block;
    border: 1px solid transparent;
   }
   .card-view:hover,.card-view.active{
             border: 2px solid #fff0;
       background: rgb(229 249 255);
    /* color: #fff !important; */
    outline: 3px solid #1c3481;
}
.shadows {    
    border-radius: 10px;
    padding: 10px 0px 25px;
}
.shadows:hover {
    box-shadow: 0 0 10px 0 #a8a8a8;
    border-radius: 10px;     
    cursor: pointer; 
}
.modal-header {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-content {
    box-shadow: none;
    border-radius: 15px;
    border: none;
    border-radius: 10px;
}
.modal-content .modal-header {
    padding: 25px 15px;
    text-align: center;
}
.left-sidebar h3, .heading {
    margin-top: 0;
    margin-bottom: 18px;
       font-size: 24px;
    color: #1c3481;
    text-transform: capitalize;
    display: contents;
    font-weight: 500;
}
.modal-body p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
    color: #333;
        text-transform: capitalize;
}
.modal-footer {    
    padding: 1.5rem;
    }


.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view-wrap {
    padding: 15px;
}

.picup_title{
    color: #1c3481;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.picup_title span{
   font-weight: 500;
}
.time,.avl{
   flex: 1;
   font-size: 16px;
}
.time{
    color: #0b0b0b !important;
    background-color: white !important; 
}
.avl{
   text-transform: capitalize;
}
.avl.green{
   color: #007365;
}
.avl.red{
   color: #f05524;
}
.day{
    color: #1c3481;
    font-weight: 600;
    font-size: 18px;
}
.wallet-wrapper .col-md-6 {
    margin: 10px 0px;
}


@media (max-width: 575px){
	.description-data {
	    display: block;
	    flex-wrap: wrap;
	}
	button.btn.btn-normal {    
	    margin-top: 10px;
	    margin: 10px 0px;
	}
}
@media (max-width: 576px){
	.modal-dialog {
	    max-width: 500px;
	    margin: 1.25rem auto;
	    /*min-height: calc(100% - 3rem);*/
	}
}
@media (max-width: 480px) {
  .description-data {
    display: block;
    flex-wrap: wrap;
  }
        .description-data .ml-auto {
          margin-left: unset !important;
        }
.time, .avl{
   width: 100%;
   flex: unset !important;
}
.wallet-wrapper .btn-normal{
   margin: 10px 0px 0;
}
.tab-design .nav>li>a{
      padding: 5px 20px;
      font-size: 15px;
    }
}



/************************************************************************************************
***********************************Pickup time slot store css*******************************************
************************************************************************************************/
     .wallet-wrapper {
         background: white;
         padding: 30px;
         box-shadow: 0 0 10px 0 #dddddd;
         margin: 30px 0;
      }

      .heading-text {
         color: #818181;
         font-weight: 500;
         font-size: 16px;
         text-transform: capitalize;
         margin-bottom: 0;
         text-align: center;
         line-height: 1.7;
      }

      .wallet-wrapper input {
         padding-top: 10px;
         padding-bottom: 10px;
         border: 1px solid #ddd;
         border-radius: inherit;
      }

      .wallet-wrapper .btn-normal {
         background-color: #364884;
         padding: 12px 25px;
      }
      .wallet-wrapper .btn-normal:hover {
background-color: #1c3481;
    color: #fff !important;
    border: 1px solid #1c3481;
      }
      .title6 h4 {
         color: #1c3481;
      }

      .title6 h4:before,
      .title6 h4:after {
         background-color: #1c3481;

      }

      .text-grayl {
         color: #888888 !important;
      }
      .tab-design .nav>li.active {
         background: #1c3481;
      }
      .tab-design .nav>li.active>a {
         color: white;
      }
      .tab-design .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1c3481;
    font-weight: 600;
}
.tab-design .tab-pane{
   padding: 30px 0 0;
}
      .tab-design .tab-pane select{
         margin-bottom: 15px;
      }
            .tab-design .tab-pane select:last-child{
         margin-bottom: 0;
            }
            .picup_title{
    color: #1c3481;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.location i{
   margin-right: 5px;
   color: #00baf2;
}
.location {
    margin-bottom: 5px;
}
.location,.code {
   color: #818181;
    font-weight: 500;
    font-size: 16px;
}
.description-data.pick-data{
   margin: 15px 0 14px;
    padding: 6px 15px;
}
   .description-data{
      display: flex;
      margin: 15px 0 30px;
      padding: 15px;
      box-shadow: 0 0 10px 0 #efefef;
      align-items: center;
      transition: 0.5s;
      border: 2px solid #fff0;
   }
   .description-data:hover, .description-data.active {
      box-shadow: 0 0 6px 0 #2aceff91;
    transition: 0.5s;
    background-color: rgb(229 249 255);
    border: 2px solid #fff0;
   }
   .description-data:last-child{
      margin-bottom: 0;
   }
   .modal-content {
    box-shadow: none;
    border-radius: 15px;
    border: none;
}
div#deliverynowc1 .modal-body {
    border-top: 1px dashed #333 !important;
    width: 80% !important;
    margin: auto !important;
    border-bottom: 1px dashed #333 !important;
}
   .modal-header {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #fff0 !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
   .modal-content .modal-header {
    padding: 25px 15px;
    text-align: center;
}
.left-sidebar h3, .heading {
    margin-top: 0;
    margin-bottom: 18px;
        font-size: 24px;
    color: #1c3481;
    text-transform: capitalize;
    display: contents;
    font-weight: 500;
}
.modal-body p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.modal-footer {    
    padding: 1.5rem;
    border-top: 1px solid #fff0 !important;
    }
.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view{
   text-align: center;
    padding: 30px 10px;
    box-shadow: 0 0 10px 0 #c8c8c8;
    display: block;
    border: 2px solid transparent;
    outline: 3px solid #fff0;
   }
   .card-view:hover,.card-view.active{
          border: 2px solid #fff0;
       background: rgb(229 249 255);
    /* color: #fff !important; */
    outline: 3px solid #1c3481;
}
.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
      .owl-carousel.owl-theme .owl-nav button.owl-next i {
        padding-right: 18px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev i {
    margin-top: 5px;
}
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view-wrap {
    padding: 15px;
}

.picup_title{
    color: #1c3481;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.picup_title span{
   font-weight: 500;
}
.time,.avl{
   flex: 1;
   font-size: 16px;
}
.time{
    color: #0b0b0b !important;
    background-color: #fff0 !important; 
}
.avl{
   text-transform: capitalize;
}
.avl.green{   
   color: #007365;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.avl.red{
   color: #f05524;
}
.day{
    color: #1c3481;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 800px){
div#slots_details .row {
    display: block;
}
.btn-customs {    
    margin-top: 5px;    
}
}
@media (max-width: 575px){
.pickup-slider:hover .owl-nav button.owl-next {
     display: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
        display: none;
}
}

@media (max-width: 480px) {
  .description-data {
    display: flex;
    flex-wrap: wrap;
  }
        .description-data .ml-auto {
          margin-left: unset !important;
        }
        .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
    /* text-align: center; */
}
.modal-content .modal-header {
    padding: 26px 15px 10px;
    text-align: center;
}
.time, .avl{
   width: 100%;
   flex: unset !important;
}
.wallet-wrapper .btn-normal{
   margin: 10px 8px 0;
}
.tab-design .nav>li>a{
      padding: 5px 20px;
      font-size: 15px;
    }
}
@media (max-width: 320px) {
.left-sidebar h3, .heading {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 21px;
    color: #1c3481;
    text-transform: capitalize;
    display: contents;
    font-weight: 500;
}
}
/************************************************************************************************
***********************************Delivery time slot store css*******************************************
************************************************************************************************/

     .wallet-wrapper {
         background: white;
         padding: 30px;
         box-shadow: 0 0 10px 0 #dddddd;
         margin: 30px 0;
      }

      .heading-text {
         color: #818181;
         font-weight: 500;
         font-size: 16px;
         text-transform: capitalize;
         margin-bottom: 0;
         text-align: center;
         line-height: 1.7;
      }

      .wallet-wrapper input {
         padding-top: 10px;
         padding-bottom: 10px;
         border: 1px solid #ddd;
         border-radius: inherit;
      }

      .wallet-wrapper .btn-normal {
         background-color: #364884;
         padding: 12px 25px;
      }
      .wallet-wrapper .btn-normal:hover {
		background-color: #1c3481;
    	color: #fff !important;
    	border: 1px solid #1c3481;
      }


      .wallet-wrapper .my_timeslot .btn-normal{ background-color: #38ab63; }
      .wallet-wrapper .my_timeslot label{ color: #1b9423;}



      .title6 h4 {
         color: #1c3481;
      }

      .title6 h4:before,
      .title6 h4:after {
         background-color: #1c3481;

      }

      .text-grayl {
         color: #888888 !important;
      }
      .tab-design .nav>li.active {
         background: #1c3481;
      }
      .tab-design .nav>li.active>a {
         color: white;
      }
      .tab-design .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1c3481;
    font-weight: 600;
}
.tab-design .tab-pane{
   padding: 30px 0 0;
}
      .tab-design .tab-pane select{
         margin-bottom: 15px;
      }
            .tab-design .tab-pane select:last-child{
         margin-bottom: 0;
            }
            .picup_title{
    color: #1c3481;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.location i{
   margin-right: 5px;
   color: #00baf2;
}
.location {
    margin-bottom: 5px;
}
.location,.code {
   color: #818181;
    font-weight: 500;
    font-size: 16px;
}
.description-data.pick-data{
   margin: 15px 0 14px;
    padding: 6px 15px;
}
   .description-data{
      display: flex;
      margin: 15px 0 30px;
      padding: 15px;
      box-shadow: 0 0 10px 0 #efefef;
      align-items: center;
      transition: 0.5s;
          border: 2px solid #fff0;
   }
   .description-data:hover, .description-data.active {
    box-shadow: 0 0 6px 0 #2aceff91;
    transition: 0.5s;
    background-color: rgb(229 249 255);
    border: 2px solid #fff0;
}
   .description-data:last-child{
      margin-bottom: 0;
   }
.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .owl-carousel.owl-theme .owl-nav button.owl-next i {
        padding-right: 18px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev i {
    margin-top: 5px;
}
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view{
   text-align: center;
    padding: 30px 10px;
    box-shadow: 0 0 10px 0 #c8c8c8;
        border: 2px solid #fff0;
    display: block;  
    outline: 3px solid #fff0;  
   }
   .card-view:hover,.card-view.active{
     border: 2px solid #fff0;
    background: rgb(229 249 255);
    /* color: #fff !important; */
    outline: 3px solid #1c3481;
}
.modal-content {
    box-shadow: none;
    border-radius: 15px; overflow: hidden;
    border: none;
}
div#deliverynowc1 .modal-body {
     border-top: 1px dashed #333 !important;
    width: 80% !important;
    margin: auto !important;
    border-bottom: 1px dashed #333 !important;
}
.modal-header {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #fff0 !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-content .modal-header {
    padding: 25px 15px;
    text-align: center;
}
.modal-body p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.left-sidebar h3, .heading {
    margin-top: 0;
    margin-bottom: 18px;
       font-size: 24px;
    color: #1c3481;
    text-transform: capitalize;
    display: contents;
    font-weight: 500;
}
.modal-footer {    
    padding: 1.5rem;
    border-top: 1px solid #fff0 !important;
    }
.owl-carousel {
  overflow: hidden; }
  .owl-carousel.owl-theme img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .owl-carousel.owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #1c3481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .owl-carousel.owl-theme .owl-nav button i {
      color: white;
      font-size: 20px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: -115px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: #1c3481; }

.pickup-slider:hover .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.pickup-slider:hover .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .card-view-wrap {
    padding: 15px;
}

.picup_title{
    color: #1c3481;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.picup_title span{
   font-weight: 500;
}
.time,.avl{
   flex: 1;
   font-size: 16px;
}
.time{
    color: #0b0b0b !important;
    background-color: #fff0 !important; 
}
.avl{
   text-transform: capitalize;
}
.avl.green{
   color: #007365;
   font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.avl.red{
   color: #f05524;
}
.day{
    color: #1c3481;
    font-weight: 600;
    font-size: 18px;
}
@media (max-width: 800px){
.row.display_content {
    display: block;   
}
.btn-customs {    
    margin-top: 5px;    
}
}
@media (max-width: 575px){
.pickup-slider:hover .owl-nav button.owl-next {
     display: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
        display: none;
}
}

@media (max-width: 480px) {
  .description-data {  
    flex-wrap: wrap;
  }
        .description-data .ml-auto {
          margin-left: unset !important;
        }
        
.time, .avl{
   width: 100%;
   flex: unset !important;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /* text-align: center; */
}
.modal-content .modal-header {
    padding: 26px 15px 10px;
    text-align: center;
}
.wallet-wrapper .btn-normal{
   margin: 10px 8px 0;
}
.tab-design .nav>li>a{
      padding: 5px 20px;
      font-size: 15px;
    }
}
@media (max-width: 320px) {
.left-sidebar h3, .heading {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 21px;
    color: #1c3481;
    text-transform: capitalize;
    display: contents;
    font-weight: 500;
}
}

input[type=radio]:hover
{
  cursor: pointer !important;
}



.product-search-results-ajax 
{
	margin-left: 220px;
	width: calc(100% - 220px);
	text-align: left;
	padding-left: 0;
}

.product-search-results-ajax {
	position: absolute;
	width: 100%;
	margin-top: 60px;
	background-color: #fff;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-top: 0;
	z-index: 9999999;
	display: none;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.product-search-results-ajax ul li {
	display: block !important;
	padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.product-search-results-ajax ul li:hover { background-color: #eee;}

.product-search-results-ajax ul li a{ display: block; font-size: 15px; color: #333; }
.product-search-results-ajax ul li a span{ color: var(--main_color); }

   
/* New Design Changes 11/05/2020 */
header#content-mobilet{padding: 0; }
header.variant{ border-bottom: none; margin-bottom: 2px; padding: 0;}
header.sticky_nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
header.sticky_nav #sticky, header.sticky_nav #stickyy {
    position: relative !important;
    top: 0 !important;
}

.typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu{
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.store_locator_section .tab-content{ max-width: calc(100% - 150px) }
.add_box{ width: 150px; padding: 20px 20px 20px 0; }

.tab-design .nav-tabs{justify-content: center;}

.store_locator_section .description-sec{ flex-direction: column; align-items: center;}

.store_locator_section .description-sec:before{
	content: "";
	background: url("https://saharalinks.com/uploads/category/category_420-312_5dcbd3f9872a74-21506919-54082641.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 120px;
}

.store_locator_section .description-img{border-radius: 37.5px !important;
	overflow: hidden; 
	z-index: 1;
    margin-top: 22px;
    border: 4px solid #fff;
    box-shadow: 0 0 5px #000;
    position: absolute;
}
.store_locator_section .description-con{ text-align: center; 
	margin: 10px 0; padding: 0;
    z-index: 1;
    width: 100%;
 }
.store_locator_section .description-con p{ margin: 0; }

.store_locator_section .desc-sec{ justify-content: center; }
.store_locator_section .description-data{ box-shadow: 0 5px 15px #b1baca; 
	border: 0; transition: all 0.5s ease-in-out;
	overflow: hidden; padding: 0;
}
.store_locator_section .description-data:hover{ 
	background-color: transparent; transform: translateY(-5px);
	box-shadow: 0 5px 15px #b1baca; 
	border: 0;
}

.product-right .product-buttons a {padding: 13px 25px;}

.enabled.btn-danger{background-color: #dc3545;border-color: #dc3545;}
.enabled.btn-success{background-color: #28a745;border-color: #28a745;}

.serchbox .search{ background-color: #0a89b0;color: #fff; }
.serchbox .loc_icon{ background-color: #efefef; color: #333; transition: all 0.1s ease-in-out; }
.serchbox .loc_icon:active{ box-shadow: 0 0px 20px #999; }
.serchbox .search:active{ box-shadow: 0 0px 10px #0a89b0; }

.searchinp{ border-color: #ddd !important; }

.serchbox .loc_icon img{ 
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

.tab_buttons{ display: flex !important; justify-content: center; }
.tab_buttons .tab_c{ max-width: 100%; flex: 1; }
.tab_buttons .nav-tabs { display: flex; justify-content: flex-start;margin: 5px 5px 0; }
.tab_buttons .nav-tabs li { width: auto; }

@media (max-width: 767px) {

	.store_locator_section .tab-content{ max-width: 100%; }
	.add_box{ display: none; }

}

/* For Mega Menu */

@media (min-width: 992px) {

	.typeheader-5 .container-megamenu.vertical .vertical-wrapper{
		width: 78vw;
		background-color: #fff;
		height: 100vh;
    	max-height: 390px;
    	box-shadow: 0 0 5px #999;
    	display: none;
	}

	.megamenu-style-dev .vertical ul.megamenu{
		max-width: 33.33%;
	}

	.container-megamenu.vertical .vertical-wrapper ul.megamenu li{
		position: static !important;
		border:1px solid #e5e5e5 !important;
		background-color: #fff;
		
	}

	.container-megamenu.vertical .vertical-wrapper ul.megamenu li a{
		position: relative;
	}


	.vertical ul.megamenu > li > .sub-menu{ 
		height: 100%; left: calc(100% - 1px) !important;
		width: 100% !important;
	}
	.container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content > .row{
		padding-top: 0;
	}

	.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul{
		margin-left: -16px;
		height: 100%;
		width: calc(100% - 30px);
		background-color: transparent;
	    box-shadow: none !important;
	    border:none;
	}


	.container-megamenu.vertical .vertical-wrapper ul,
	.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content{
	    background-color: transparent;
	    box-shadow: none !important;
	    border:none !important;
	}


	



}


@media (max-width: 767px) {
	.blog-left{ max-width: 160px; }

	div#content-mobilet ul > li {width: 25%;right: 0; left: auto; text-align: center;font-size: 22px; line-height: 1;}
	div#content-mobilet ul li big,div#content-mobilet ul li small,div#content-mobilet ul li p{ justify-content: center; margin-left: 0; }

	div#content-mobilet ul > li.mobile-wishlist { right: 50%;}
	div#content-mobilet ul > li.mobile-search { right: 25%;}

	div#content-mobilet .cart ul li { left: 0;font-size: 22px; line-height: 1; }

	div#content-mobilet ul li.mobile-wishlist span{ left: 50%; right: auto; transform: translateX(-50%); margin-left: 12px; }

	.cart_wish_block,.menu-nav{ display: none !important; }

	.add_to_cart .cart-inner .cart_top{ padding: 10px 20px; }
	ul.cart_product{ padding-top: 0;max-height: calc(100vh - 150px); }
	.add_to_cart .setting-block{ padding: 0 15px; }
	.add_to_cart .setting-block ul li{ margin: 5px 0; }
	.add_to_cart .setting-block ul li a{ font-size: 16px; line-height: 20px; }
	.add_to_cart .cart-inner .cart_media li:first-child{ padding-top: 0; margin-top: 0; }

	.category-header-2#content-mobilet .navbar-menu{ z-index: 9; }

}

/* Cart Success Popup Design 28/01/2021 */

.cart-success{
    padding: 20px; margin: 10px !important;
    background-color: #fff;
    box-shadow: 0px 0 7px 2px rgba(158,158,158,0.2);
}
.cart_success-modal{ overflow: visible; }
div#cart_success .cart_success-modal .modal-body{padding: 0 !important; }
.cart_success-modal .modal-body{ padding: 0 !important; }
.cart_success-modal .media img{ height: 70px !important; margin-right: 8px; }
.cart_success-modal .media a.center-image{ width: auto; }
.cart_success-modal .media-body a p{ font-size: 16px; font-weight: 700; color: #777; }
.cart_success-modal .close { right: -15px !important; top: -15px !important;}
div#cart_success .cart_success-modal .modal-body h6{color: #777 !important; font-size: 14px !important;}
div#cart_success .cart_success-modal .modal-body h6 a {color: #777 !important; font-size: 14px !important;}


.category-page-side .collection-filter-block .collection-collapse-block .collection-brand-filter{
	max-height: 250px;
	overflow-y: auto;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child{
	margin-bottom: 0;
}

.page-confirm{ text-align: center;
    margin: 30px auto; max-width: 500px;
    border: 1px solid #ddd; background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px #ccc;
    animation: MoveUpDown 2s linear infinite;
}
.page-confirm .circle-loader{ margin-bottom: 10px; }

.circle-loader{animation: loader-spin 2s infinite linear; }

@keyframes MoveUpDown {
  0%, 100% {
    margin-top: 30px;
  }
  50% {
    margin-top: 45px;
  }
}


/* Wallet Page Design Start */

    .wallet_section{ 
		background: #d8ebfa url(../../assets/img/wallet_bg.jpg) no-repeat center center;
		background-size: cover;
		 padding: 60px 0;
		 color: #212529;
	}

	.wallet_section h1,.wallet_section h2,.wallet_section h3,.wallet_section h4,.wallet_section h5,.wallet_section h6{
		font-weight: 500;
	}

	.wallet_box{ position: relative; overflow: hidden;
		 border-radius: 15px; width: 100%; min-height: calc(100vh - 125px);
  		backdrop-filter: blur(5px); 
  		box-shadow: 0 0px 20px #b2cbde;
	}

	.wallet_box:before{
		content: '';
		position: absolute; margin: -5px;
		top: 0;right: 0;bottom: 0;left: 0;
		background: rgba(255,255,255,0.6);
		filter: blur(5px);
		z-index: 0;
	}

	.wallet_box p{ margin-bottom: 14px; margin-top: 5px; }

	.amount_box{
		background-color: #fff; border-radius: 10px;box-shadow: 0 3px 10px #c5ddf0; overflow: hidden;
		display: flex; justify-content: space-between;
	}
	.wallet_amount{ background-color: #4a56e2; color: #fff;padding: 15px;min-width: 210px; text-align: center; }
	.wallet_form{ flex: 1; padding: 15px 20px; }

	.amount_box p{ color: #eee; margin-bottom: 10px; }
	.amount_box h2{ font-weight: bold; margin: 0; }
	.amount_box .form-group{ display: flex; flex-wrap: wrap; margin-bottom: 0; }
	.amount_box .form_title{ font-weight: bold; font-size: 18px; width: 100%; }
	.amount_box input{ flex: 1; margin-right: 10px; }
	.main_box .btn-primary,.main_box .btn-primary:focus { background-color: #1c3481 !important; border-color: #1c3481 !important; box-shadow: none !important; }

	.main_box{ padding: 20px 15px 10px; }
	.col-lg-9 .main_box{ padding-right: 0; }
	.col-lg-3 .main_box{ padding-left: 0; }

	.wallet_thum{
		background-color: #ffa000; border-radius: 10px;box-shadow: 0 3px 10px #c5ddf0; overflow: hidden;
		display: flex; justify-content: space-between; align-items: center;
		min-height: 90px; margin-bottom: 15px;
	}

	.wallet_thum.green{ margin-bottom: 0; background-color: #24cca7; }


	.w_icon{ font-size: 50px; padding: 10px; min-width: 100px; color: #862500; display: flex; align-items: center; justify-content: center; }
	.wallet_thum.green .w_icon{ color: #00503f; }
	.w_txt{ flex: 1; }
	.w_txt a{ color: #333; }
	.w_txt h5{ margin: 0; }
	.w_txt h2 span{ font-size: 20px; color: #862500; }

	.nav.nav-pills{ margin-bottom: 15px; }
	.nav-pills .nav-link{ color: #333;padding: 5px 15px; }
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background-color: #1c3481; }

	.dataTables_wrapper .dataTables_length select,.dataTables_wrapper .dataTables_filter input{
		box-shadow: 0 4px 12px #ccdfef; border-radius: 8px !important; color: #333; border: none !important;
		margin:0 8px !important;
	}

	h5.alert{color: #dc3545;text-align: center;margin: 0;}

	.mt_10{ margin-top: 10px; }

	table.dataTable{ width: 100% !important; }

	.dataTables_wrapper .paginate_button{
		background: #fff !important;box-shadow: 0 4px 12px #c7d6e4 !important;
		border-radius: 10px !important;border: none !important;
		padding: 5px 15px !important;
		color: #333;
		margin: 0 5px;
	}

	/* to set pagination on bottom with fix height of table */

	.dataTables_wrapper{min-height: 300px; padding-bottom: 40px; margin-top: 10px;}

	.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{ position: absolute; bottom: 0; left: 0; }
	.dataTables_wrapper .dataTables_paginate{ right: 0; }


	.transaction_table .dataTables_wrapper .paginate_button.current{background: #1c3481 !important;color: white !important;}
	
	.transaction_table .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
	.transaction_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
		color: white !important;
	}

	.transaction_table{ margin: 15px; padding: 15px;  background-color: #fff; border-radius: 10px;box-shadow: 0 3px 10px #c5ddf0; }
	.transaction_table:after {
	    content: "";
	    clear: both;
	    display: table;
	}
	.transaction_table .table{ margin-bottom: 0; }
	.transaction_table .table.dataTable{  }

	.transaction_table .dataTables_info{ margin-top: 0;margin-bottom: 12px; }

	.transaction_table .table th{ background-color: #fff; color: #333; border:none;border-top: 1px solid #dee2e6; text-align: left; }
	.transaction_table .table td{ border: none; border-top: 1px solid #dee2e6; padding: 8px; }

	.transaction_table .table td[colspan="3"]{ text-align: center;vertical-align: middle;height: 200px; }
	.transaction_table table.dataTable.no-footer {border-bottom:none;}

	.transaction_title{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 10px; }
	.transaction_title h3{ margin: 0; }
	.filter_box{ display: flex; justify-content: flex-end; align-items: center; flex: 1; }
	
	.filter_box button,.filter_box .form-control{
		box-shadow: 0 4px 12px #ccdfef; border-radius: 8px !important; color: #333; border: none; 
	}

	.filter_box .form-group,.filter_box .input-group{ margin-bottom: 0; margin-left: 10px; width: auto; }

	.filter_box .input-group .form-control{padding-right: 30px;}
	.search_icon,.date_icon{ position: absolute;right: 10px;top: 50%;transform: translateY(-50%); z-index: 4; }

	.transaction_list ul{ max-height: 238px; overflow-y: auto; padding: 15px; padding-top: 0; margin-top: 10px; margin-right: -15px;}
	.transaction_list li{ 
		display: flex; align-items: center; justify-content: space-between;
		background-color: rgba(255,255,255,0.8);
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 5px;
		box-shadow: 0 3px 10px #c5ddf0;
	 }
	 .transaction_list li:last-child{ margin-bottom: 0; }
	.trans_detail h4{ font-size: 18px; font-weight: 600; margin-bottom: 0; }
	.trans_detail > span{ color: #a4a6b5; }

	.wallet_thum .btn{ margin-right: 20px; color: #fff !important; }
	.d_flex{ display: flex; flex-wrap: wrap; align-items: center; }
	.d_flex h5{ margin-right: 10px; }
	.d_flex h2{ margin: 0; }




.d_flex_modal .modal-header{ display: flex; padding: 12px; border-color: #ddd !important; }
.d_flex_modal .modal-title{ flex: 1; font-size: 22px; font-weight: bold; color: #1c3481; } 
.d_flex_modal .modal-header .close{ font-size: 24px;}
.white_box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
}

.white_box p{ color: #999; font-size: 14px; margin-bottom: 15px; }

.payment_footer{ display: flex; justify-content: space-between; }

.subscribe-block .input-group-prepend { border: none; }
.subscribe-block .input-group-prepend button{ border: 1px solid #ced4da; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.w_icon{ min-width: 75px; }
}
 @media screen and (max-width: 991px) {
 	.main_box{ padding-bottom: 0; }
 	.col-lg-3 .main_box{ display: flex; flex-wrap: wrap; justify-content: space-between; padding:0 15px; }
 	.col-lg-9 .main_box{padding: 15px;}

 	.col-lg-3 .main_box .wallet_thum{ flex-basis: 48%; margin: 0; }

 	.transaction_list ul{ margin-right: 0; }
 }

 @media screen and (max-width: 767px) {
 	.amount_box{ flex-direction: column; }
 	.main_box{ text-align: center; }
 	.white_box.wallet{ margin-left: 0; }
	.col-lg-8 .main_box{ padding-right: 15px; }
	.col-lg-4 .main_box{ padding-left: 15px; }

}

 @media screen and (max-width: 575px) {
 	.wallet_thum{ flex-direction: column; padding: 0 15px 15px; }
 }




/* Home Page New Section Design Start */

.page_title{ text-align: center; padding-bottom: 30px; }
.page_title h2{ color: #000; font-size: 36px; }
.page_title p{color: #666; margin-top: 10px;font-size: 14px; font-weight: normal; }

.pb_90{ padding-bottom: 90px; }

.about_us_section .page_title{ text-align: left; padding-bottom: 10px; }

	.work_section{ padding: 45px 0; }
	.h_work_box ul{ display: flex; flex-wrap: wrap; flex-direction: column; }
	.h_work_box li{ width: 100%;padding-bottom: 90px; }
	.h_work_box li:nth-child(2n){ text-align: right;}

	.work_box_main{display: flex; padding-right: 40px;  }

	.work-process-text { padding: 0 20px; flex: 1;}
	.work-process-text h4 { font-size: 20px; color: #1c3481; margin-bottom: 10px; }

	.work_top_section{ display: flex; justify-content: center; position: relative; }
	.work_box{
		position: relative;
    	width: 130px; height: 130px; border-radius: 50%;
    	background: #fff; box-shadow: 3px 0px 12px 0px #5b6fe633;
    	display: flex; align-items: center; justify-content: center;
    	z-index: 1; transition: all 0.4s ease-in-out;
	}
	
	.work_box img{ max-width: 60px; }
	.work_box img.white{ display: none; }

	.work_box i{ color: #1c3481; font-size: 40px; }
	.h_work_box li:nth-child(2) .work_box i{ color: #FF3838; }
	.h_work_box li:nth-child(3) .work_box i{ color: #FF930E; }


	.bottom-area-svgs {position: relative; z-index: -1;}	
	.bottom-area-svgs svg {width: 320px;height: 120px;position: absolute; left: 90px;top: -25px;}

	.h_work_box li .work_box_main:hover .work_box{ background-color: #1c3481; }
	.h_work_box li .work_box_main:hover .work_box i{ color: #fff; }
	.h_work_box li:nth-child(2) .work_box_main:hover .work_box{ background-color: #FF3838; }
	.h_work_box li:nth-child(3) .work_box_main:hover .work_box{ background-color: #FF930E; }
	
	.h_work_box li .work_box_main:hover .work_box img.white{ display: block; }
	.h_work_box li .work_box_main:hover .work_box img.color{ display: none; }



	.why_us_section{ padding: 45px 0; background-color: #f3f7fd; }
	.why_us_list ul{ display: flex; justify-content: flex-end; flex-wrap: wrap; flex-direction: column; }
	.why_us_list li{
		background-color: #fff; padding: 10px; padding-left: 0; width: auto; margin: 1% 0; margin-left: auto; min-height: 70px;
		box-shadow: 0 10px 20px #cddbef; border-radius: 10px; font-size: 18px; font-weight: bold;
		display: flex; align-items: center; 
		transition: all 0.5s ease-in-out;
	}

	.wh_icon{ width: 50px; height: 50px; min-width: 50px;
		background:linear-gradient(to bottom right, #1BAAA0, #11EBDB);
		box-shadow: 0px 5px 15px 0px rgb(44 130 237 / 30%);
		color: #fff; border-radius: 10px;
		display: flex; align-items: center; justify-content: center; 
		margin-left: -25px; margin-right: 12px; font-size: 25px;
	}

	.why_us_list li:nth-child(2) {min-width: 330px;}
	.why_us_list li:nth-child(3) {min-width: 280px;}
	.why_us_list li:nth-child(4) { min-width: 230px; }
	.why_us_list li:nth-child(5) {}

	.why_us_list li:nth-child(2) .wh_icon{background:linear-gradient(to bottom right, #1a88a9, #a6f3ff);}
	.why_us_list li:nth-child(3) .wh_icon{background:linear-gradient(to bottom right, #ff2c97, #f7b9ff);}
	.why_us_list li:nth-child(4) .wh_icon{background:linear-gradient(to bottom right, #269434, #d7f78b);}
	.why_us_list li:nth-child(5) .wh_icon{background:linear-gradient(to bottom right, #604ef8, #e0a3ff);}
	


	.about_us_section{ padding: 45px 0;
		background: #f3f7fd url("../img/home/about_bg.jpg") no-repeat center center;
		background-size: cover;
	}

	.about_card_list .card{
		background: #ffffff;box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%); margin-bottom: 15px;
		border-radius: 10px; overflow: hidden; border: none;
	}
	.about_card_list .card-header{ background-color: #fff; padding: 8px 15px; margin-bottom: -1px; }
	.about_card_list .card-link{ color: #1c3481; text-decoration: none; display: block; font-size: 18px; font-weight: 700;  }
	.about_card_list .card-body{ padding: 15px; }
	.about_card_list .card-body p:last-child{ margin-bottom: 0; }

	.about_card_list .card-link:after {
	    font-family: 'FontAwesome';
	    content: "\f068"; font-size: 16px;
	    float: right;
	}
	.about_card_list .card-link.collapsed:after {content: "\f067";}


	.referral_section{ padding: 45px 0; }
	.ref_list ul{ 
		display: flex; 
		justify-content: center; flex-wrap: wrap;
	}
	.ref_list li{
		background-color: #fff; width: 100%; margin: 1% 0; 
		box-shadow: 0 5px 15px #cddbef; border-radius: 10px; overflow: hidden;
		display: flex; flex-wrap: wrap; align-items: center;
		transition: all 0.5s ease-in-out;
	}

	.ref_img{ background-color: #7189d6; width: 50% }
	.ref_txt{ padding: 15px; flex: 1; }

	.ref_list li:nth-child(2n) .ref_img{ order: 2; }

	.ref_list li h4{font-size: 20px; color: #1c3481; margin-bottom: 10px; }

	.work_section p,.why_us_section p,.referral_section p,.about_us_section p{ line-height: 22px; font-size: 16px; }

	.no_found_txt{ display: flex; align-items: center; justify-content: center; height: calc(100% - 80px);  }
	.no_found_txt:after{
		content: "\f05e";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: inherit;
	  /*--adjust as necessary--*/
	    color: #ddd;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 200px;
	    opacity: 0.3;
	}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.work_box_main{ padding-right: 0; }
	.bottom-area-svgs svg{ left: 60px; }

}

@media screen and (max-width: 1200px) {
	.work-process-text p{
		 display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.h_work_box ul{max-width: 540px; margin: 0 auto;}

	.bottom-area-svgs svg{ left: 100px; }
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.why_us_list li:nth-child(2){min-width: 300px;}
	.why_us_list li:nth-child(3){min-width: 270px;}

	.work-process-text p{-webkit-line-clamp: unset;}

	.about_card_list{ margin-top: 20px; }

	.ref_img{ height: 100%; display: flex; }

	.product-notification h5{ padding: 20px; }


}

@media screen and (max-width: 767px) {
	.work_box_main{ padding-right: 0; }
	.bottom-area-svgs svg {left: 115px;}

	.about_card_list{ margin-top: 20px; }

	.ref_list ul{ justify-content: space-between; }
	.ref_list li{ width: 49%; align-items: flex-start; align-content: flex-start; }
	.ref_img{ width: 100%; }
	.ref_list li:nth-child(2n) .ref_img { order: unset;}

	.why_us_list{ margin-top: 30px; }
	.why_us_list li{ min-width: unset !important; width: calc(100% - 30px);max-width: 400px;margin: 1% auto; }

	.work-process-text p{-webkit-line-clamp: unset;}

	footer .creative-card{ padding: 0 15px; }
}

@media screen and (max-width: 480px) {
	.work_section .page_title.pb_90{ padding-bottom: 30px; }
	.work_box{ width: 85px; height: 85px; }
	.work_box img { max-width: 45px;}
	.bottom-area-svgs { display: none; }
	.h_work_box ul{ margin-bottom: 30px; }
	.h_work_box li{ padding-bottom: 30px; }
	.h_work_box li:nth-child(2n){ text-align: left; }
	.h_work_box li:nth-child(2n) .work-process-text{ order: 2; }


	.ref_list li{ width: 100%;max-width: 400px;margin: 0 auto 25px; }

	.rounded-category .category-contain .img-wrapper{ margin: 0 auto; }
	.product .product-box .product-imgbox{ height: 270px; }

}

/* Home Page New Section Design End */

/* Thumnail Hover Effect icons Display by Default 06/02/2021 */

.product .product-box .product-imgbox .product-icon{ opacity: 1; }
.product .product-box:hover .product-icon a:nth-child(2) i{ animation: none !important; }

.modal-backdrop + .modal-backdrop{ display: none; }

/* Product Detail Page */


.product-slide.no-arrow .slick-prev,.product-slide.no-arrow .slick-next {
    height: 30px;width: 30px; top: 45%;
    background: var(--main_color);color: #fff;border-radius: 50%;
    z-index: 9; opacity: 0; transition: all 0.3s ease-in-out;
    display: block !important;
}
.product-slide.no-arrow:hover .slick-prev,.product-slide.no-arrow:hover .slick-next { opacity: 1; top: 38%; }

.product-slide.no-arrow .slick-prev {left: 10px;}
.product-slide.no-arrow .slick-next {right: 10px;}
.product-slide.no-arrow .slick-prev:before, .product-slide.no-arrow .slick-next:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 7px; left: 6px;
}

.product-slide.no-arrow .slick-next:before{content: "\f054"; left: 9px;}

.product-slide.no-arrow .slick-prev:hover, .product-slide.no-arrow .slick-prev:focus, .product-slide.no-arrow .slick-next:hover, .product-slide.no-arrow .slick-next:focus {
    outline: none;
    background: var(--main_color);
    color: #fff;
}


.soldout div{ background-color: #fed430; color: #000; display: inline-block; padding: 2px 10px; }

.theme-card{ border: none; }



/* Checkout Page Design Start */

.pro_order_list li{ display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #e3ecf1; }
.pro_order_img{ max-width: 75px; margin-right: 10px; }
.pro_order_txt{ flex: 1; display: flex; }
.pro_title{ flex: 1; }
.qty{ font-size: 14px; }
.pro_order_price{ width: 80px; text-align: right; color: #00aa02; }

.checkout_box .product-accordion{ padding: 15px; }
.checkout_box .product-accordion .card-body{padding: 15px;}
.checkout_box .theme-card{ padding: 0; border: none; }

.checkout_box .cart-form-shipping-address{ margin-bottom: 15px; }
.checkout_box .theme-card h5{ padding-bottom: 0; }
.checkout_box .btn-customs{ margin-top: 0; }
.checkout_box .form-group.m-t-15{ margin-bottom: 0; }

.checkout_box .top_txt{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.checkout_box .top_txt h4{ min-width: 190px; }

.editpd p strong{ display: inline-block; }

.checkout-page .checkout-form .form-group textarea{ margin-bottom: 0; }

.d_flex_colum{ display: flex; flex-direction: column;  }
.d_flex_colum .product-order{ flex: 1; max-height: 1080px; display: flex; flex-direction: column;  }
.pro_order_list{
	height: calc(100% - 290px);display: flex;
	overflow-y: auto;
 	scrollbar-color: #999 #F5F5F5;
 	scrollbar-width: thin;
}

.pro_order_list ul{ width: 100%; }

/* Checkout Page Design End */


/* View Cart Page Design Start */

	.cart_view_box .border-product{ padding: 0 !important; }

	.cart_pro_list.head{ background-color: #4ccdf6; }
	.cart_pro_list.head h4{  color: #fff; font-weight: 500; }

	.cart_pro_list ul{ display: flex; flex-wrap: wrap; }
	.cart_pro_list li{ 
		border-bottom: 1px solid #eee; padding: 10px; flex-basis: 100%;
		display: flex; flex-wrap: wrap; position: relative;
	}
	.cart_pro_txt{ flex: 1; padding: 5px 10px; text-align: left; }
	.cart_pro_list h4,.cart_pro_list h3{ color: #1c3481;font-size: 15px; font-weight: 600; }
	.cart_pro_list h3{ color: #00aa02; margin: 0; font-size: 20px; }
	.cart_small{ max-width: 110px; min-width: 80px; display: flex; align-items: center; justify-content: center; }

	.cart_small.qty{ min-width: 110px; }

	.fa-times-circle{ color: #f44336; }

	@media screen and (min-width: 992px) and (max-width: 1100px) {
		.cart_small.cart_img{ width: 80px; align-self: flex-start; }
	}

	@media screen and (max-width: 991px) {
		.checkout_box .top_txt{ flex-direction: column; }
		.checkout_box .top_txt h4 { margin: 5px 0;}

		.checkout-page .checkout-form .form-group{ margin-bottom: 15px; }
		.checkout_box .form-group.m-t-15{ margin-bottom: 0; }

	}

	@media screen and (min-width: 768px) and (max-width: 991px) {
		div#headproduct{ display: block; }
	}

	@media screen and (max-width: 767px) {
		div#headproduct{ display: none; }

		.cart_view_box{ overflow: unset; }
		.cart_view_box .border-product{border: none !important;}
		
		.cart_pro_list ul{ justify-content: space-between; }
		.cart_pro_list li{border: 1px solid #eee; margin: 10px 0 0;	}
		.cart_small.cart_img{ width: 80px; align-self: flex-start; }
		.cart_small.close{ position: absolute; right: -10px; top: -10px; width: auto; min-width: unset; }

		.cart_pro_list.head li{ margin: 0; }
		.cart_small.remove{ display: none; }
	}

	@media screen and (max-width: 550px) {
		.cart_pro_list.head{ display: none; }

		.cart_pro_txt{flex-basis: calc(100% - 80px);}
		.cart_small.qty{ margin-left: 90px; }
	}

	@media screen and (max-width: 500px) {
		.checkout_box .form-group.m-t-15 .btn-customs{ display: inline-block; width: 100%; margin: 5px 0; }
		.cart_small.qty{ max-width: 120px; }
	}

	@media screen and (max-width: 365px) {
		.cart_pro_list li{ justify-content: center; }
		.cart_pro_txt{flex-basis: 100%;}
		.cart_small.qty{ margin: 0; }
		.cart_pro_txt{ text-align: center; }
	}

/* View Cart Page Design End */

/* Order Page Design */
.total_amount ul{ max-width: 300px; padding:10px 20px; border-radius: 10px; box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%); }
.total_amount ul li{ display: flex; flex-wrap: wrap; justify-content: space-between; flex-basis: 100%; font-weight: 600; }
.total_amount ul li span{ color: #666; }

.card-body .tb-format{ padding: 0; }

.order_status{ border-radius: 10px; box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);}

.order_status h3{
	color: #1c3481;
    text-decoration: none;
    display: block;
    font-size: 18px; margin-bottom: 0;
    font-weight: 700;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    
}

.order_status table{ margin-bottom: 0; }

.order-history .btn-normal{ padding: 10px; line-height: 20px; }
.order-history table a img{ min-width: 80px; }
.order-history table a.table-product-title{ display: block; min-width: 140px; }

.star_red{ color: #dc3545; margin-left: 5px; }


.add_to_cart .cart-inner .cart_media{
	height: calc(100% - 135px);
	overflow-y: auto;
 	scrollbar-color: #999 #F5F5F5;
 	scrollbar-width: thin;
}

.add_to_cart .cart-inner .cart_media li .media >a{ width: 80px; align-self: flex-start; }
.add_to_cart .cart-inner .cart_media li .media >a img{ margin: 0; }

.add_to_cart .cart-inner .cart_media li .media-body a { margin: 0; width: auto; display: block; }

.add_to_cart .cart-inner .cart_media#cart_myval{height: calc(100% - 190px);}
.add_to_cart .cart-inner ul.cart_product{ max-height: 100%; }
.add_to_cart .cart-inner .cart_media .cart_total li:first-child{ padding-bottom: 0; }
.add_to_cart .cart-inner .cart_media .cart_total li:last-child{ padding-bottom: 10px; }

#comingsoon .modal-body{ padding: 10px; }
#comingsoon .modal-dialog{ max-width: 700px; width: 90%; }
#comingsoon button.close{
	position: absolute;
    right: 0;
    top: 0;
    background-color: #d02221;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}

/* Blog Section Start */

.blog_bg{ background-color: #f9f9f9; }
.blog-detail .creative-card{ background-color: #fff; }
.blog-sidebar .theme-card{ border: none; }
.recent-blog .media-body p span{ color: #999; font-size: 14px; float: none; }
.blog-page .media-body a{ 
	color: #333; font-weight: bold; font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.blog-media .blog-left{ max-width: unset; }
.blog-media .blog-left a{ max-width: unset; margin: 0; }
.blog-media .blog-right{ padding: 0; }

/* Product List Page */

.breadcrumb{ white-space: normal; }

.order-history td .product-icons,.order-history td .product-icons + .dropdown{ display: inline-block; }
.order-history .product-table th,.order-history .product-table td:last-child{ white-space: nowrap; }
.order-history td .dropdown .btn-secondary:focus{ box-shadow: none; }

.order-history .account-sidebar{ width: 100%; }

.modal-body #loader_view{ position: relative !important; text-align: center; bottom: 0; margin: 0 !important; }

.collection-sidebar-banner:after {
    content: "";
    display: table;
    clear: both;
}

.table-orders tr th,.table tr td.date, .img_select tr th{ white-space: nowrap; }
.table-orders tr td img.order_img{min-width: 70px; width: 200px;}

.order_filter{ display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;  }
.order_filter ul{ flex: 1; display: flex; margin-bottom: 10px; }
.order_filter ul li{ margin-right: 10px; flex: 1; }
.order_filter ul li label{ white-space: nowrap; }
.order_filter ul li:last-child{ max-width: 120px; }

.order_filter .item-table-filter{ margin-bottom: 10px; }

.modal-content .modal-header{ padding: 15px;padding-right: 30px; }
.modal-header .dark-data.blue{ color: #fff; }
.theme-modal .modal-dialog .quick-view-modal button.close {
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
    margin: 0; font-size: 25px;
}
.theme-modal .modal-content.quick-view-modal{ padding: 0;max-width: 96%;margin: 0 auto; }

.row-custom .account-sidebar{ width: 100%; margin-top: 10px; }

.search_close{
	text-align: left;
    width: 25px;
    margin-left: -25px;
    z-index: 9;
    color: #333; display: none; cursor: pointer;
}
.search_close i{ color: #333; line-height: 52px; }

.theme-tab .tab-title.tab_btn li{border: 1px solid #ddd; border-radius: 10px;}

.category-header-2 .navbar-menu .category-left .nav-block .nav-left .navbar{ padding: 17px 0; }
.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat{margin-top: 0; padding: 5px;}
.category-header-2 .navbar-menu .category-left .nav-block .nav-left .nav-cat li img{ 
	margin-right: 5px; max-width: 50px; width: 50px; height: 50px;
}


#cart_product .product-right.product-form-box .product-buttons .btn-normal{ width: 100%; margin: 0 0 10px; }

/* Product List Page Start */

.pro_list_box{ 
		background-color: #fff; box-shadow: 0 3px 10px #dee5ea; margin: 20px 0; border-radius: 10px; 
	}

	.pro_list ul{ display: flex; flex-wrap: wrap; padding: 0 15px 15px; }
	.pro_list li{ 
		display: flex; align-items: center; justify-content: space-between; flex-basis: 100%;
		background-color: #fff;
		padding: 10px;
		margin: 15px 0 0;
		border-radius: 5px;
		box-shadow: 0 3px 10px #dee5ea;
	 }

	.pro_detail{ display: flex; flex-wrap: wrap; align-items: center; flex: 1; }
	.pro_list_txt{ flex: 1; margin-right: 10px; }
	.pro_list_txt h4{ font-size: 20px; font-weight: 600; margin-bottom: 0; }
	.pro_list_txt > span{ color: #a4a6b5; font-size: 14px; line-height: 15px; display: block; }

	.pro_list_img{ width: 70px; margin-right: 10px; }

	.pro_list_header{ 
		display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
		padding: 10px;
		background-color: #1c3481; color: #fff; border-radius: 10px 10px 0 0;
	}
	.pro_list_header h4{ margin: 0; }
	.pro_list_header h4 span{  color: #a4a6b5; }
	.pro_list_header .btn{ background-color: #fff; border-radius: 5px; }

	.list_form_box{ display: none; }
	.radio_box{ margin-bottom: 10px; }

	.list_form{ display: flex; flex-wrap: wrap; align-items: flex-end;margin-top: 10px; }
	.list_form .form-group{ flex: 1; margin-bottom: 0; }

	.list_form .action_btn{ padding: 4px; }

	.container.tab-pane{ padding: 0; }
	.list_popup .nav-tabs{ margin-bottom: 10px; }
	.list_popup .modal-title{ font-size: 20px; }
	.list_popup .modal-body p{ font-size: 16px; }
	.list_popup .modal-footer{ display: flex; justify-content: center; flex-wrap: wrap; padding: 0 15px 10px; }
	.list_popup button.close {
	    position: absolute;
	    right: 0;
	    top: 0;
	    background-color: #d02221;
	    opacity: 1; margin: 5px; padding: 0;
	    width: 25px;
	    height: 25px;
	    border-radius: 50%; font-size: 22px;
	    color: #fff; display: flex; justify-content: center;align-items: center;
	}

	input::placeholder,textarea::placeholder { color: #ccc !important; font-size: 15px;}
	label.custom-file-label{ color: #ccc; font-weight: normal; }

	.custom-file-input{ cursor: pointer; }
	.custom-file-input:lang(en)~.custom-file-label::after{ content: "Upload Image";}

	.add_pro_box{ padding: 15px; }
	.add_pro_box p{ margin-bottom: 10px; }
	.list_footer{ padding-top: 15px; }

	.pro_list_thum{ padding: 15px; }

   .pro_thum .custom-checkbox .custom-control-label{ cursor: pointer; position: static; width: 100%;}
   .pro_thum .custom-checkbox .custom-control-label::before{
      position: absolute; 
      width: 25px; height: 25px; z-index: 9;
      border-radius: 50%;
      right: -8px; top: 0; left: auto; border-color:transparent; background-color: transparent;
   }

   .pro_thum .custom-checkbox .custom-control-input:checked~.custom-control-label{border-color: #47478f;}

   .pro_thum .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #28a745;border-color: #28a745;
   }
   .pro_thum .custom-control-input:focus~.custom-control-label::before{ box-shadow: none; border:none; }

   .pro_thum .custom-checkbox .custom-control-label::after{
    position: absolute;
    left: auto; right: -16px; top: 0; width: 30px; height: 30px; z-index: 9;
   }

  .pro_thum .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
      content: "\f00c";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #fff;
      font-size: 18px;
      background-image: none; 
  }

  .pro_thum .custom-control{ padding: 0; }
  .pro_thum .product .product-box{ margin-right: 0; }

  .remove_btn{ display: block; margin: 0 auto; }

/* tooltip design start */

.my_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.my_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.my_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.my_tooltip:hover .tooltiptext {
  visibility: visible;
}



/* All Label Color For Status */

.videoEmbed {overflow: hidden; position: relative; width:100%;}
.videoEmbed::after { padding-top: 56.25%;display: block;content: '';}
.videoEmbed iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.completed_btn{ background-color: green; color: #fff; font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}
.cancel_btn{ background-color: red; color: #fff; font-weight: bold !important; font-size: 12px; text-align: center; padding: 5px 10px;  text-transform: capitalize !important; }
.return_btn{ background-color: orange; color: #fff; font-weight: bold !important;font-size: 12px; text-align: center; padding: 5px 10px;  text-transform: capitalize !important; }
.process_btn{ background-color: #b5a700; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}

.avaiting_btn{ background-color: #b58600cf; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px; text-transform: capitalize !important; }
.paymentrcv_btn{ background-color: #1ba995cf; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.processord_btn{ background-color: #b5a700; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}
.outdel_btn{ background-color: #b500af9c; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }


.substitute_btn{ background-color: #00ce78c7; color: #fff;  font-weight: bold !important;font-size: 12px; border-radius: 5px; text-align: center;  padding: 2px 5px; text-transform: capitalize !important; }



.cancel_req_btn{ background-color: #cc19198c; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.cancel_success_btn{ background-color: #1e790ec2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }


.return_st1_btn{ background-color: #1e4b71c2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st2_btn{ background-color: #1e790ec2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st3_btn{ background-color: #31c3c3c2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st4_btn{ background-color: #9c2b00d9; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }




@media screen and (min-width: 992px) and (max-width: 1199px) {
	.product-right.product-form-box .product-buttons .btn-normal {display: block;margin: 0 auto 10px;}

	.dashboard.mb-4 .row > .col-sm-4{ padding-left: 8px; padding-right: 8px; }

}

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

	.product-right.product-form-box .product-buttons .btn-normal {
		background-color: #4ccdf6 !important;
		font-size: 14px;
		min-width: 130px;
	}

	.product-slide.no-arrow .slick-prev,.product-slide.no-arrow .slick-next {
		opacity: 1;
	}

}

@media screen and (min-width: 576px) and (max-width: 991px) {

	/* Checkout Page Design Start */
	.checkout_box .form-group.m-t-15{ text-align: center; }
	.checkout_box .btn-customs{ float: none; margin: 5px auto; width: 100%; max-width: 280px; }
	.checkout_box.checkout-form .product-order{ padding: 15px; }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
	/* Checkout Page Design Start */
	.pro_order_txt{ flex-wrap: wrap; }
	.pro_order_price{width: 100%;margin-top: -15px;}
	.pro_title a h5{ margin-bottom: 5px; }

	.order_filter ul li{ max-width: 160px; }

	
}


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

	.order-history .order_status{ max-width: 500px; margin: 0 auto; }
	.order-history .about_card_list{max-width: 500px; margin: 0 auto;margin-top: 20px;}

	.order_filter ul{ flex-basis: 100%;flex-wrap: wrap; }

	.mob_order_02{ order: 2; }

	 .product-notification{ z-index: 999; }
	 .product-notification h5{ flex-direction: column; padding: 20px 20px 10px; }
     .product-notification h5 .btn{ margin-top: 10px; }

     header.variant{
     	/*position: fixed;
	    width: 100%;
	    z-index: 99;
	    top: 0;
	    background-color: #fff;*/
     }
     .simple_header .logo_main .logo{ display: block; }
     .layout-header2{margin-top: 0 !important;}
     div#content-mobilet{ height: 0; padding: 0; }

     .add_to_cart .cart-inner .cart_media{height: calc(100% - 105px);}
     .add_to_cart .cart-inner .cart_media#cart_myval{height: calc(100% - 165px);}
     .add_to_cart .cart-inner ul.cart_product{ padding: 0; }


     .add_to_cart .setting-block ul li{border-bottom: 1px solid #ddd; width: 100% !important; text-align: left !important;}

    .search-overlay{ align-items: flex-start; height: 0; overflow: hidden;transition: all 0.5s ease-in-out;  }

    .search-overlay.open{ padding: 20px; height: 100%;max-height: calc(100% - 45px);}


    .search-overlay>div{ position: relative;max-width: 550px; }
    .overlay-content{max-width: calc(100% - 24px);}
    .search-overlay>div .close-mobile-search{ right: 0; top: 0; }
    .form_search_main .form-group{ position: relative; }
    .search-results-ajax,.navbar-menu .search-results-ajax{ 
    	margin-top: 0 !important;max-height: 70vh; overflow: auto; 
    	left: 0; right: 0; padding: 0 10px; width: 100% !important;border-radius: 5px;
    }
    .search-results-ajax ul li{ width: 100% !important; text-align: left !important; margin: 5px 0; }
    .search-results-ajax ul li a{ font-size: 15px; line-height: 15px; }

    .search-overlay>div .overlay-content input{ padding: 10px; line-height: 18px; }
    .search-overlay>div .overlay-content button{ top: 0;padding: 2px 5px; }

    .search-overlay>div .overlay-content input::-webkit-input-placeholder { /* Edge */
	  font-size: 14px;
	}

	.search-overlay>div .overlay-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  font-size: 14px;
	}

	.search-overlay>div .overlay-content input::placeholder {
	  font-size: 14px;
	}
        
    .search-overlay>div .close-mobile-search{
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        background-color: #ff5c5c;
        width: 28px;
        height: 28px; top: 6px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

    .form_search_main .form-group{ margin-bottom: 0; }

    div#memberModal h1{ font-size: 24px; line-height: 25px; }
    .contact-page .btn{ white-space: normal; padding: 10px; font-size: 15px; }

    .delivery_txt{ padding: 10px 0 5px !important; }
    .delivery_txt .btn-customs{padding: 8px 12px;border-radius: 8px;font-size: 14px; line-height: 1;}
    .delivery_txt .picup_title{ font-size: 18px; }

    .footer-2 .footer-main-contian .footer-right .subscribe-section .subscribe-block .subscrib-contant .input-group input{
    	padding-left: 0;
    }

    #about_us .modal-body{ padding: 1rem; }

    .dataTables_wrapper .dataTables_paginate { text-align: right !important; }

    .modal-dialog-centered{min-height: calc(100% - 40px);}


    .blog .pr-0{padding-right: 15px !important;}

    .search_close{ position: absolute;top: 0; right: 30px;  }
    .search_close i{ color: #333 !important; line-height: 40px; }


}


@media screen and (max-width: 575px) {
	.dataTables_wrapper{ padding-bottom: 0; }
	.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate { 
		text-align: center !important;
		position: relative;
		width: 100%;
	}

	.checkout_box .product-accordion{ margin-bottom: 20px; }

	.profile-tab-content .product .product-box{ max-width: 300px; margin: 0 auto 10px; }

	.checkout_box .product-accordion .card-body{ padding: 10px; }
	.contact-page .checkout_box .btn{ padding: 10px 5px; }
	.contact-page .checkout_box a.btn.btn-xsc{ padding: 2px 10px; }

	.checkout-form h6, .payment-options h4{ margin-bottom: 0; font-size: 18px; }

	.order_filter ul li{ flex-basis: 100%; }
	.order_filter ul li:last-child{ max-width: unset; }

}

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

	.product .pr-0{ padding: 0 15px !important; }

}


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

	header.sticky_nav .brand_title, .brand_title{max-width: calc(100% - 100px);}
     .toggle_btn .navbar{ padding: 8px; }
     .brand_title .brand_logo{ width: 45px; }

     .footer-2{ padding-top: 10px; }
     .footer-2 .footer-main-contian .footer-left {
			padding: 20px 0px;
	  }

}

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

	.product .pr-0{ padding: 0 15px !important; }

	.brand_txt h3, header.sticky_nav .brand_txt h3{ max-width: 150px !important; }

}

/* Add Banner Media Query Start */

@media screen and (min-width: 768px) {
	.bn-sidebar-160{ display: block; }
	.bn-sm-sidebar{ display: none; }
}

@media screen and (max-width: 768px) {
	.bn-sidebar-160{ display: none; }
	.bn-sm-sidebar{ display: block; }
}

@media screen and (min-width: 1200px) {
	.bn-lg{ display: block; }
	.bn-sm,.bn-md{ display: none; }

}

@media screen and (min-width: 576px) and (max-width: 1200px) {
	.bn-md{ display: block; }
	.bn-lg,.bn-sm{ display: none; }

}


@media screen and (max-width: 575px) {
	.bn-sm{ display: block; }
	.bn-lg,.bn-md{ display: none; }

}


/* Add Banner Media Query End */








