body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
}
@font-face {
    font-family: 'Alleyster';
    src: url('../fonts/Alleyster.eot');
    src: url('../fonts/Alleyster.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Alleyster.woff2') format('woff2'),
        url('../fonts/Alleyster.woff') format('woff'),
        url('../fonts/Alleyster.ttf') format('truetype'),
        url('../fonts/Alleyster.svg#Alleyster') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Black.woff2') format('woff2'),
        url('../fonts/Muli-Black.woff') format('woff'),
        url('../fonts/Muli-Black.ttf') format('truetype'),
        url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.fixed-header{
    position: fixed;
    top: 0px;
    width: 100%;
	background:#fff;
	box-shadow: 0 0px 5px #000;
	animation: smoothScroll .6s forwards; 
	transition: all ease 0.5s;
	z-index:9999;
}
@keyframes smoothScroll {
	0% { 
	transform: translateY(-40px); 
	}
	100%{ 
	transform: translateY(0px); 
	}
}
.logo {
    padding: 12px 0;
}
 
.search_sec, .wishlist, .cart_sec {
    display: inline-block;
    vertical-align: middle;
    padding:24px 10px;
}
.cart_sec {
    position: relative;
}
.cart_sec span {
	background: #464646;
    position: absolute;
    width: 18px;
    text-align: center;
    border-radius: 20px;
    left: 28px;
    height: 18px;
    top: 37px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}
.ms-slide-info {
    position: absolute !important;
    right: 160px;
    top: 60px;
    text-align: right;
}
.slide-titl {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
}
.slide-txt {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.shp_nw {
    margin: 20px 0;
}
.shp_nw a {
    background: #fff;
    padding: 8px 25px 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.category_sec {
	background: #fef3fa;
    position: relative;
    text-align: center;
    z-index: 9;
    padding-bottom: 50px;
    border-bottom: 7px solid #fff;
}
.category_sec:after {
    width: 100%;
    height: 91px;
    background-image: url(../images/curve_img.png);
    position: absolute;
    top: -50px;
    left: 0;
    content: "";
   z-index: -1;
}
.page_titl {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px 0 50px;
}
.page_titl img {
    margin-bottom: 15px;
}
.cate_img {
    position: relative;
}
.cate_sec:hover .cate_iocn {
    transform: rotate(
360deg
);
    transition: all .4s;
}
.cate_sec:hover .collection a {
    color: #000;
    transition: all .4s;
}
.cate_iocn {
    width: 69px;
    height: 69px;
    background: #fbcbfe;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    border: 4px solid #fff;
    line-height: 3.6;
    left: 10px;
}
.second_img .cate_iocn {
    right: 0px;
    left: auto;
    top: 68px;
    background: #b9e0ff;
}
.third_img .cate_iocn {
    right: 5px;
    left: auto;
    top: 20px;
    background: #ffecb2;
}
.fourth_img .cate_iocn {
    right: 10px;
    left: auto;
    bottom: 30px;
    top: auto;
    background: #ffadad;
}
.cate_titl {
    font-size: 17px;
    text-transform: uppercase;
    margin: 20px 0 0;
    font-weight: 800;
    color: #398aca;
    letter-spacing: 1px;
}
.collection {
    line-height: 2;
    text-transform: uppercase;
    font-size: 13px;
}
.cta_outer {
    background-image: url(../images/cta_img.jpg);
    background-size: cover;
    padding: 40px 0;
    height: 416px;
}
.cta_cont {
    text-align: center;
    padding-left: 280px;
    padding-top: 90px;
}
.cta_cont span {
    display: block;
    font-family: 'Alleyster';
    font-size: 30px;
    letter-spacing: 2px;
}
.cta_cont strong {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    color: #388aca;
}
.cta_btn {
    margin-top: 25px;
}
.cta_btn a {
    border: 2px solid #2b2a2a;
    padding: 9px 30px 12px;
    text-transform: uppercase;
    color: #000;
}
.choose_outer {
    padding: 30px 0;
    position: relative;
    z-index: 9;
}
.choose_box {
    display: flex;
    align-items: center;
}
.choose_img img {
    margin-right: 10px;
}
.choose_titl strong {
    display: block;
    color: #398aca;
    text-transform: uppercase;
}
.choose_titl span {
    font-size: 13px;
    line-height: 1.6;
    display: block;
}
.choose_box {
    display: flex;
    align-items: center;
    border-right: 1px solid #f3f3f3;
    padding: 10px 0;
}
.product_outer {
    text-align: center;
    background: #fdf1f8;
    padding: 100px 0 80px;
    position: relative;
}
.product_outer:after {
    width: 116px;
    height: 172px;
    content: "";
    position: absolute;
    right: 281px;
    top: 1px;
    background-image: url(../images/clipart.png);
    z-index: 999;
	    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.product_outer:before {
    background-image: url(../images/curve_img2.png);
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 90px;
    z-index: 0;
}
.product_titl span {
    font-family: 'Alleyster';
    font-size: 24px;
    display: block;
	  text-transform: none;
	color:#000;
	font-weight:normal;
}
.product_titl {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #388aca;
}
.prod_btm {
    background: #fff;
    padding-bottom: 20px;
}
.product_name a {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
span.woocommerce-Price-amount.amount {
    color: red;
}
.home_product_block_inner {
    box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 8%);
}
li.has-post-thumbnail {
	border: 1px solid #f1f1f1;
    padding-bottom: 20px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce-loop-product__title {
	font-weight: normal;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4;
}
.woocommerce ul.products li.product .price {
    color: #ff0000 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.home .add_to_cart_button {
    padding: 11px !important;
}
.add_to_cart_button, a.added_to_cart, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button{
	background: #000 !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 11px 20px !important;
    display: inline-block !important;
    font-size: 13px !important;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 10px;
}
a.added_to_cart.wc-forward {
    padding: 11px !important;
    vertical-align: -5px !important;
    background: #2f93d8 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff1212  !important;
    font-weight: bold !important;
	font-size: 25px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px !important;
	background: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #222 !important;
	color: #fff !important;
}
.single_add_to_cart_button {
    background: #000 !important;
    padding: 0 20px !important;
    height: 42px !important;
    border-radius: 0px !important;
    outline: none !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.variations td {
    display: block !important;
}
select#pa_select-size {
    padding: 10px;
    min-width: 54%;
}
.single_add_to_cart_button:hover {
    background: #0059ab !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
    height: 40px !important;
    width: 40px !important;
    font-weight: 500;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 40px !important;
	color: #333;
}
.sku_wrapper {
	display: block;
}
.checkout-button {
    background: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    min-width: 48%;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-input-wrapper input {
    width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
	border-radius: 0 !important;
	font-size: 15px;
}
.woocommerce-input-wrapper textarea {
	border: 1px solid #ccc !important;
	height: 136px !important;
	border-radius: 0 !important;
	font-size: 15px;
	resize: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #efeeee;
    padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 9px 5px 0px;
}
.woocommerce-Tabs-panel--product-description ul {
    padding: 0;
    margin: 0;
}
.woocommerce-Tabs-panel--product-description ul li {
    display: inline-block;
    padding-right: 20px;
    width: 19%;
}
form.checkout_coupon.woocommerce-form-coupon button, .woocommerce-cart-form button{
    background: #313131 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 0 !important;
}
input#coupon_code {
    height: 40px !important;
}
input.minus, input.plus {
    background: #000 !important;
    padding: 11px 17px !important;
}
.col-lg-6.offset-lg-6.cart-bottom-text {
    display: none;
}

.woocommerce span.onsale {
    height: 45px !important;
    width: 45px !important;
    padding: 0px !important;
}
.breadcrumb-container {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.woocommerce-breadcrumb {
    margin-top: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    top: 25px !important;
    right: 22px !important;
    background-color: transparent !important;
    color: #388aca !important;
    line-height: 4.2;
    width: 55px !important;
    height: 55px !important;
    text-transform: uppercase;
    font-size: 12px;
}
.wpfFilterTitle {
    background: #f1f9ff;
    padding: 9px 6px 0 !important;
    margin-bottom: 13px !important;
}
.wpfTitleToggle {
    padding-top: 8px !important;
}
.wpfFilterWrapper .wfpTitle {
    font-size: 16px;
    padding: 5px !important;
}
button.wpfFilterButton.wpfButton {
    background: #000 !important;
    padding: 10px !important;
    min-height: auto;
    font-size: 13px;
    border-radius: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 18px !important;
}
.home_product_block_inner {
    position: relative;
}
.onsale {
	position: absolute;
    right: 20px;
    top: 10px;
    width: 55px !important;
    height: 55px !important;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px dashed #388aca;
    border-radius: 50px;
    line-height: 4;
    color: #388aca;
}
#back2Top {
    overflow: hidden;
    z-index: 999;
    padding-top: 0;
    cursor: pointer;
    transform: rotate(
0deg
);
    position: fixed;
    bottom: 66px;
    right: 1%;
    color: #fff;
    background: #388aca;
    padding: 3px 10px 10px;
    text-decoration: none;
    transition: all 0.5s;
}
a#back2Top img {
    width: 22px;
}
.page .entry-header, .blog_page_banner {
    text-align: center;
    background:#000 !important;
    margin-bottom: 50px !important;
}
.blog_page_title, .page .entry-title {
	padding: 80px 0px 70px;
    margin: 0;
    color: #388aca;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
}

.special_outer {
    padding: 60px 0 0;
    position: relative;
}
.special_outer:before {
    width: 142px;
    height: 432px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	background-image:url(../images/clipart2.png);
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.footer {
    background: #e9f6f8;
    padding: 120px 0 30px;
    position: relative;
}
.footer:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/curve_img3.png);
	width:100%;
	height:86px;
}
.logo_name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px;
}
.foot_txt {
    font-size: 14px;
    padding-right: 20px;
}
.foot_txt a {
    display: block;
    color: #000;
}
.foot_titl {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.foot_menu ul {
    margin: 0;
}
.foot_menu ul li {
    list-style-type: none;
    margin-bottom: 4px;
    font-size: 15px;
}
.foot_menu ul li a {
    color: #000;
}
.foot_contact ul {
    margin: 0;
}
.foot_contact ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
}
.foot_btm {
    padding-top: 12px;
    padding-bottom: 12px;
}
.copyright {
    font-size: 15px;
    padding-top: 11px;
}
.cta_btn a:hover {
    background: #000;
    color: #fff;
    transition: all .4s;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
}
.aws-search-field {
	border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 49px 0 0px !important;
    height: auto !important;
}
.aws-search-btn.aws-form-btn {
    background: transparent !important;
    border: none !important;
}
.inner_page_header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}
.inner_banner_heading {
    text-align: center;
    color: #222;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 35px;
    line-height: 1.0909090909;
    z-index: 99;
}
.breadcrumb-container {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.cont_det {
    margin: 0 240px;
    text-align: center;
    background: #000000;
    padding: 10px;
    border: 1px solid #ccc;
    color: #fff;
    position: relative;
    z-index: 9;
}
.cont_det:before {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #292727;
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
}
.cont_det:after {
     width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 30px solid #292727;
    content: "";
    position: absolute;
    right: 0;
    top: -22px;
}
.cont_det ul {
    margin: 0;
}
.cont_det ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    border-right: 1px solid #adadb3;
}
.cont_det ul li:last-child{
    border-right: none;
}
.contaxt_form {
    margin: -74px 270px 0;
    border: 1px solid #e0e0e0;
    padding: 100px 25px 25px;
}
.frm_fld input, .frm_fld textarea {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0px;
    font-size: 14px;
}
.frm_fld textarea {
    height: 110px;
}
.send_btn input {
    background: #388aca !important;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #000;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background:#388aca !important;
}
.thankyou-btn a {
        display: inline-block;
    background: #388aca;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
@media only screen and (max-width : 320px) {
	.aws-search-field {
		padding: 0 10px 0 0px !important;
	}
	.search_sec, .wishlist, .cart_sec {
		padding: 12px 0px;
	}
	.ms-slide-info {
		right: 19px;
		text-align: right;
		top:0;
	}
	.slide-titl {
		font-size: 17px;
	}
	.slide-txt {
		font-size: 9px;
		padding-left: 140px;
		line-height: 1.6;
	}
	.shp_nw {
		margin: 5px 0;
	}
	.shp_nw a {
		padding: 4px 8px 5px;
    	font-size: 9px;
	}
	.category_sec:after {
		top: -25px;
	}
	.page_titl {
		font-size: 17px;
		margin: 0px 0 20px;
	}
	.cate_iocn {
		top: 10px;
		left: 30px;
	}
	.cate_sec {
		margin-bottom: 20px;
	}
	.second_img .cate_iocn {
		right: 15px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
    	right: 25px;
	}
	.cta_outer {
		height: auto;
		background-position: -110px 0px;
	}
	.cta_cont {
		padding-left: 0;
		padding-top: 0;
	}
	.cta_btn a {
		padding: 8px 20px 10px;
	}
	.cta_cont strong {
		font-size: 22px;
	}
	.cta_cont span {
		font-size: 18px;
	}
	.choose_box {
		border-right: none;
		padding: 13px 0;
	}
	.product_titl span {
		font-size: 20px;
	}
	.product_titl {
		font-size: 26px;
	}
	.product_outer {
		padding: 100px 0 10px;
	}
	.home_product_block_inner {
		margin-bottom: 20px;
	}
	.home_product_block_image.product_img img {
		width: 100%;
	}
	.product_outer:after {
		width: 66px;
		height: 98px;
		background-size: contain;
		right: 198px;
	}
	.special_outer:before {
		width: 110px;
		height: 156px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.woocommerce ul.products li.product .onsale {
		top: 15px !important;
		right: 15px !important;
		line-height: 3.7;
		width: 45px !important;
		height: 45px !important;
		font-size: 11px;
	}
	.foot_txt {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.foot_menu {
		margin-bottom: 20px;
	}
	.foot_btm {
		padding-bottom: 65px;
		text-align: center;
	}
	.pay_img.text-end {
		text-align: center !important;
	}
	.pay_img img {
		width: 100%;
	}
	.inner_banner_heading {
		font-size: 20px;
		margin-top: 10px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left !important;
	}
	.wpfFilterWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 1.992em !important;
	}
	.cont_det {
		margin: 0 -20px;
	}
	.contaxt_form {
		margin: -104px 0px 0;
    	padding: 110px 15px 15px;
	}
	.cont_det ul li img {
		width: 23px;
	}
	.cont_det ul li {
		padding: 0;
		border-right: none;
		font-size: 13px;
	}
	.cont_det:before {
		border-right: 20px solid #292727;
	}
	.cont_det:after {
		border-left: 20px solid #292727;
	}
	.blog_page_title, .page .entry-title {
		padding: 30px 0px 20px;
		font-size: 18px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.aws-search-field {
		padding: 0 10px 0 0px !important;
	}
	.search_sec, .wishlist, .cart_sec {
		padding: 16px 0px;
	}
	.menu-toggle {
		top: 14px !important;
	}
	.ms-slide-info {
		right: 19px;
		text-align: right;
		top:0;
	}
	.slide-titl {
		font-size: 20px;
	}
	.slide-txt {
		font-size: 12px;
		 padding-left: 160px;
    	line-height: 1.6;
	}
	.shp_nw {
		margin: 5px 0;
	}
	.shp_nw a {
		padding: 4px 8px 5px;
    	font-size: 9px;
	}
	.category_sec:after {
		top: -25px;
	}
	.page_titl {
		font-size: 20px;
		margin: 0px 0 20px;
	}
	.category_sec {
		padding-bottom: 10px;
	}
	.cate_iocn {
		top: 10px;
		left: 50px;
	}
	.cate_sec {
		margin-bottom: 20px;
	}
	.second_img .cate_iocn {
		right: 45px;
	}
	.third_img .cate_iocn {
		right: 55px;
	}
	.fourth_img .cate_iocn {
    	right: 55px;
	}
	.cta_outer {
		height: auto;
		background-position: -110px 0px;
	}
	.cta_cont {
		padding-left: 0;
		padding-top: 0;
	}
	.cta_btn a {
		padding: 8px 20px 10px;
	}
	.cta_cont strong {
		font-size: 22px;
	}
	.cta_cont span {
		font-size: 18px;
	}
	.choose_box {
		border-right: none;
		padding: 13px 0;
	}
	.product_titl span {
		font-size: 20px;
	}
	.product_titl {
		font-size: 26px;
	}
	.product_outer {
		padding: 100px 0 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 25px !important;
	}
	.home_product_block_inner {
		margin-bottom: 20px;
	}
	.home_product_block_image.product_img img {
		width: 100%;
	}
	.product_outer:after {
		width: 66px;
		height: 98px;
		background-size: contain;
		right: 253px;
	}
	.special_outer:before {
		width: 110px;
		height: 156px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.woocommerce ul.products li.product .onsale {
		top: 15px !important;
		right: 15px !important;
		line-height: 3.7;
		width: 45px !important;
		height: 45px !important;
		font-size: 11px;
	}
	.foot_txt {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.foot_menu {
		margin-bottom: 20px;
	}
	.foot_btm {
		padding-bottom: 65px;
		text-align: center;
	}
	.pay_img.text-end {
		text-align: center !important;
	}
	.pay_img img {
		width: 100%;
	}
	.inner_banner_heading {
		font-size: 20px;
		margin-top: 10px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left !important;
	}
	.wpfFilterWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 1.992em !important;
	}
	.cont_det {
		margin: 0 -20px;
	}
	.contaxt_form {
		margin: -104px 0px 0;
    	padding: 110px 15px 15px;
	}
	.cont_det ul li img {
		width: 23px;
	}
	.cont_det ul li {
		padding: 0;
		border-right: none;
		font-size: 13px;
	}
	.cont_det:before {
		border-right: 20px solid #292727;
	}
	.cont_det:after {
		border-left: 20px solid #292727;
	}
	.blog_page_title, .page .entry-title {
		padding: 30px 0px 20px;
		font-size: 18px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.slide-txt {
		padding-left: 200px;
	}
	.ms-slide-info {
		top: 27px;
	}
	.cate_iocn {
		left: 80px;
	}
	.second_img .cate_iocn {
		right: 65px;
	}
	.third_img .cate_iocn, .fourth_img .cate_iocn {
		right: 75px;
	}
	.cta_cont strong {
		font-size: 25px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.logo img {
		width: 115px;
	}
	.aws-search-field {
		padding: 0 10px 0 0px !important;
	}
	.search_sec, .wishlist, .cart_sec {
		padding: 16px 0px;
	}
	.menu-toggle {
		top: 14px !important;
	}
	.ms-slide-info {
		right: 19px;
		text-align: right;
		top: 30px;
	}
	.slide-titl {
		font-size: 30px;
	}
	.slide-txt {
		font-size: 15px;
		padding-left: 350px;
		line-height: 1.4;
	}
	.shp_nw {
		margin: 10px 0;
	}
	.shp_nw a {
		 padding: 5px 18px 7px;
    	font-size: 13px;
	}
	.category_sec:after {
		top: -25px;
	}
	.page_titl {
		margin: 0px 0 20px;
	}
	.category_sec {
		padding-bottom: 10px;
	}
	.cate_iocn {
		top: 10px;
		left: 130px;
	}
	.cate_sec {
		margin-bottom: 20px;
	}
	.second_img .cate_iocn {
		right: 120px;
	}
	.third_img .cate_iocn {
		right: 130px;
	}
	.fourth_img .cate_iocn {
    	right: 120px;
	}
	.cta_outer {
		height: auto;
		background-position: -110px 0px;
	}
	.cta_cont {
		padding-left: 0;
		padding-top: 0;
	}
	.cta_btn a {
		padding: 8px 20px 10px;
	}
	.cta_cont strong {
		font-size: 22px;
	}
	.cta_cont span {
		font-size: 18px;
	}
	.choose_box {
		border-right: none;
		padding: 13px 0;
	}
	.product_titl span {
		font-size: 20px;
	}
	.product_titl {
		font-size: 26px;
	}
	.product_outer {
		padding: 100px 0 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 25px !important;
	}
	.home_product_block_inner {
		margin-bottom: 20px;
	}
	.home_product_block_image.product_img img {
		width: 100%;
	}
	.product_outer:after {
		width: 66px;
		height: 98px;
		background-size: contain;
		right: 510px;
	}
	.special_outer:before {
		width: 110px;
		height: 156px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.woocommerce ul.products li.product .onsale {
		top: 15px !important;
		right: 15px !important;
		line-height: 3.7;
		width: 45px !important;
		height: 45px !important;
		font-size: 11px;
	}
	.foot_txt {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.foot_menu {
		margin-bottom: 20px;
	}
	.foot_btm {
		padding-bottom: 65px;
		text-align: center;
	}
	.pay_img.text-end {
		text-align: center !important;
	}
 
	.inner_banner_heading {
		font-size: 20px;
		margin-top: 10px;
	}
	.wpfFilterWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 1.992em !important;
	}
	.cont_det {
		margin: 0 -20px;
	}
	.contaxt_form {
		margin: -74px 0px 0;
    	padding: 80px 15px 15px;
	}
	.cont_det ul li img {
		width: 23px;
	}
	.cont_det ul li {
		padding: 0;
		border-right: none;
		font-size: 13px;
	}
	.cont_det:before {
		border-right: 20px solid #292727;
	}
	.cont_det:after {
		border-left: 20px solid #292727;
	}
	.blog_page_title, .page .entry-title {
		padding: 30px 0px 20px;
		font-size: 18px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.aws-search-field {
		padding: 0 10px 0 0px !important;
	}
	.search_sec, .wishlist, .cart_sec {
		padding: 28px 0px 0;
	}
	.menu-toggle {
		top: 23px !important;
	}
	.ms-slide-info {
		right: 19px;
		text-align: right;
		top: 40px;
	}
	.slide-titl {
		font-size: 35px;
	}
	.slide-txt {
		font-size: 16px;
		padding-left: 300px;
		line-height: 1.4;
	}
	.shp_nw {
		margin: 15px 0;
	}
	.shp_nw a {
		 padding: 5px 18px 7px;
    	font-size: 13px;
	}
	.category_sec:after {
		top: -25px;
	}
	.page_titl {
		margin: 0px 0 20px;
	}
	.category_sec {
		padding-bottom: 10px;
	}
	.cate_iocn {
		top: 10px;
		left: 50px;
	}
	.cate_sec {
		margin-bottom: 20px;
	}
	.second_img .cate_iocn {
		right: 30px;
	}
	.third_img .cate_iocn {
		right: 40px;
	}
	.fourth_img .cate_iocn {
    	right: 30px;
	}
	.cta_outer {
		height: 200px;
	}
	.cta_cont {
		padding-left: 0;
		padding-top: 0;
	}
	.cta_btn a {
		padding: 8px 20px 10px;
	}
	.cta_cont strong {
		font-size: 22px;
	}
	.cta_cont span {
		font-size: 18px;
	}
	.product_titl span {
		font-size: 20px;
	}
	.product_titl {
		font-size: 26px;
	}
	.product_outer {
		padding: 100px 0 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 25px !important;
	}
	.home_product_block_inner {
		margin-bottom: 20px;
	}
	.home_product_block_image.product_img img {
		width: 100%;
	}
	.product_outer:after {
		right: 586px;
	}
	.special_outer:before {
		    width: 130px;
		height: 226px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.woocommerce ul.products li.product .onsale {
		top: 15px !important;
		right: 15px !important;
		line-height: 3.7;
		width: 45px !important;
		height: 45px !important;
		font-size: 11px;
	}
	.foot_txt {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.foot_menu {
		margin-bottom: 20px;
	}
	.foot_btm {
		padding-bottom: 65px;
		text-align: center;
	}
	.pay_img.text-end {
		text-align: center !important;
	}
 
	.inner_banner_heading {
		font-size: 20px;
		margin-top: 10px;
	}
	.wpfFilterWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 1.992em !important;
	}
	.cont_det {
		margin: 0 -20px;
	}
	.contaxt_form {
		margin: -74px 0px 0;
    	padding: 80px 15px 15px;
	}
	.cont_det ul li img {
		width: 23px;
	}
	.cont_det ul li {
		padding: 0;
		border-right: none;
		font-size: 13px;
	}
	.cont_det:before {
		border-right: 20px solid #292727;
	}
	.cont_det:after {
		border-left: 20px solid #292727;
	}
	.blog_page_title, .page .entry-title {
		padding: 30px 0px 20px;
		font-size: 18px;
	}
	.pay_img img {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	
	.ms-slide-info {
		right: 70px;
		top: 40px;
	}
	.cate_iocn {
		left: -10px;
	}
	.second_img .cate_iocn {
		right: -20px;
	}
	.third_img .cate_iocn {
		right: -15px;
	}
	.fourth_img .cate_iocn {
    	right: -10px;
	}
	.cta_cont {
		padding-left: 350px;
		padding-top: 60px;
	}
	.product_outer:after {
		right: 874px;
	}
	.cont_det {
		margin: 0 170px;
	}
	.contaxt_form {
		margin: -74px 200px 0;
		padding: 100px 25px 25px;
	}
	.pay_img img {
		width: 100%;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.product_outer:after {
		right: 846px;
	}
	.blog_page_title, .page .entry-title {
		padding: 70px 0px 60px;
		font-size: 20px;
	}
	.special_outer .has-post-thumbnail {
		margin: 0 0 2.992em !important;
	}
	.cate_iocn {
		left: -10px;
	}
	.second_img .cate_iocn {
		right: -20px;
	}
	.third_img .cate_iocn {
		right: -10px;
	}
	.fourth_img .cate_iocn {
		right: -20px;
	}
	
}

@media screen and (min-width: 1424px) {
	.ms-slide-info {
		right: 140px;
    	top: 70px;
	}
	.cate_iocn {
		left: 34px;
	}
	.second_img .cate_iocn {
		right: 20px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
		right: 30px;
	}
	.special_outer:before {
		left: 20px;
	}
	.product_outer:after {
		right: 390px;
	}
	.cta_outer {
		height: 505px;
	}
	.cta_cont {
		padding-left: 290px;
		padding-top: 130px;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info {
		right: 240px;
    	top: 110px;
	}
	.cate_iocn {
		left: 34px;
	}
	.second_img .cate_iocn {
		right: 20px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
		right: 30px;
	}
	.special_outer:before {
		left: 20px;
	}
	.product_outer:after {
		right: 390px;
	}
	.cta_outer {
		height: 505px;
	}
	.cta_cont {
		padding-left: 290px;
		padding-top: 130px;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info {
		right: 390px;
    	top: 110px;
	}
	.cate_iocn {
		left: 34px;
	}
	.second_img .cate_iocn {
		right: 20px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
		right: 30px;
	}
	.special_outer:before {
		left: 190px;
	}
	.product_outer:after {
		right: 510px;
	}
	.cta_outer {
		height: 795px;
	}
	.cta_cont {
		padding-left: 290px;
		padding-top: 320px;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info {
		right: 450px;
    	top: 190px;
	}
	.cate_iocn {
		left: 34px;
	}
	.second_img .cate_iocn {
		right: 20px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
		right: 30px;
	}
	.special_outer:before {
		left: 190px;
	}
	.product_outer:after {
		right: 510px;
	}
	.cta_outer {
		height: 795px;
	}
	.cta_cont {
		padding-left: 290px;
		padding-top: 320px;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info {
		right: 680px;
		top: 170px;
	}
	.cate_iocn {
		left: 34px;
	}
	.second_img .cate_iocn {
		right: 20px;
	}
	.third_img .cate_iocn {
		right: 25px;
	}
	.fourth_img .cate_iocn {
		right: 30px;
	}
	.special_outer:before {
		left: 430px;
	}
	.product_outer:after {
		right: 510px;
	}
	.cta_outer {
		height: 795px;
	}
	.cta_cont {
		padding-left: 290px;
		padding-top: 320px;
	}
}  