
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

button, input, select, textarea, label {
	/*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
	color: #606060;
}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
	content: '';
	content: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ins {
	color: #000;
	text-decoration: none;
}

mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 0;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
}

a {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

a:hover {color:;}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a img {border: 0 none;}

img {
	max-width: 100%;
	border: none;
}

del {
	text-decoration: line-through;
	color: #ed1c24;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.clickable, input[type=button], input[type=submit], button {
	cursor: pointer; /* hand cursor on clickable elements */
}

button, input, select, textarea {
	margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}

::placeholder {color:#;}

button { /* make buttons play nice in IE */
	width: auto;
	overflow: visible;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}

td {font-weight: normal;}

td, td img {vertical-align: top;}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {clear: both;}

.clearfix {zoom: 1;}

dd {margin: 0 0 0 40px;}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ul, .content ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
	list-style-type:none;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 45px;
    font-weight: 800;
	text-transform: capitalize;
}
	
h2 {font-size: 40px;}

h3 {font-size: 35px;}

h4 {font-size: 30px;}

h5 {font-size: 20px;}

h6 {font-size: 18px;}


.main {
	float: left;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.header{
	width: 100%;
    float: left;
    z-index: 9999;
    position: relative;
    box-shadow: 3px 0 6px 0px #d6cfcf;
}

.logo {
    width: auto;
    float: left;
	padding: 10px 0;
}

.navbar {
    width: auto;
    float: left;
	padding: 10px 30px 0;
}

.social-icon {
    width: auto;
    float: right;
}

.navbar ul li {
    display: inline-block;
    padding: 20px 20px 25px;
}

.navbar ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
	transition: 1s;
    text-transform: uppercase;
}

.navbar ul li a:hover {
    color: #e51f51;
}

.social-icon ul li {
    display: inline-block;
    padding: 27px 10px 8px;
}

.social-icon ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

i.fa.fa-user {
    color: #000;
}

.social-icon ul li a:last-child{
	color: #e51f51;
}

.social-icon ul li i {
    font-size: 22px;
}

.social-icon span {
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    float: left;
    text-transform: capitalize;
}

.banner{
	width: 100%;
    float: left;
	height: 445px;
}

.banner-in {
    width: 100%;
    float: left;
    height: 445px;
    position: relative;
}

.banner-img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(0.8);
}

.banner-text {
    width: auto;
    float: left;
    top: 95px;
	padding: 0 75px;
    position: absolute;
}

.banner-text h1{
	color: #fff;
	line-height: 70px;
}

.banner-text p{
	width: 51%;
	color: #fff;
	float: none;
	font-size: 24px;
	line-height: 30px;
	font-weight: 100;
}

.banner .order-now {
    width: auto;
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 12px 25px;
    border-radius: 100px;
    margin-top: 40px;
	transition: 1s;
    background-color: #cb2b53;
}

.banner .order-now:hover {
	background-color: #000;
}

.shop-now-sec{
	width: 100%;
    float: left;
	padding: 45px 0 0;
}

.shop-cont {
    width: 100%;
    float: left;
}

.shop-left{
	width: 100%;
    float: left;
	height: 246px;
    position: relative;
}

.shop-img {
    width: 48%;
    float: left;
    position: absolute;
}

.shop-in-box {
    width: 53%;
    float: right;
    position: relative;
	padding-top: 40px;
}

.shop-cont h5 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}

.shop-cont ul li {
    font-size: 16px;
    line-height: 25px;
}

.shop-now {
    width: auto;
    float: right;
    color: #fff;
    font-size: 20px;
    padding: 10px 36px;
    border-radius: 100px;
    margin-top: 30px;
    transition: 1s;
    background-color: #cb2b53;
}

.shop-now:hover{
    background-color: #000;
}

.luggage-sec{
	width: 100%;
    float: left;
	padding: 40px 0;
}

.luggage-in{
	width: 100%;
    float: left;
    position: relative;
}

.luggage-text {
    position: relative;
    width: 100%;
    top: 44px;
    left: 0;
}

.bk-luggage-left {
    width: 48%;
    float: left;
    top: 8px;
    left: 37px;
	position: absolute;
}

.bk-luggage-right {
    width: 45%;
    float: right;
    top: 8px;
    right: 15px;
	position: absolute;
}

.luggage-text h4 {
    text-transform: uppercase;
    font-weight: 600;
	padding: 10px 0;
	line-height: 40px;
}

.luggage-text p {
	font-size: 18px;
    line-height: 28px;
}

.video-sec{
	width: 100%;
    float: left;
	padding: 30px 0 0;
	text-align: center;
}

.video-cont{
	width: 65%;
	margin: 0 auto;
}

div#fancybox-outer {
    border: 6px solid #cb2a53;
}

.video-cont a img {
    border: 6px solid #cb2a53;
    padding: 10px;
}

.new-post{
	width: 100%;
    float: left;
	padding: 40px 0;
}

.new-colom{
    width: 31.33%;
    float: left;
    margin: 0 36px 0 0;
    border: 1px solid #d8d5d5;
}

.new-colom:last-child{
	margin: 0 0 0 0;
}

.new-post-cont h2{
	text-align: center;
	padding: 5px 0 40px;
	font-weight: 800;
}

.news-text {
    width: 100%;
    float: left;
    padding: 20px;
}

