body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
body, html {
    height: 100%;
}
*{
	box-sizing: border-box;
}
img {
    max-width: 100%;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
button, input{
    outline: none;
}
.columnCenter{
    display: inline-block;
    float: none;
    margin: 0 -1px;
    vertical-align: middle;
}
.second_menu_toggle {
    width: 60px;
    position: relative;
    display: inline-block;
    height: 81px;
    float: left;
    border-right: solid 1px #ccc;
    margin-right: 10px;
    text-align: center;
}
.second_menu_toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    margin: 5px auto;
}
.second_menu_toggle a.second_toggle {
    display: inline-block;
    margin: 27px auto 0;
}
.header_main .second_menu_list {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #eff3f6;
    padding: 0px 0 0 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    display: block;
}
.header_main .second_menu_list ul li {
    display: inline-block;
}
.header_main .second_menu_list ul.dsktp_m {
    display: inline-block;
}
header.sticky .header_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: fixed !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    top: 0;
    background: #fff;
    width: 100%;
    animation-name: floating;
    animation-duration: 1s;
}
 @keyframes floating {
 0% {
 top: -15%;
}
 100% {
 top:0%;
}
}
header.sticky .Mainslider {
    margin-top: 81px;
}



.header_main .second_menu_list .sidebar_logo{display: none;}
.header_main .second_menu_list .sidebar_logo {
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: solid 1px #5d688e;
    padding: 7px 0;
}
.header_main .second_menu_list .sidebar_logo img {
    max-width: 160px;
}
ul.moile_mnu {
    display: none;
}
.header_main .second_menu_list ul li a {
    color: #a5a5a5;
    display: block;
    padding: 20px 15px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.header_main .second_menu_list ul li a:hover {
    text-decoration: none;
    color:#343d5c;
}
.MainLogo {
    float: left;
    width: 200px;
    margin: 16px 0 16px 0;
}

.topHeader {
    position: relative;
    z-index: 9;
}
.RightHeeaderSection {
    float: right;
    margin: 25px 0 0 0;
    position: relative;
}
.mainMenu {
    float: left;
    margin: 30px 0px 0 30px;
}
.mainMenu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mainMenu ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 14px;
    color: #131313;
    text-decoration: none;
}
.mainMenu ul li a:hover{
    color: #07d765;
}
.mainMenu ul li.submenu ul {
    position: absolute;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.11);
    top: 10px;
    padding: 10px 0 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.mainMenu ul li.submenu:hover ul{
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.mainMenu ul li.submenu ul:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 3px;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}
.mainMenu ul li.submenu ul li {
    display: block;
}
.mainMenu ul li.submenu ul li a {
    font-size: 13px;
    padding: 12px 15px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
    color: #9b9b9b;
}
.mainMenu ul li.submenu>a:after {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    border: solid 1px #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 4px;
}
.mainMenu ul li.submenu:hover>:after{
    border-color: #07d765;
}
.mainMenu ul li.submenu ul li a:hover{
    color: #07d765;
}
.mainMenu ul li.submenu ul li:last-child a {
    border: none;
}
.RightHeeaderSection .Search_Bar, .RightHeeaderSection .Account, .RightHeeaderSection .CartOpstion {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 10px;
}
.chat_with_p {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    float: right;
    margin: 20px 0 0 0;
    color: #343d5e;
}
.chat_with_p a{
    font-weight: 600;
    font-size: 13px;
    color: #343d5e;
    text-decoration: none;
}
.chat_with_p i.icofont {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    display: inline-block;
    margin-right: 5px;
}
.chat_with_p:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #07d765;
    border-radius: 15px;
    vertical-align: middle;
    margin: -4px 0 0 5px;
}
.mobile_toggle_btn, 
.RightHeeaderSection .CartOpstion>h4 i.icofont,
.RightHeeaderSection .Account a i.icofont{
    display: none;
}
.RightHeeaderSection .CartOpstion h4 span.text {
    position: static;
    background: none;
    width: auto;
    color: #353e5b;
    font-size: 12px;
}
.RightHeeaderSection .CartOpstion>h4 i.icofont {
    display: inline-block;
    color: #343d5c;
    font-size: 22px;
    vertical-align: middle;
}
.RightHeeaderSection .sign_in_btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 20px;
}
.RightHeeaderSection .sign_in_btn a {
    display: block;
    border: solid 2px #e4e8f1;
    width: 98px;
    height: 34px;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #343d5c;
    border-radius: 100px;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.RightHeeaderSection .sign_in_btn a:hover {
    background: #07d765;
    border: solid 2px #07d765;
    color: #fff;
}
.RightHeeaderSection .CartOpstion h4 span.counter {
    position: relative;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: #e4e8f1;
    color: #333e5c;
    line-height: 24px;
    right: 0;
    top: -2px;
    margin-left: 6px;
}
.RightHeeaderSection .Search_Bar button.search_icon {
    background: none;
    border: none;
    font-size: 20px;
    color: #353e5b;
    outline: none;
}
.RightHeeaderSection .Account a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.RightHeeaderSection .CartOpstion>h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}
.RightHeeaderSection .CartOpstion {
    position: relative;
}
.addedCartList .cart_list {
    clear: both;
    max-height: 250px;
    overflow: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: rgb(140, 140, 140);
    margin: 0;
    float: right;
}