.news-text p {
    font-size: 15px;
    color: #949090;
}

.view-icon  {
    width: 100%;
    float: left;
	padding: 0 20px 20px;
}

.view-icon ul {
    width: 46%;
    float: left;
}

.view-icon ul li {
    display: inline-block;
	font-size: 14px;
    color: #949090;
}

.view-icon ul li i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid #949090;
    text-align: center;
    padding: 5px 0;
    color: #949090;
}

ul.icon-right {
    width: 54%;
    float: right;
}

.icon-right li{
	padding: 5px 0;
}


.footer{
	width: 100%;
    float: left;
	background-color: #f4f4f4;
}

.footer-in {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.footer-colom{
	width: 33.33%;
    float: left;
}

.footer-colom ul {
    width: 48%;
    float: left;
}

.footer-colom h6{
	color: #6b6a6a;
	padding-bottom: 15px;
}

.footer-colom ul li a{
	color: #8f8e8e;
	font-size: 14px;
	line-height: 26px;
}

.footer-colom input[type="text"] {
    width: 100%;
    float: left;
    height: 45px;
    padding: 0 5px;
    border: 1px solid #ddd6d6;
}

.footer-icon ul li {
    display: inline-block;
    padding: 34px 9px 0 0;
}

.footer-icon ul li i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid #949090;
    text-align: center;
    padding: 5px 0;
    color: #949090;
}

.footer-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
}

.footer-text {
    width: 90%;
    float: left;
    margin: 0 auto;
}

.footer-text p{
	color: #8f8e8e;
	font-size: 14px;
	padding: 20px 0 0 0;
}

.footer-logo {
    width: auto;
    float: right;
}

.footer .form label {
    font-size: 14px;
    margin-right: 10px;
}

.footer .form input.tnp-email {
    height: 35px;
    border: 1px solid #e8e9eb;
    background-color: #fff;
    color: #000;
    width: 55%;
    padding: 10px 5px;
}

.footer .form input.tnp-submit {
    width: auto;
    float: right;
    height: 35px;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border: none;
	transition: 1s;
	margin-right: 36px;
    background-color: #cb2a53;
}

.footer .form input.tnp-submit:hover {
	background-color: #000;
}

/*** 05.04.2019 ***/
/*** About-page ***/

.about-sec{
	width: 100%;
	float: left;
	padding: 40px 0;
}

.about-in-left{
	width: 48%;
	float: left;
}

.about-in-right{
	width: 48%;
	float: right;
}

.followme-about {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.follow-aboutin {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.follow-aboutin h3 {
    font-weight: 400;
    padding-bottom: 17px;
}

.follow-aboutin p {
    font-size: 18px;
    line-height: 28px;
    color: #949090;
}

.blog-sec{
	width: 100%;
    float: left;
	padding: 40px 0;
}

.blog-sec-in{
	width: 100%;
    float: left;
	padding-bottom: 20px;
}

.blog-in-colom{
	width: 31.33%;
    float: left;
    margin: 24px 24px 0 0;
    border: 1px solid #d8d5d5;
}

.readmore-btn {
    width: auto;
    float: right;
    color: #cb2a52;
	font-size: 15px;
	font-weight: 600;
}

.news-feedimg img {
    max-width: 100%;
    height: auto;
}

.news-text h5 a {
    color: #000;
    font-size: 20px;
}

.contact-sec{
	width: 100%;
    float: left;
	padding: 40px 0;
}

.contact-cont-left{
	width: 40%;
    float: left;
}

.contact-cont-right{
	width: 50%;
    float: right;
}

.contact-cont h2 {
    margin: 0 0 30px !important;
    font-size: 35px;
}

.contact-cont h5{
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-cont-left p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
}

.contact-cont label {
    font-size: 13px;
}

.form-cont-left {
    width: 49%;
    float: left;
}

.form-cont-right {
    width: 49%;
    float: right;
} 

.contact-cont-left ul li a {
    line-height: 45px;
    font-size: 16px;
}

.contact-cont-left ul li span i {
    margin: 0 15px 0 0;
    font-size: 16px;
	color: #cb2a53;
	vertical-align: middle;
}

.contact-cont .contact-cont-right input {
    width: 100%;
    float: left;
    height: 50px;
    color: #000;
    font-size: 15px;
    padding: 0 5px;
    margin: 2px 0 15px;
	text-transform: capitalize;
    border: 1px solid #b2afaf;
}

.contact-cont .contact-cont-right textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
    height: 165px;
	margin: 2px 0 0;
    padding: 10px 5px;
	text-transform: capitalize;
}

.contact-cont .contact-cont-right input.wpcf7-form-control.wpcf7-submit {
    background-color: #cb2a53;
    border: none;
    padding: 13px 0;
    color: #fff;
    font-size: 18px;
    width: 110px;
	height: 45px;
    float: right;
    transition: 1s;
    margin-top: 15px;
    text-align: center;
}

.contact-cont .contact-cont-right input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
}

/*** css-done ***/

.shop-img img {
    max-width: 100%;
    height: auto;
}

.shop-cont li.even {
    background-color: #dde0d9;
    width: 48%;
    float: left;
    padding: 25px;
}

.shop-cont li.odd {
    background-color: #dde0d9;
    width: 48%;
    float: left;
	padding: 25px;
    margin-bottom: 35px;
    margin-left: 47px;
}

.inner-banner-text {
    width: 65%;
    float: left;
    top: 218px;
    padding: 0 90px;
    position: absolute;
}

.inner-banner-text h1 {
    color: #fff;
    font-size: 35px;
}

.online-seller {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.seller-cont .woocommerce-breadcrumb {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 10px 0 30px;
}

.seller-cont .woocommerce-product-gallery {
    text-align: center;
}

.seller-cont .woocommerce-product-gallery img {
    display: inline-block;
}

.seller-cont .woocommerce-tabs.wc-tabs-wrapper h2 {
    padding: 30px 0 10px;
}

.seller-cont .products.columns-4 {
    padding: 30px 0 0;
}

.seller-cont .woocommerce-loop-product__title {
    font-size: 14px;
    padding: 8px 5px;
	letter-spacing: 1px;
}

.seller-cont ul.products.columns-4 li .button.product_type_simple {
    font-size: 12px;
    color: #d6626b;
    font-weight: 500;
}

.slider_main {
    width: 100%;
    float: left;
    overflow: hidden;
}

.mobile-menu-btn {
    display: none;
}

.seller-cont .flex-control-nav.flex-control-thumbs {
    padding: 40px 0;
    width: 100%;
    float: left;
}

.summary.entry-summary h1 {
    font-size: 22px;
    line-height: 30px;
}

ul.flex-direction-nav {
    display: none;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: auto;
    height: 56px;
    display: inline-block;
    padding: 0;
    margin: 0;
    clear: initial;
}

ol.flex-control-nav.flex-control-thumbs li img {
    width: 48%;
    border: 1px solid #ccc;
}

.single-product .summary p.price {
    margin-bottom: 10px !important;
}

.seller-cont form.variations_form.cart {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.seller-cont select {
    width: 100%;
    float: left;
    height: 35px;
    margin: 0 15px 15px;
}

.seller-cont .label {
    padding: 8px 0;
}

.quantity input {
    width: auto%;
    margin: 0 5px;
    height: 35px;
	padding: 0 5px;
}

.online-seller button.single_add_to_cart_button.button.alt {
    width: auto;
    float: left;
    height: 35px;
    transition: 1s;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 0px 14px;
    opacity: 1 !important;
    background-color: #cb2a53;
}

.online-seller button.single_add_to_cart_button.button.alt:hover {
	background-color: #000;
}

ul.tabs.wc-tabs {
    border-bottom: 1px solid #ccc;
}
ul.tabs.wc-tabs li a{
    border: 1px solid #ccc;
    margin: 0;
    float: left;
    padding: 14px 34px;
    border-right: none;
    border-bottom: none;
}
.woocommerce-tabs a:hover {
    box-shadow: none !important;
}
.woocommerce-Tabs-panel h2{
    font-size: 22px;
}
p.form-submit input[type=submit] {
    background: #f51f24;
    padding: 11px 27px;
    border: none;
    color: #fff;
    font-size: 16px;
}
.woocommerce-tabs a {
    box-shadow: none !important;
    }
ul.tabs.wc-tabs li.active a {
    box-shadow: none;
    background: #cb2a53;
    color: #fff;
}

ul.tabs.wc-tabs li {
    margin-right: 0;
    float: left;
}
ul.tabs.wc-tabs li:last-child {
    border-right: 1px solid #ccc;
}

.about-sec.alpgs .woocommerce table {
    width: 100%;
    border: 1px solid #e3e3e3;
}

.about-sec.alpgs .woocommerce table tr {
	line-height: 45px;
}

.about-sec.alpgs .woocommerce form.woocommerce-cart-form table td {
    border-top: 1px solid #e3e3e3;
	background-color: transparent;
}

.coupon input {
    margin: 6px 10px;
    height: 35px;
    padding: 0 5px;
}

.about-sec.alpgs button.button {
    width: auto;
    float: right;
    height: 35px;
    transition: 1s;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 0 14px;
    margin-top: 6px;
    background-color: #cb2a53;
}

.about-sec.alpgs button.button:hover {
	background-color: #000;
}

.about-sec.alpgs .cart-collaterals {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.about-sec.alpgs .cart_totals {
    width: 100% !important;
    float: left;
}

.about-sec.alpgs .cart-collaterals tr {
    border-top: 1px solid #e3e3e3;
}

div#order_review table tr {
    border-top: 1px solid #e3e3e3;
}

.about-sec.alpgs .cart_totals th {
    padding-right: 0;
    text-align: left;
    padding: 0 25px;
    vertical-align: middle;
}

.about-sec.alpgs .cart_totals form input {
    height: 48px;
    width: 100%;
    float: left;
	border-radius: 5px;
    font-size: 15px;
    padding: 0 5px;
	border: 1px solid #aaa;
}

.about-sec.alpgs .cart_totals form .select2-container .select2-selection--single {
    height: 48px;
}

.about-sec.alpgs .cart_totals td {
    padding-right: 25px;
    width: 60%;
	float: right;
}

.cart_totals h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

.about-sec.alpgs .wc-proceed-to-checkout {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.about-sec.alpgs .wc-proceed-to-checkout a {
    width: auto;
    float: right;
    transition: 1s;
    border: none;
    color: #fff;
    font-size: 16px;
    background-color: #cb2a53;
}

.about-sec.alpgs .wc-proceed-to-checkout a:hover {
	background-color: #000;
}

.about-sec.alpgs .wcppec-checkout-buttons {
    width: 100%;
    float: left;
}

.about-sec.alpgs a#woo_pp_ec_button {
    background-color: transparent;
    color: #000;
    width: 100%;
    float: left;
}

.about-sec.alpgs .woocommerce-billing-fields input {
    height: 48px;
    width: 100%;
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.about-sec.alpgs .woocommerce-billing-fields label {
    font-size: 14px;
    padding: 25px 0 05px;
}

.about-sec.alpgs .shipping_address input {
    height: 48px;
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.about-sec.alpgs .shipping_address label {
    font-size: 14px;
    padding: 25px 0 5px;
}

.about-sec.alpgs .woocommerce h3 {
    font-size: 30px;
	padding-bottom: 20px;
}

.about-sec.alpgs .woocommerce h3 span {
    color: #000;
    font-weight: 700;
}

.about-sec.alpgs .woocommerce .col2-set {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.about-sec.alpgs .woocommerce div#payment {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.about-sec.alpgs .woocommerce .payment_box.payment_method_ppec_paypal {
    float: left;
    width: 100%;
    margin: 25px 0;
}

ul.wc_payment_methods.payment_methods.methods {
    border-bottom: 1px solid #ddd;
}

.about-sec.alpgs .woocommerce div#payment li {
    line-height: 50px;
	border-bottom: none;
}

.wc_payment_method>label:first-of-type img {
    margin-top: 15px;
}

.about-sec.alpgs .woocommerce div#order_review th {
    text-align: left;
    padding: 0 25px;
    vertical-align: middle;
}

.about-sec.alpgs .woocommerce div#order_review td {
    padding: 0px 25px;
}

.about-sec.alpgs .woocommerce-info {
    background: #cb2a53;
    color: #fff;
}

.online-seller .woocommerce-message {
    background: #cb2a53;
    color: #fff;
	margin-bottom: 50px;
}

.online-seller .woocommerce-message a.button {
    width: auto;
    float: right;
    border: none;
    padding: 10px 10px;
    background-color: #000;
    box-shadow: none !important;
    margin-top: -10px;
	transition: 1s;
    vertical-align: middle;
}

.online-seller .woocommerce-message a.button:hover {
	color: #000 !important;
	background-color: #fff;
}

.online-seller h1 {
    font-size: 30px;
}

.online-seller .woocommerce-result-count {
    padding: 0;
}

ul.products li.product .button {
    width: auto;
    transition: 1s !important;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 10px 14px;
    opacity: 1 !important;
    background-color: #cb2a53;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    box-shadow: none !important;
}

ul.products li.product .button:hover {
	background-color: #000;
}

.summary.entry-summary .woocommerce-product-details__short-description ul {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.summary.entry-summary .woocommerce-product-details__short-description ul li {
    line-height: 24px;
    font-size: 15px;
}


.single-product form.cart .quantity {
    float: left;
    margin-right: 0 !important;
}

div#tab-additional_information{

    border: 1px solid #ccc;
    border-top: none;
    padding: 0 30px 20px;

}

div#tab-reviews{
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 30px 20px;
}