.RightHeeaderSection .CartOpstion h4 span {
    position: absolute;
    top: -4px;
    right: -16px;
    z-index: 9;
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

.second_menu_list .Search_Bar {
    float: right;
}
.second_menu_list .Search_Bar button.search_icon {
    background: none;
    border: none;
    font-size: 21px;
    height: 58px;
    width: 60px;
    margin-left: 5px;
    padding: 0;
}
.second_menu_list .Search_Bar form.search_form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    background: #12d86c;
    padding: 7px;
}
.RightHeeaderSection .Search_Bar{display: none;}
.second_menu_list .Search_Bar form.search_form input[type="text"] {
    width:calc(100% - 60px);
    height: 50px;
    padding-left: 25px;
    padding-right: 70px;
    border: none;
    background: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;font-size: 13px;
    font-weight: 400; text-transform: uppercase;
}
.second_menu_list .Search_Bar form.search_form input[type="text"]:hover,
.second_menu_list .Search_Bar form.search_form input[type="text"]:focus {
    background: #1dde75;
    border-radius: 5px;
}
.second_menu_list .Search_Bar form.search_form input[type="text"]::-webkit-input-placeholder {color: #fff; font-family: 'Montserrat', sans-serif;font-size: 13px;
    font-weight: 400; text-transform: uppercase;}
.second_menu_list .Search_Bar form.search_form input[type="text"]::-moz-placeholder {color: #fff; font-family: 'Montserrat', sans-serif;font-size: 13px;
    font-weight: 400; text-transform: uppercase;}
.second_menu_list .Search_Bar form.search_form input[type="text"]:-ms-input-placeholder {color: #fff; font-family: 'Montserrat', sans-serif;font-size: 13px;
    font-weight: 400; text-transform: uppercase;}
.second_menu_list .Search_Bar form.search_form input[type="text"]:-moz-placeholder {color: #fff; font-family: 'Montserrat', sans-serif;font-size: 13px;
    font-weight: 400; text-transform: uppercase;}
.second_menu_list .Search_Bar form.search_form button.submit {
    height: 50px;
    width: 60px;
    font-size: 40px;
    background: none;
    border: none;
    color: #fff;
    margin: 0px 0 0 -68px;
    opacity: .5;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    outline: none;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.Open_search .RightHeeaderSection{
    position: static;
}


.RightHeeaderSection .CartOpstion .addedCartList {
    position: absolute;
    right: -15px;
    width: 340px;
    background: #fff;
    padding: 20px;
    top: 0px;
    border-radius: 2px;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.21);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    z-index: 9999;
}
.Open_Cart .RightHeeaderSection .CartOpstion .addedCartList {
    top: 30px;
    opacity: 1;
    visibility: visible;
 } 