.about-in-right.right-p {
    width: auto;
}

.about-in-p h5 {
    padding-bottom: 8px;
}

.about-in-right.right-p img {
    border: 1px solid #ccc;
    margin-left: 9px;
    margin-top: 32px;
    margin-bottom: 10px;
	width: 290px;
    height: auto;
}

/*** sub-menu-css ****/

svg.icon.icon-angle-down {
    width: 16px;
    height: 15px;
}

ul.menutop li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    background: #cb2a52;
    top: 65px;
}
ul.menutop li {
    position: relative;
}

ul.sub-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
ul.sub-menu li {
    padding: 8px 18px !important;
    border-bottom: 1px solid #fff;
    width: 100%;
} 

ul.sub-menu li a:hover {
    color: #e2e1e1;
}

ul.menutop li:last-child {
    border: none;
}

ul.products li {
    border: 1px solid #ccc;
    text-align: center;
    padding: 18px 0 !important;
    float: left;
}

div#tab-description {
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 30px 20px;
}

div#tab-description h2 {
    font-size: 22px;
}

.inner-banner-text h1 br {
    display: none;
}

/*** 09-04-2019 ***/
/*** single-page ***/

.about-inner {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.about-inner-p {
    width: 60%;
    float: left;
}

.about-inner-right.right-p {
    width: 35%;
    float: right;
}

.about-inner-p p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px 0;
}

.about-inner-right.right-p img {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 100%;
    height: auto;
}

.cont-col img {
    width: 25%;
    border: 3px solid #cb2a53;
}

.about-inner-p h5 {
    padding-bottom: 8px;
}

.about-in-p ul li {
    padding: 6px 0 6px 0;
    font-size: 16px;
    line-height: 22px;
}

.cont-col {
    margin-top: 18px;
}

.cont-col p {
    padding-top: 0;
}

span#reply-title {
    font-size: 16px;
    line-height: 22px;
}

p.comment-form-comment label {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

/*** Faq css start here ***/

.main-inner {
    float: left;
    width: 100%;
    padding: 35px 0 50px;
}

h2.title {
    text-align: center;
    margin: 0 0 20px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
}

.faq .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq .accordion.active:after {
    content: "\2212";
}

.faq .accordion {
    margin-top: 16px;
}

.faq p {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 16px;
    margin: 0;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*** Faq css end here ***/


/****   24-04-2019   ****/


.blog-sec-in .blog-img {
    width: 49%;
    float: left;
    margin: 0 30px 20px 0;
}

.video-cont.single-parent-video .img-box-sec {
    width: auto;
    max-height: 347px;
    display: inline-block;
    position: relative;
}
.video-cont.single-parent-video a img {
    max-height: 347px;
    width: 100%;
	object-fit: cover;
}
.video-cont.single-parent-video .img-box-sec .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #FF0000;
}
.video-cont.single-parent-video .img-box-sec .play-btn:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
/****   24-04-2019   end   ****/



/*** media-query ****/

@media screen and (max-width:1170px) {
.container {
	width: 900px;
}
.navbar {
    padding: 10px 0px 0 20px;
}
.navbar ul li {
    padding: 20px 10px 25px;
}
.navbar ul li a {
    font-size: 12px;
}
.social-icon ul li {
    padding: 27px 5px 8px;
}
.social-icon ul li i {
    font-size: 18px;
}
}
@media screen and (max-width:980px) {
.container {
	width: 800px;
}
.logo {
    width: 185px;
}
.shop-cont li.even {
    background-color: #dde0d9;
    width: 100%;
    float: left;
    padding: 25px;
}

.navbar ul li a {
    font-size: 11px;
    font-weight: 600;
}
.navbar ul li {
    display: inline-block;
    padding: 12px 8px 25px;
} 
ul.sub-menu {
    top: 58px;
}
.social-icon ul li {
    padding: 22px 5px 8px;
}
svg.icon.icon-angle-down {
    float: right;
    margin-top: 5px;
}
}

@media screen and (max-width:840px) {
.container {
	width: 700px;
}
.logo {
    width: 165px;
}
.navbar {
    padding: 10px 0px 0 10px;
}
.navbar ul li a {
    font-size: 10px;
}
.navbar ul li {
    padding: 8px 6px 25px;
}
ul.sub-menu {
    top: 54px;
}
.social-icon ul li {
    padding: 18px 4px 8px;
}
.social-icon ul li i {
    font-size: 14px;
}
.footer-colom {
    width: 50%;
    min-height: 185px;
}
.footer .form input.tnp-email {
    width: 49%;
}
}

@media screen and (max-width:800px) {
.container {
	width: 700px;
}

.navbar .menu-main-menu-container {
    display: none;
}

.mobile-menu-btn {
    font-size: 24px;
    margin-top: -56px;
    display: none;
}

.social-icon {
    width: auto;
    float: right;
    margin-right: 50px;
}

button#responsive-menu-button {
    padding: 0 0 3px !important;
}

}