.RightHeeaderSection .CartOpstion .addedCartList:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 17px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 3px;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td, .RightHeeaderSection .CartOpstion .addedCartList table.table th {
    vertical-align: middle;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td, .RightHeeaderSection .CartOpstion .addedCartList table.table th {
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td span.delivery {
    font-weight: 400;
    color: #999;
    white-space: nowrap;
}
.addedCartList table.table td .quantity.buttons_added {
    display: flex;
    width: 80px;
    align-items: center;
    float: left;
    justify-content: center;
}
.addedCartList table.table td .quantity.buttons_added input[type="number"] {
    width: 20px;
    padding: 0;
    text-align: center;
    margin: 0;
    border: solid 1px #ccc;
    color: #999;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table th {
    border: none;
}
.addedCartList table.table td .quantity.buttons_added input#minus, .addedCartList table.table td .quantity.buttons_added input#plus {
    font-size: 15px;
    padding: 0 8px;
    background: none;
    border: none;
    color: #b3b3b3;
    outline: none;
}
.addedCartList table.table td .quantity.buttons_added input#plus {
    color: #07d765;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td {
    padding: 9px 4px;
}
.RightHeeaderSection .CartOpstion .addedCartList table.table td .Product_img {
    background: #eee;
    padding: 8px;
    border-radius: 5px;
}
.addedCartList .edit_cart {
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.addedCartList .edit_cart a.edit_cart_btn {
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}
.addedCartList .edit_cart a.edit_cart_btn:hover{
    color: #07d765;
}
.addedCartList .edit_cart h5 {
    float: left;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}
.CartOpstion .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
}
.Open_Cart .CartOpstion .overlay{
    display: block;
}
.addedCartList .total_count ul {
    float: left;
    width: 100%;
}
.addedCartList .total_count ul li {
    font-size: 13px;
    padding: 2px 0;
}
.addedCartList .total_count ul li span {
    float: right;
    font-weight: 500;
}
.total_count .ProceedToCheckout {
    float: left;
    width: 100%;
}
.total_count .ProceedToCheckout input[type="button"] {
    width: 100%;
    margin: 20px 0 0 0;
    height: 45px;
    background: #07d765;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.4px;
    border-radius: 5px;
}
.total_count .ProceedToCheckout input[type="button"]:hover {
    background: #00b954;
}
.Mainslider {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}
.Mainslider .owl-dots {
    display: none;
}
.Mainslider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    padding: 0 50px;
    z-index: 1;
}
.Mainslider .owl-nav button span {
    display: none;
}
.Mainslider .owl-nav button {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    outline: none;
}
.Mainslider .owl-nav button:after {
    content: "\eb55";
    font-family: icofont!important;
    font-size: 35px;
    position: relative;
    z-index: 9;
}
.Mainslider .owl-nav button.owl-prev:after {
    content: "\eb54";
}
.Mainslider .owl-nav button.owl-next {
    float: right;
}
.Mainslider .owl-nav button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #07d765;
    border-radius: 100px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.Mainslider .owl-nav button:hover:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.Mainslider .owl-nav button:hover{
    color: #fff;
}

/** superhero_section **/
.superhero_section {
    margin-bottom: 70px;
    margin-top: 70px;
}
.superhero_section .section_content {
    padding-left: 25px;
}
.section_content h2 {
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
}
.section_content p {
    color: #a5a5a5;
    font-weight: 400;
    font-size: 17px;
}
.action_btn a {
    display: inline-block;
    padding: 20px 40px;
    background: #07d765;
    margin: 20px 0 0 0;
    border-radius: 3px;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.section_content h2:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -15px;
    width: 55px;
    height: 55px;
    background: rgba(7, 215, 101, 0.18);
    z-index: -1;
    border-radius: 100px;
}