@media screen and (max-width:767px) {
.container {
    width: 100%;
    padding: 0 40px;
}

.mobile-menu-btn {
    font-size: 24px;
    margin-top: -56px;
    display: none;
}

.navbar .menu-main-menu-container {
    display: none;
}

.navbar {
    width: 100%;
    float: left;
    top: 78px;
    left: 0;
    position: absolute;
    padding: 0 40px;
    z-index: 999;
    background-color: #fff;
}

.navbar ul li {
    padding: 10px 0;
    display: block;
}

.banner {
    height: 264px;
}

.banner-in {
    height: 264px;
}

.banner-text {
    padding: 0 30px;
    top: 52px;
}

.banner-text h1 {
    line-height: 40px;
    font-size: 32px;
    font-weight: 600;
}

.banner-text p {
    font-size: 20px;
    line-height: 25px;
}

.banner .order-now {
    font-size: 18px;
    margin-top: 15px;
}

.shop-cont li.even {
    background-color: #dde0d9;
    width: 100%;
    float: left;
    padding: 25px;
}

.luggage-text {
    top: 30px;
} 

.luggage-sec h4 {
    font-size: 16px;
    line-height: 22px;
	padding: 5px 0;
}

.luggage-sec h1 {
    font-size: 22px;
}

.luggage-text p {
	padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.bk-luggage-right {
    top: 15px;
}

.luggage.img img {
    width: 75%;
    float: right;
    height: auto;
}

.shop-now {
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 25px;
}

.shop-cont .shop-now {
    margin-top: 52px;
    padding: 8px 26px;
}

.video-cont {
    width: 100%;
	float: left;
}

.new-post {
    padding: 0 0 40px;
}

.new-post-cont h2 {
    padding: 20px 0 0;
    font-size: 30px;
}

.new-colom {
    width: 100%;
    margin: 25px 36px 0 0 !important;
}

.view-icon {
    padding: 0 30px 20px;
}

.news-text {
    padding: 30px;
}

.news-feedimg img {
    width: 100%;
}

ul.icon-right {
    width: 36%;
    padding-left: 42px;
}

.footer-colom {
    width: 100%;
}

.footer-in {
    padding: 25px 0 0;
}

.footer-colom h6 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.footer-icon ul li {
    padding: 25px 9px 0 0;
}

.footer .form input.tnp-email {
    width: auto;
}

.footer .form input.tnp-submit {
    width: auto;
    float: none;
    vertical-align: bottom;
}

.about-in-left {
    width: 100%;
}

.about-in-right {
    width: 100%;
}

.about-in-left h5 {
    padding-bottom: 10px;
}

.follow-aboutin h3 {
    padding-bottom: 15px;
    font-size: 27px;
}

.follow-aboutin p {
    font-size: 16px;
    line-height: 24px;
}

.blog-in-colom {
    width: 100% !important;
}

.main-inner {
    padding: 30px 0 25px;
}

.main-inner h2 {
    margin: 0;
	font-size: 30px;
}

.main-inner p {
    padding-top: 15px;
}

.contact-cont-left {
    width: 100% !important;
}

.contact-cont-right {
    width: 100% !important;
	padding: 20px 0;
}

.contact-cont h2 {
    font-size: 30px;
}

.contact-cont .contact-cont-right input {
    height: 48px;
}

.blog-img img {
    width: 100%;
}

.blog-sec-in h3 {
    font-size: 29px;
    padding-top: 15px;
}

.blog-sec-in br {
    display: none;
}
.video-cont iframe {
    width: 100%;
}
svg.icon.icon-angle-down {
    width: 16px;
    height: 15px;
    float: right;
}
ul.sub-menu {
    position: initial;
    width: 100%;
    background: #cb2a52;
    top: 67px;
}

.inner-banner-text {
    width: auto;
    float: left;
    top: 150px;
    padding: 0 141px 0 55px;
    position: absolute;
}

.inner-banner-text h1 {
    color: #fff;
    font-size: 28px;
}

.online-seller h1 {
    font-size: 26px;
}

.seller-cont .woocommerce-breadcrumb {
    line-height: 28px;
    margin-bottom: 25px;
    padding: 5px 0 25px;
}

.summary.entry-summary h1 {
    font-size: 18px;
    line-height: 26px;
}

.single-product .summary p.price {
    margin-bottom: 0 !important;
}

.seller-cont form.woocommerce-ordering select {
    margin: 0;
}

.products columns-4 .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
}

.about-in-right.right-p {
    width: 100%;
}

.about-in-right.right-p img {
    width: 100%;
	margin-left: 0; 
}

.online-seller .woocommerce-message a.button {
    margin-top: 0px;
}

.about-sec.alpgs {
    padding: 40px 0 0;
}

.about-sec.alpgs button.button {
    width: auto !important;
    float: right !important;
}

.about-sec.alpgs .coupon {
    width: auto;
    display: flex;
	float: left !important;
}

.about-sec.alpgs .cart-collaterals tr {
    border-top: none;
}

.about-sec.alpgs .cart_totals td {
    width: 100%;
    padding-left: 25px;
	border-top: 1px solid #e3e3e3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    float: left;
}

.about-inner {
    padding-bottom: 10px;
}

.about-inner-right.right-p {
    width: 100%;
}

.about-inner-p {
    width: 100%;
}

.about-inner-right.right-p img {
    width: 100%;
}

.about-inner-p p {
    padding: 10px 0 0px 0;
}
.blog-sec-in .blog-img {
    width: 100%;
    margin: 0 0px 20px 0;
}
}

@media screen and (max-width:640px) {

.logo {
    padding: 15px 0;
}

.logo img {
    width: 75%;
}

.mobile-menu-btn {
    font-size: 24px;
    margin-top: -56px;
    display: none;
}

.navbar {
    top: 72px;
}

.mobile-menu-btn {
    font-size: 26px;
    margin-top: -58px;
}

.banner {
    height: 210px;
}

.banner-in {
    height: 210px;
}

.banner-text {
    top: 45px;
}

.banner-text h1 {
    font-size: 26px;
	line-height: 30px;
}

.banner-text p {
    font-size: 17px;
    line-height: 24px;
}

.banner .order-now {
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 20px;
}

.shop-in-box {
    width: 60%;
    padding-top: 25px;
}

.shop-cont h5 {
    font-size: 16px;
    line-height: 22px;
}

.shop-in-box {
    width: 60%;
	padding-top: 25px;
}

.shop-in-box ul {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.shop-cont ul li {
    font-size: 15px;
    line-height: 22px;
}

.luggage-sec {
    padding: 40px 0 10px;
}

.luggage-text {
    top: 10px;
}

.bk-luggage-left {
    width: 53%;
    left: 25px;
}

.luggage-sec h4 {
    font-size: 15px;
    line-height: 20px;
}

.luggage-text p {
    font-size: 13px;
    line-height: 19px;
}

.shop-cont .shop-now {
    margin-top: 45px;
}

.shop-now {
    font-size: 15px;
    margin-top: 0;
}

ul.icon-right {
    padding-left: 0;
}

.footer-text {
    width: auto;
}

.about-in-left h5 {
    padding-bottom: 8px;
    font-size: 17px;
}

.about-in-left p {
    font-size: 15px;
}

.follow-aboutin h3 {
    padding-bottom: 10px;
    font-size: 22px;
}

.follow-aboutin p {
    font-size: 15px;
    line-height: 22px;
}

.blog-sec {
    padding: 30px 0;
}

.blog-in-colom h5 {
    font-size: 18px;
}

.main-inner h2 {
    font-size: 28px;
}

.contact-sec {
    padding: 30px 0;
}

.contact-cont-left p {
    padding: 5px 0;
    font-size: 15px;
    line-height: 20px;
}

.form-cont-left {
    width: 100%;
}

.form-cont-right {
    width: 100%;
}

.contact-cont h2 {
    font-size: 28px;
    margin: 0 0 25px !important;
} 

.contact-cont .contact-cont-right input {
    height: 45px;
	font-size: 13px;
}

.contact-cont .contact-cont-right textarea.wpcf7-form-control.wpcf7-textarea {
    height: 130px;
	font-size: 13px;
}

.contact-cont .contact-cont-right input.wpcf7-form-control.wpcf7-submit{
    padding: 10px 0;
    font-size: 16px;
    width: 100px;
	height: 40px;
}

.blog-sec-in h3 {
    font-size: 24px;;
}

.blog-sec-in p {
    font-size: 15px;;
}

.inner-banner-text h1 {
    font-size: 22px;
}

.online-seller h1 {
    font-size: 24px;
}

.about-sec.alpgs .coupon {
    width: auto;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
}

.about-inner {
    padding-bottom: 5px; 
}

.about-inner-p p {
    font-size: 15px;
    line-height: 22px;
}
}

@media screen and (max-width:480px) {
.container {
    padding: 0 20px;
}
p{
  font-size: 14px;
}	

.logo {
    padding: 17px 0;
    float: left;
    width: 116px;
}

.logo img {
    width: 100%;
}

.navbar {
    top: 70px;
	padding: 0 22px;
}

.mobile-menu-btn {
    font-size: 24px;
    margin-top: -56px;
}

.navbar ul li {
    padding: 12px 0 0;
}

.navbar ul li a {
    font-size: 15px;
    font-weight: 500
}

.social-icon ul li i {
    font-size: 18px;
}

.social-icon ul li {
    padding: 20px 5px 8px;
}

.social-icon span {
    font-size: 12px;
}

i.fa.fa-shopping-cart {
    margin-right: 15px;
}

.banner {
    height: 135px;
}

.banner-in {
    height: 135px;
}

.banner-text {
    padding: 0 16px;
    top: 30px;
}

.banner-text h1 {
    font-size: 20px;
	font-weight: 500;
    line-height: 20px;
}

.banner-text p {
    font-size: 14px !important;
    line-height: 18px;
}

.banner .order-now {
    ffont-size: 12px;
    margin-top: 0;
    padding: 6px 15px;
}

.shop-cont li.even {
    padding: 20px;
}

.shop-img {
    width: 32%;
}

.shop-in-box {
    padding-top: 0;
}

.shop-cont h5 {
    font-size: 14px;
    line-height: 20px;
	padding-bottom: 5px;
}

.shop-in-box {
    width: 62%;
}

.shop-cont ul li {
    font-size: 12px;
    line-height: 20px;
}

.bk-luggage-left {
    width: 60%;
    left: 15px;
}

.bk-luggage-right {
    top: 35px;
    width: 40%;
    right: 10px;
}

.luggage-in img {
    height: 210px;
}

.luggage-sec h1 {
    font-size: 18px;
}

.luggage-sec h4 {
    font-size: 14px;
    line-height: 18px;
}

.luggage-text p {
    font-size: 10px !important;
    line-height: 16px;
}

.shop-left {
    height: auto;
}

.shop-now {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 5px;
}

.shop-cont .shop-now {
    margin-top: 30px;
	padding: 6px 20px;
}

.news-text {
    padding: 20px;
}

.news-text h5 a {
    font-size: 18px;
}

.news-text p {
    font-size: 13px !important;
	line-height: 22px;
}

.view-icon {
    padding: 0 20px 20px;
}

ul.icon-right {
    width: 57%;
}

.view-icon ul {
    width: auto;
}

.view-icon ul li {
    font-size: 12px;
}

.footer .form input.tnp-submit {
    margin-right: 32px; 
}

.footer-text p {
    font-size: 12px !important;
}

.video-cont iframe {
    max-width: 100%;
}

.footer-in {
    padding: 15px 0 0;
}

.footer-colom h6 {
	padding-top: 15px;
    font-size: 16px;
}

.footer .form input.tnp-submit {
    margin-right: 0;
    float: none;
}

.footer-colom ul li a {
    font-size: 13px;
    line-height: 24px;
}

.about-sec {
    padding: 25px 0;
}

.about-in-left h5 {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
}

.about-in-left p {
    font-size: 14px;
    line-height: 22px;
}

.followme-about {
    margin-bottom: 30px;
}

.follow-aboutin {
    padding: 20px 0;
}

.follow-aboutin h3 {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
}

.follow-aboutin p {
    font-size: 14px;
}

.blog-sec {
    padding: 25px 0;
}

.blog-in-colom h5 {
    font-size: 16px;
}

.blog-in-colom p{
    font-size: 14px;
}

.contact-sec {
    padding: 25px 0;
}

.contact-cont-left p {
    font-size: 14px;
    line-height: 20px;
}

.contact-cont .contact-cont-right input {
    height: 38px;
	font-size: 12px;
}

.contact-cont-left ul li a {
    line-height: 30px;
    font-size: 14px;
}

.contact-cont .contact-cont-right textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.contact-cont .contact-cont-right input.wpcf7-form-control.wpcf7-submit{
    padding: 10px 0;
    font-size: 16px;
    width: 100px;
	height: 38px;
	margin-top: 10px;
}

.blog-sec-in h3 {
    font-size: 20px;
    padding-top: 10px;
}

.blog-sec-in p {
	line-height: 22px;
    font-size: 14px;
}

.inner-banner-text {
    top: 100px;
    padding: 0 40px 0 35px;
    position: absolute;
}

.inner-banner-text h1 {
    color: #fff;
    font-size: 18px;
}

.online-seller {
    padding: 25px 0;
}

.online-seller h1 {
    font-size: 22px;
}

.seller-cont .woocommerce-breadcrumb {
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px 0 20px;
    font-size: 14px;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: 25%;
}

.summary.entry-summary h1 {
    font-size: 16px;
    line-height: 24px;
}

ul.tabs.wc-tabs li a {
    padding: 12px 11px;
    font-size: 14px;
}

div#tab-description h2 {
    font-size: 20px;
    padding: 10px 0 0;
}

.seller-cont p.woocommerce-result-count {
    line-height: 35px;
}

.seller-cont .woocommerce-loop-product__title {
    font-size: 14px;
    padding: 8px 10px;
    line-height: 18px;
}

.online-seller .woocommerce-message {
    margin-bottom: 30px;
    font-size: 12px;
    padding-left: 15px;
}

.woocommerce-cart-form .actions .input-text {
    width: 100px!important;
}

.about-sec.alpgs button.button {
    padding: 0 10px;
    margin-top: 6px;
}

.about-sec.alpgs .cart-collaterals {
    padding: 20px 0 0;
}

.cart_totals h2 {
    font-size: 25px;
}

.about-sec.alpgs .woocommerce-info {
    font-size: 15px;
}

.about-sec.alpgs .wc-proceed-to-checkout a {
    font-size: 15px;
	padding: 1em 1em;
    font-weight: 500;
}

.about-sec.alpgs .woocommerce .col2-set {
    padding: 0 0 20px;
}

#ship-to-different-address label span {
    padding-top: 20px;
}