/** TopProdcut_list **/
.TopProdcut_list .items {
    position: relative;
    background: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 1px;
}
.TopProdcut_list .col-md-3.col-sm-12 {
    padding: 0 8px;
}
.TopProdcut_list .items .hover_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 215, 101, 0.85);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.TopProdcut_list .items:hover .hover_content{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.action_btn.with_arrow {
    text-align: center;
    margin: 50px 0 0 0;
}
.action_btn.with_arrow a:after {
    content: "\eb55";
    font-family: icofont!important;
    font-size: 35px;
    position: absolute;
    right: -20px;
    top: 7px;
    color: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.action_btn.with_arrow a:hover:after {
     right: -0px;
     color: #fff;
}
.section_heading {
    text-align: center;
    margin: 60px 0px 80px 0;
    float: left;
    width: 100%;
}
.section_heading h2 {
    font-size: 29px;
    font-weight: 700;
    position: relative;
}
.section_heading h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    height: 97px;
    background: url(../images/heading-back-design.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.TOPCATEGORY {
    padding-bottom: 30px;
}


/** Customwallarts **/
.Customwallarts {
    background: url(../images/Customwallarts.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 0 0 100px 0;
    margin-bottom: 20px;
}
.Customwallarts:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
}
.Customwallarts .container {
    position: relative;
    z-index: 9;
}
.section_heading.with_Bg h2 {
    color: #fff;
}
.section_heading.with_Bg h2:before{
    display: none;
}
.Customwallarts .section_heading.with_Bg h2 {
    font-size: 39px;
}
.section_heading.with_Bg {
    margin: 80px 0 20px 0;
}
.Customwallarts p {
    clear: both;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15%;
    text-align: center;
}
.action_btn.with_arrow.white_arrow a:after {
    color: #fff;
}
.action_btn.with_arrow.white_arrow a:hover:after {
    color: #000;
}

 
/** VinylShopUS **/

.VinylShopUS .TopProdcut_list .items img {
    width: 100%;
}
.VinylShopUS .TopProdcut_list .items h4 {
    font-weight: 600;
}
.VinylShopUS .TopProdcut_list .items .action_btn a {
    background: #000;
    padding: 16px 30px;
}
.VinylShopUS {
    margin-bottom: 70px;
}


/** RECENTFEEDBACK **/
.RECENTFEEDBACK{
    background: url(../images/recent-fb-bc.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 0 0 100px 0;
    margin-bottom: 0px;
}
.RECENTFEEDBACK .section_heading h2 {
    color: #fff;
}
.testimonial {
    overflow: hidden;
    float: left;
    width: 100%;
}
.testimonial .owl-item {
    display: inline-block;
    vertical-align: middle;
}
.testimonial .owl-item .testi-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.testimonial .owl-item .testi-item:before {
    content: '';
    background: url(../images/quotes.png);
    width: 151px;
    height: 132px;
    position: absolute;
    left: -15px;
    top: -30px;
}
.testimonial .owl-item .testi-item p {
    font-size: 15px;
    color: #7e7e7e;
    flex: 1;
}
.testimonial .owl-item .testi-item .client_details span.img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 15px;
}
.testimonial .owl-item .testi-item .client_details i {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.testimonial .owl-stage {
    display: flex;
    justify-content: center;
}
.testimonial .owl-stage .owl-item, .testimonial .owl-stage .owl-item .item {
    display: flex;
}
.testimonial .owl-nav {
    display: none;
}
.testimonial .owl-dots {
    text-align: center;
    margin-top: 45px;
}
.testimonial .owl-dots button.owl-dot {
    width: 14px;
    height: 16px;
    margin: 0 5px;
    border: solid 2px #fff;
    background: none;
    border-radius: 30px;
    position: relative;
}
.testimonial .owl-dots button.owl-dot:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    border-radius: 30px;
}
.testimonial .owl-dots button.owl-dot.active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.RECENTFEEDBACK .section_heading h2:before {
    z-index: 0;
    background: rgba(155, 255, 200, 0.15);
    border-radius: 100px;
}


/** SUBSCRIBE **/
.SUBSCRIBE .section_heading {
    margin-bottom: 30px;
}
.SUBSCRIBE .SUBSCRIBE_M p {
    text-align: center;
    font-size: 16px;
    color: #7e7e7e;
}
.SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 80px;
    display: flex;
    position: relative;
}
.SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM input[type="text"] {
    width: calc(100% - 0px);
    height: 60px;
    border: solid 1px #ccc;
    padding-left: 35px;
    border-radius: 100px;
    font-size: 15px;
    padding-right: 200px;
}
.SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM input.SUBSCRIBE-BTN {
    position: absolute;
    right: 0;
    height: 100%;
}
.SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM input.SUBSCRIBE-BTN {
    position: absolute;
    right: 0;
    height: 100%;
    width: 180px;
    border-radius: 100px;
    border: none;
    background: #07d765;
    color: #fff;
    font-weight: 600;
}

/** Instagram **/
.Instagram ul {
    display: flex;
}
.Instagram ul li {
    width: 12.5%;
    position: relative;
}
.Instagram ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** footer **/
footer {
    padding: 50px 0 0px 0;
}
footer .links ul li a {
    color: #525252;
    line-height: 27px;
    text-decoration: none;
}
footer .links ul li a:hover {
    color: #07d765;
}
footer h4.column_h {
    font-weight: 700;
    color: #525252;
    font-size: 20px;
    margin: 0 0 20px 0;
}
footer .social_icons ul li {
    display: inline-block;
}
footer .social_icons ul li a {
    color: #525252;
    font-size: 25px;
    margin: 0 7px;
}
footer .social_icons ul li a:hover {
    text-decoration: none;
    color: #07d765;
}
.copyright {
    background: #07d765;
    padding: 15px 0;
    margin: 40px 0 0 0;
}
.copyright p {
    margin: 0;
    color: #fff;
}
.top_message {
    position: relative;
    z-index: 9;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 13px;
    font-weight: 500;
}
.RightHeeaderSection .Search_Bar form.search_form {
    position: absolute;
    top: 54px;
    right: -90px;
    width: 200px;
    background: #07d765;
    padding: 5px;
    display: none;
}
.RightHeeaderSection .Search_Bar form.search_form input[type="text"] {
    background: none;
    border: none;
    width: 100%;
    padding: 0 40px 0 10px;
    height: 32px;
    color: #fff;
}
.Open_search .RightHeeaderSection .Search_Bar form.search_form {
    opacity: 1;
    top: 54px;
    visibility: visible;
}
.RightHeeaderSection .Search_Bar {
    position: relative;
}
.RightHeeaderSection .Search_Bar form.search_form button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: auto;
    height: 100%;
    font-size: 25px;
    z-index: 9999;
    background: none;
    border: none;
    color: #fff;
}


.mainMenu ul.dsktp_m {
    display: none;
}
.second_menu_toggle {
    display: none;
}
.chat_with_p.main {
    float: none;
    margin: 0;
    display: none;
}
header.sticky .second_menu_list {
    display: none;
}
header.sticky .chat_with_p.main {
    display: inline-block;
}
ul.nav.navbar-nav.navbar-right {
    margin-right: 0;
}
header .RightHeeaderSection {
    margin: 0;
}
.RightHeeaderSection a#Open-the-main-site {
    margin: 30px 0px;
    display: inline-block;
}
.RightHeeaderSection ul.nav.navbar-nav.navbar-right {
    margin: 18px 0px;
}
.Questions_main .comments_listing .panel.panel-white.post.userrole_1{
	width: 100%;
}
/*** start responsive css here ***/

@media(max-width: 1200px){
    ul.moile_mnu {display: block;}
    .chat_with_p {
    position: fixed;
    right: 0;
    background: #e4e8f1;
    padding: 7px 13px;
    border-bottom: solid 1px #07d765;
    bottom: 0;
}
}

@media(max-width: 1199px){
    .Login_btn {
        display: inline-block;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 992px){
    .RightHeeaderSection .Search_Bar{display: inline-block;}
.header_main .second_menu_list {display: none;}
.header_main .second_menu_list ul.dsktp_m{display: none;}
.mainMenu ul.dsktp_m{display: block;}
    .superhero_section img { width: 100%;}
.Open_sco_mnu .CartOpstion .overlay {display: block;background: rgba(0, 0, 0, 0.43); z-index: 99;}
    .mobile_toggle_btn, .RightHeeaderSection .CartOpstion>h4 i.icofont, .RightHeeaderSection .Account a i.icofont{display: block;}
.RightHeeaderSection .CartOpstion>h4 i.icofont { display: inline-block;}
    .RightHeeaderSection .CartOpstion{margin: 0;}
    .RightHeeaderSection .Account a{display: block;}
    .RightHeeaderSection .Search_Bar, .RightHeeaderSection .Account, .RightHeeaderSection .CartOpstion {margin: 0 0px 0 0px;}
    .mobile_toggle_btn {
    position: relative;
    width: 20px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
.mobile_toggle_btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin: 4px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    position: relative;
}
.mobile_toggle_btn span.line1 {
    margin-top: 8px;
}
.RightHeeaderSection .CartOpstion>h4 i.icofont {
    font-size: 22px;
}
.RightHeeaderSection .Account a i.icofont {
    font-size: 18px;
}
.Mainslider{margin-bottom: 30px; top: 0}
.RightHeeaderSection:before, .mainMenu ul li.submenu>a:after, .mainMenu ul li.submenu ul:before{display: none;}
.RightHeeaderSection .Search_Bar button.search_icon,
.RightHeeaderSection .Account a i.icofont,
.RightHeeaderSection .CartOpstion>h4 i.icofont{color: #000;}
.RightHeeaderSection .CartOpstion h4 span{background: #07d765; color: #fff;}
.mainMenu {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    left: -100%;
    z-index: 99;
    background: #07d765;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    height: 100%;
}
.Open_sco_mnu .mainMenu {
    top: 0;
    position: fixed;
    height: 100%;
    width: 250px;
    left: 0;
}
.mainMenu ul li{display: block;}
.mainMenu ul li a{
    display: block;
    border-bottom: solid 1px #57f79f73;
    padding: 10px 20px;
    color: #fff;
}
.mainMenu ul li.submenu .submenu_arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
}
.mainMenu ul li.submenu .submenu_arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.mainMenu ul li.submenu ul {
    position: static;
    width: 100%;
    box-shadow: none;
    background: #2be57f;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    display: none;
    visibility: visible;
}
.mainMenu ul li.submenu ul li a {
    font-size: 12px;
    padding: 9px 38px;
    display: block;
    border-bottom: none;
    color: #fff;
    font-weight: 400;
}
.mainMenu ul li.submenu .submenu_arrow:hover+ul {
    display: block;
}
.mainMenu ul li a:hover{color: #ffffff;}
.RightHeeaderSection .Search_Bar {
    position: relative;
}
.RightHeeaderSection .Search_Bar form.search_form a.close_form {
   display: none;
}
.RightHeeaderSection .Search_Bar form.search_form input[type="text"]::-webkit-input-placeholder {color: #fff;}
.RightHeeaderSection .Search_Bar form.search_form input[type="text"]::-moz-placeholder {color: #fff;}
.RightHeeaderSection .Search_Bar form.search_form input[type="text"]:-ms-input-placeholder {color: #fff;}
.RightHeeaderSection .Search_Bar form.search_form input[type="text"]:-moz-placeholder {color: #fff;}
.Open_search .CartOpstion .overlay {display: block;}
.Open_Cart .RightHeeaderSection .CartOpstion .addedCartList{top: 39px;}
.RightHeeaderSection .CartOpstion .addedCartList:before{box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.18);}
.RightHeeaderSection .CartOpstion .addedCartList{box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.21);right: -20px;}
.section_content h2{font-size: 20px;}
.section_content p{font-size: 12px;}
.action_btn a{padding: 14px 20px;font-size: 12px;margin: 10px 0 0 0;}
.section_content h2:before{left: -15px;top: -10px;width: 35px;height: 35px;}
.section_heading h2{font-size: 20px;}
.section_heading h2:before{width: 65px;height: 67px;background-size: 100%;}
.section_heading{margin: 10px 0px 40px 0;}
.TopProdcut_list .items{margin: 15px 0; text-align: center;}
.action_btn.with_arrow a:after{top: 0;line-height: 45px;font-size: 25px;right: -13px;}
.action_btn.with_arrow{margin: 10px 0 0 0;}
.TOPCATEGORY {padding-bottom: 40px;}
.Customwallarts{padding: 0 0 30px 0;}
.Customwallarts .section_heading.with_Bg {margin: 0px 0 20px 0;}
.Customwallarts .section_heading.with_Bg h2 { font-size: 28px;}
.Customwallarts p{font-size: 13px;}
footer h4.column_h{font-size: 13px;}
footer .social_icons ul li a{font-size: 19px;}
footer h4.column_h{margin: 30px 0 8px 0;}
.mobile_toggle_btn.main span.line1 {  opacity: 0;}
.mobile_toggle_btn.main span.line3 {
    transform: rotate(-45deg);
    top: -4px;
}
.mobile_toggle_btn.main span.line2 {
    transform: rotate(45deg);
    top: 2px;
}
.second_menu_toggle{display: block;}

}

@media(max-width: 767px){
	.RightHeeaderSection li.dropdown ul.dropdown-menu{
		    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    right: 0;
    left: auto;
	}
	.modal .modal-dialog .modal-content {
    width: 95%;
}
	body .post .post-heading .meta, body .comments_listing .panel.panel-white.post .time {
    width: calc(100% - 55px);
    margin: 0 !important;
    text-align: left;
}
	header .RightHeeaderSection li.dropdown>a.dropdown-toggle{    padding: 10px 12px; }
	.navbar-nav {margin: 9px 0px;}
	form.Login_form {max-width: 400px;  margin: 0 auto;}
    .columnCenter{width: 100%;}
    .superhero_section .section_content{padding-left: 0; margin-top: 35px;}
    .section_content h2:before{left: 0;}
    .TopProdcut_list .items{float: left;width: 100%;}
    .copyright .text-right, .copyright{text-align: center;}
    .Mainslider .owl-nav{padding: 0;}
    .Mainslider{margin-bottom: 15px;}
    .RECENTFEEDBACK{padding: 0 0 40px 0;}
    .RECENTFEEDBACK .section_heading { margin: 30px 0 15px 0;}
    .RightHeeaderSection .Search_Bar form.search_form{width: 300px; right: -75px;}
    .TopProdcut_list .items .hover_content{font-size: 19px;}
    .VinylShopUS .TopProdcut_list .items h4{font-size: 12px;}
    .VinylShopUS .TopProdcut_list .items .action_btn a{padding: 7px 11px;}
    .VinylShopUS .TopProdcut_list .items .Price {font-size: 16px;}
    .TopProdcut_list .items .hover_content{border-radius: 2px;}
    .RightHeeaderSection .CartOpstion h4 span.counter{position: absolute;right: -15px;top: -15px;}
    .MainLogo{width: 160px;margin: 9px 0 8px 0;}
    .chat_with_p span {display: none;}
    .chat_with_p{border-bottom: none; bottom: 5px;right: 5px; border-radius: 5px;}
    .RightHeeaderSection .CartOpstion h4 span.text {display: none;}
    .header_main .second_menu_list .sidebar_logo {text-align: center;}
    body.Open_sco_mnu{ overflow: hidden;}
    .RightHeeaderSection{margin:  0 !important;}
    .login_img_left {
	    display: none !important;
	}
	body .login_form_right {
	    width: 100%;
	    padding-left: 0;
	}
	body .login_form_right h3 {
	    margin: 0px 0 60px 0;
	        font-size: 24px;
	}
	body .Login_form button.Login_btn {
	    max-width: 200px;	
	}
	body .form-group.col-sm-12 {
	    padding: 0;
	}
	body form.Login_form .anaccount {
	    margin: 30px 0 0 0;
	}
	body .Login_page {
	    margin: 60px 0;
	}
	.app_bg_white .right_top_design, .app_bg_white .left_bottom_design{
		display: none;
	}
	h2, .h2 {
	    font-size: 22px;
	}
	body .order_listing table.table.table-hover tbody tr:first-child th, body .order_listing tbody th {
	    padding: 8px !important;
    	vertical-align: middle;
    	min-width: 120px;
	}
	body .app_bg_white {
	    float: left;
	    width: 100%;
	    padding: 15px;
	    margin: 40px 0;
	    min-height: 300px;
	}
	.order_listing table.table {
	    display: block;
	    overflow: auto;
	}
	body .app_mian {
	    min-height: 500px;
	}
	body .ProjectSamples_m .left_New_design_area {
	    width: 100%;
	}
	body .ProjectSamples_m .right_comment_area {
	    width: 100%;
	    padding-left: 0;
	}
	body .ProjectSamples_m .left_New_design_area .big_images .New_Design, 
	body .ProjectSamples_m .left_New_design_area .big_images .reference_image {
	    width: 50%;
	    padding: 5px;
	}
	body .Questions_main {
	    margin: 40px 0 0;
	}
	body .ProjectSamples_m .left_New_design_area .big_images .show_img {
	    height: 130px;	
	}
	body .ProjectSamples_m .left_New_design_area .big_images h5 {
	    font-size: 11px;
	}
	body .ProjectSamples_m .left_New_design_area .Revisoons ul li {
	    width: 50%;
	    padding: 3px;
	}
	.Questions_main .ProjectSamples_m .right_comment_area .actions_btns {
	    flex-wrap: wrap;    justify-content: center;
	}
	body .ProjectSamples_m .right_comment_area .actions_btns a {
    padding: 8px 6px;
    margin: 7px 0 0 5px;
    font-size: 12px;
}
body .ProjectSamples_m .right_comment_area .actions_btns a:first-child{
	margin-left: 0;
}
.ProjectSamples_m .right_comment_area .actions_btns{
	margin-bottom: 10px;
}
	body .comment_section form.form-inline {
	    padding: 20px 0;
	}
	body .comment_section form.form-inline button.btn.btn-default {
	    width: 65px;
	    right: 5px;
	    top: 25px;
	}
	body .comment_section form.form-inline .form-group input#name {
	    padding-right: 80px;
	}
	body .comments_listing .panel.panel-white.post .time {
    float: right !important;
    margin: 10px 0px;
}
	.comments_listing .panel.panel-white.post .post-description {
	    padding:10px !important;
	}
	body .post .post-heading {
    height: auto;
    padding: 10px 10px 0px;
    display: inline-block;
    width: 100%;
}
body .post .post-heading .image, body .post .post-heading .meta {
    margin-right: 10px;
}
.panel.panel-white.post.panel-shadow{
	box-shadow: none;
	-webkit-box-shadow: none;
}
	body .comments_listing .panel.panel-white.post.userrole_1 {
	    width: 100%;
	    float: right;
	}
	body .Progress_bar_stap {
	    margin: 60px auto 0;
	}
	body .Progress_bar_stap .tabs_bar ul li a {
	    font-size: 14px;
	}
	body .Questions_main .questions_item h3 {
	    font-size: 18px;
	    margin: 0 0 20px;
	}
	body .Questions_main .questions_item.answerhere .Start_now_btn button {
	    width: 210px;
	    height: 60px;
	    font-size: 17px;
	}
	.SUBSCRIBE .section_heading {
	    margin-bottom: 10px;
	}
	.Questions_main .questions_item.answerhere .Start_now_btn button i {
	    font-size: 26px;
	}
	body .Start_now_btn {
	    margin: 10px 10px 0;    vertical-align: top;
	}
	body .Start_now_btn span#filename-7 {
	    top: 2px;
	    position: relative;text-align: center;
	}
	body .product_delivered_opstion {
	    flex-wrap: wrap;
	}
	body .product_delivered_opstion label {
	    width: 115px;
	    cursor: pointer;
	    margin: 5px 5px 10px;
	}
	body .product_delivered_opstion label i {
	    font-size: 11px;
	}
	.app_bg_white .alert.alert-danger {
	    margin: 20px 0 0;
	}
	.SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM {
	    margin-top: 30px;	
	}
	.RightHeeaderSection a#Open-the-main-site {
	    display: inline-block;    margin: 18px 0px;
	}
	.RightHeeaderSection ul.nav.navbar-nav.navbar-right {
    margin: 8px 0px;
}
	body .modal-header {
	    padding: 17px;
	}
	body .modal .modal-dialog .modal-content .modal-header button.close {
    width: 35px;
    height: 35px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
	body .ProjectSamples_m .left_img, body .ProjectSamples_m .right_samples{
	    width: 100%;
	    margin-bottom: 10px;
	}
	body .design_img {
	    width: 80%;
	    height: auto;
	}
	body .Approved_design .Place_Odrer_btn a {
	    width: 200px;
	    height: auto;
	    font-size: 15px;
	    padding: 15px;
	    margin-bottom: 20px;
	    display: inline-block;
	}

/*.order_listing table, thead, tbody, th, td, tr {
    display: block;
}*/

.order_listing tbody th {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.order_listing tr { border: 1px solid #ccc; }
	
	.order_listing td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		font-weight: normal;
	}
	body .order_listing table.table.table-hover tbody tr td{
		text-align: right;
	}
	
	.order_listing td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	.order_listing td:nth-of-type(1):before { content: "Order ID"; }
	.order_listing td:nth-of-type(2):before { content: "Status"; }
	.order_listing td:nth-of-type(3):before { content: "Order Date"; }
	.order_listing td:nth-of-type(4):before { content: "Actions"; }
	/*.order_listing td:nth-of-type(5):before { content: "Order Date"; }*/
	/*.order_listing td:nth-of-type(6):before { content: "Actions"; }*/
}

@media (max-width: 480px){
	.RightHeeaderSection a#Open-the-main-site{font-size: 12px;    margin: 20px 0px;}
    .SUBSCRIBE .SUBSCRIBE_M p{font-size: 11px;}
    .SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM{display: block;}
    .SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM input[type="text"]{ height: 45px; padding-right: 0;}
    .SUBSCRIBE .SUBSCRIBE_M form.SUBSCRIBE_FORM input.SUBSCRIBE-BTN{width: 100%;margin-top: 7px;}
    .Instagram ul {display: flex;width: 200%;}
    .Instagram {overflow: hidden;}
    .header_main_kill { position: relative; padding-top: 50px;}
    .addedCartList .cart_list{ margin-bottom: 15px;}
    .total_count { background: #eee; display: grid; margin:0 -10px -10px; padding: 10px 20px 20px;}
    .mobile_toggle_btn{margin-right: 5px;}
    .RightHeeaderSection .CartOpstion .addedCartList{width: 300px;padding: 10px;right: -120px;}
    .RightHeeaderSection .CartOpstion .addedCartList:before{right: 117px;}
    .RightHeeaderSection .Account a{padding: 0 10px;}
    .RightHeeaderSection .CartOpstion .addedCartList table.table td .Product_img{padding: 2px;}
    .topHeader .container {padding: 0 0px;}
    .Mainslider .owl-nav button{ width: 40px; height: 40px;}
    .Mainslider .owl-nav button:after{font-size: 27px;height: 40px;display: block; line-height: 40px;}
    .Customwallarts p{padding: 0;}
    .header_main .MainLogo_kill { position: absolute; top: 0; width: 100%; text-align: center; border-bottom: solid 1px #ccc; margin: 0;}
    .header_main .MainLogo img { max-width: 130px; margin: 5px 0;}
    .top_message{font-size: 12px; padding: 13px 40px;}
    .second_menu_toggle a.second_toggle{margin: 17px auto 0;}
    .second_menu_toggle{height: 60px;}
    .RightHeeaderSection{margin: 0 10px 0 0 !important;}
    .RightHeeaderSection .Search_Bar form.search_form{position: fixed;left: 0;top: 0;width: 100%;height: 60px;z-index: 99;}
    .Open_search .RightHeeaderSection .Search_Bar form.search_form{top: 0;}
    .RightHeeaderSection .Search_Bar form.search_form input[type="text"]{border-radius: 0;height: 50px;}
    .Open_search .CartOpstion .overlay { display: block; background: rgba(0, 0, 0, 0.57); z-index: 99;}
    .RightHeeaderSection .Search_Bar, .RightHeeaderSection .Account, .RightHeeaderSection .CartOpstion{margin: -6px 0px 0 0px;}
    body.Open_search{overflow: hidden;}
    .superhero_section, .VinylShopUS{margin-bottom: 30px;}
    .TopProdcut_list .col-md-3.col-sm-6.col-xs-6:nth-child(odd) {padding-right: 7px;}
    .TopProdcut_list .col-md-3.col-sm-6.col-xs-6:nth-child(even) { padding-left: 7px;}
    .TopProdcut_list .items{margin: 7px 0;}
    .superhero_section{margin-top: 0;}
}
.order_listing {
    width: 100%;
    text-align: left; margin-top: 19px;
}
.order_listing tbody th {
    background: #333333;
    color: #fff;
    padding: 10px !important;
}
.order_listing .btn-info {
    color: #fff;
    background-color: #50e471;
    border-color: #50e471;
    padding: 12px 25px !important;
    font-size: 12px !important;
    font-weight: bold;
}
.alert.alert-danger.alert-dismissable {
    margin-top: 20px;
}
.SUBSCRIBE {
    display: none;
}

.modal-content {
    color: #000;
}