.about-sec.alpgs .woocommerce h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

td.product-name {
    line-height: 25px;
    margin: 5px 0;
    display: block;
    font-size: 15px;
}

.about-inner-p p {
    font-size: 14px;
}

.comment-form-comment textarea#comment {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.inner-banner-text h1 br {
    display: none;
}

.footer .form label {
    width: 100%;
    float: left;
}
.footer-colom ul {
    width: 100%;
}
}

@media screen and (max-width:360px) {

p {
  font-size: 13px !important;
}

i.fa.fa-shopping-cart {
    margin-right: 0;
}

.shop-now {
    margin-top: 5px;
}

.footer .form input.tnp-submit {
    margin-right: 0;
    float: right;
}

.footer .form label {
    font-size: 13px;
    margin-right: 7px;
}

.social-icon span {
    font-size: 11px;
}

.contact-cont-left ul li a {
    line-height: 30px;
    font-size: 13px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 0;
    font-size: 16px;
    width: 100px;
}

.seller-cont .woocommerce-breadcrumb {
    line-height: 22px;
    font-size: 13px;
}

.summary.entry-summary .woocommerce-product-details__short-description ul li {
    line-height: 22px;
    font-size: 14px;
}

ul.tabs.wc-tabs li {
    margin-right: 0;
    float: left;
    width: 100%;
}

ul.tabs.wc-tabs li a {
    padding: 12px 8px;
    font-size: 13px;
    width: 100%;
    border-right: 1px solid #ccc;
}

ul.tabs.wc-tabs {
    margin: 0;
}

div#tab-description {
    margin: 0;
}

div#tab-description h2 {
    font-size: 18px;
}

.seller-cont .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    width: 100%;
}

.seller-cont p.woocommerce-result-count {
    width: 100%;
}

.seller-cont .woocommerce-loop-product__title {
    font-size: 13px;
    padding: 8px 5px;
}
}

/*** responsive-done ****/


.woocommerce-product-details__short-description ul li strong {
    font-weight: normal;
}
.blog-cont h3 {
    font-size: 21px;
    margin-top: 14px;
}
table.shop_attributes th {
    padding: 0 !important;
    margin: 0 13px 0px !important;
    line-height: 35px;
    float: left;
}

.video-cont span {
    display: none;
}
.woommerce_pro_main #secondary {
	display: none;
}
 .woommerce_pro_main #primary {
       width:100% !important;
    }
.woopg #tab-description ul {
	margin-bottom: 12px;
	margin-left: 30px;

}
.woopg #tab-description ul li {
	list-style: disc;
font-weight: 400;
line-height: 18px;
font-size: 15px;
color: #333333;
padding: 5px 0;
font-family: 'Roboto', sans-serif
}
table.variations tr {
    display: grid;
}
.tawcvs-swatches .swatch {
     opacity: 1 !important;
}
.seller-cont .woocommerce-product-gallery img {
    display: inline-block;
    width: 410px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .quantity {
    display: inline-block;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 94%;
    border: 2px solid #28334A;
}

.single-product form.cart input {
   width: 4em !important;
    height: 41px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #ccc;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
}